public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] gdb: introduce limited array lengths while printing values
 2021-11-16 12:40 UTC  (3+ messages)
` [PING^2][RFC] "
` [PING^3][RFC] "

[PATCH v2 0/2] Fix print of cv qualifiers
 2021-11-16  9:58 UTC  (3+ messages)
` [PATCH v2 1/2] gdb: Print cv qualifiers if class attributes are substituted
` [PATCH v2 2/2] gdb/testsuite: Extend tests for print of cv qualifiers

[PATCH 1/6] sim: keep track of program environment strings
 2021-11-16  8:36 UTC  (6+ messages)
` [PATCH 2/6] sim: callback: expose argv & environ
` [PATCH 3/6] sim: syscall: fix argvlen & argv implementation
` [PATCH 4/6] sim: syscall: hoist argc/argn/argnlen to common code
` [PATCH 5/6] sim: nrun: add --env-{set, unset, clear} command line options
` [PATCH 6/6] sim: run: support concise env var settings

[PATCH] sim: iq2000: fix some missing prototypes warnings
 2021-11-16  5:50 UTC 

[PATCH 1/2] gdb: rename rs6000-nat.c to rs6000-aix-nat.c
 2021-11-16  3:04 UTC  (2+ messages)
` [PATCH 2/2] gdb: move AIX_TEXT_SEGMENT_BASE to rs6000-aix-tdep.c, remove rs6000-tdep.h

[PATCH] gdb: rework "set debuginfod" commands
 2021-11-16  2:46 UTC  (3+ messages)

[pushed 1/3] gdb: add arc-newlib-tdep.c to ALL_TARGET_OBS
 2021-11-16  2:40 UTC  (3+ messages)
` [pushed 2/3] gdb: remove unused variables in xtensa-linux-nat.c
` [pushed 3/3] gdb: adjust gdbarch_tdep calls in nat files

[PATCH] gdb: fix gdbarch_tdep ODR violation
 2021-11-16  2:02 UTC  (10+ messages)

[PATCH] [gdb/testsuite] Add missing wait in gdb.base/signals-state-child.exp
 2021-11-15 23:14 UTC 

[PATCH 1/2] [gdb/testsuite] Disable inferior output in gdb.base/foll-vfork.exp
 2021-11-15 22:11 UTC  (5+ messages)
` [PATCH 2/2] [gdb] Don't use gdb_stdlog for inferior-events

[PATCH] gdb: fix build errors in coffread.c and xcoffread.c
 2021-11-15 20:28 UTC  (2+ messages)

[PATCH 1/2] [gdb/build] Fix build with -std=c++11
 2021-11-15 20:00 UTC  (12+ messages)
` [PATCH 2/2] [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build

[PATCHv4 0/4] Python API for target connections, and packet sending
 2021-11-15 19:38 UTC  (16+ messages)
` [PATCHv5 "
  ` [PATCHv5 3/4] gdb/python: add gdb.RemoteTargetConnection.send_packet
  ` [PATCHv5 4/4] gdb: handle binary data in 'maint packet' and RemoteTargetConnection.send_packet
  ` [PATCHv6 0/3] Python API for target connections, and packet sending
    ` [PATCHv6 1/3] gdb/python: introduce gdb.TargetConnection object type
    ` [PATCHv6 2/3] gdb: make packet_command function available outside remote.c
    ` [PATCHv6 3/3] gdb/python: add gdb.RemoteTargetConnection.send_packet

[PATCH] [gdb/testsuite] Fix FAIL in gdb.tui/basic.exp
 2021-11-15 19:12 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [AArch64] Extend the prologue analyzer to handle the bti instruction
 2021-11-15 19:01 UTC  (3+ messages)

[PATCH] [gdb] Fix set info with --with-debuginfod=no
 2021-11-15 16:26 UTC  (2+ messages)

[PATCH 1/2] [gdb/symtab] Fix segfault in search_one_symtab
 2021-11-15 12:58 UTC  (4+ messages)
` [PATCH 2/2] [gdb/symtab] Add maint expand-symtabs -verbose

[pushed] [gdb/testsuite] Fix regexp in gdb.base/foll-vfork.exp
 2021-11-15 11:22 UTC  (4+ messages)

[PATCH] gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR
 2021-11-15 11:06 UTC  (3+ messages)

[PATCH] gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)
 2021-11-15 10:54 UTC  (3+ messages)

gdb: Implement the init_reg dwarf2_frame_ops for amd64
 2021-11-15  9:06 UTC  (3+ messages)

[PATCH 1/2] sim: run: fix crash in argc==0 error situation
 2021-11-15  8:37 UTC  (2+ messages)
` [PATCH 2/2] sim: cris: make error message test a little more flexible

[PATCH] sim: cris: touch up rvdummy handling
 2021-11-15  8:01 UTC 

[PATCH 1/3] sim: split program path out of argv vector
 2021-11-15  8:01 UTC  (3+ messages)
` [PATCH 2/3] sim: run: add --argv0 option to control argv[0]
` [PATCH 3/3] sim: cris: replace custom "dest" test field with new --argv0

[PATCH] sim: bfin: fix mach/xfail usage in tests
 2021-11-15  6:38 UTC 

[PATCH] gdb: AC_INIT should be called with package and version arguments
 2021-11-15  2:52 UTC  (2+ messages)

[PATCH] cr16: fix build on gcc-12 (NULL comparison)
 2021-11-15  2:45 UTC  (2+ messages)

[PATCH] gdb/remote: handle attach when stop packet lacks thread-id
 2021-11-15  0:50 UTC  (3+ messages)

[PATCH] Fix build with current GCC: EL_EXPLICIT(location) always non-NULL
 2021-11-15  0:21 UTC  (3+ messages)

[PATCH] gdb/location.c: fix build on gcc-12 (NULL comparison)
 2021-11-15  0:19 UTC  (2+ messages)

[PATCH] [PR gdb/16238] Add completer for the show user command
 2021-11-14 15:41 UTC  (4+ messages)
` [PING] "

[PATCH v4 0/3] Add debuginfod core file support
 2021-11-14  2:56 UTC  (7+ messages)
` [PATCH 1/3] gdb: Add aliases for read_core_file_mappings callbacks
` [PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
` [PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings

[PATCH 0/2][PR 28406] gdb: add exit command as an alias for quit
 2021-11-13 13:39 UTC  (4+ messages)
  ` [PATCH 1/2] gdb: improve quit command with an alias called exit
  ` [PATCH 2/2] gdb/doc: Document the exit command

[PATCH] Fix gdbserver handling of just-exited threads (gdb.threads/interrupted-hand-call.exp race)
 2021-11-13  2:35 UTC  (2+ messages)

[PATCH] gdbsupport: remove FUNCTION_NAME
 2021-11-13  2:12 UTC 

[PATCH 1/2] gdbserver: hide fork child threads from GDB
 2021-11-12 20:54 UTC  (2+ messages)
` [PATCH 1/2] gdbserver: hide fork child threads from GDB (ping)

[PATCH] Fix for the gdb.base/sigstep.exp test
 2021-11-12 17:15 UTC  (6+ messages)

[PATCH] Fix SH sim build failures due to -Werror with GCC 7.5.x
 2021-11-12 14:57 UTC 

[PATCH 1/6] sim: sh: rework register layout with anonymous unions & structs
 2021-11-12 13:12 UTC  (9+ messages)
  ` [PATCH 1/2] sim: sh: rework carry checks to not rely on integer overflows
    ` [PATCH 2/2] sim: sh: fix switch-bool warnings

[PATCH v2 1/2] gdb: LoongArch GDB Port
 2021-11-12  3:18 UTC  (2+ messages)
` [PATCH v2 2/2] gdbserver: LoongArch GDBServer Port

Minor fix for H8 simulator
 2021-11-11 21:16 UTC  (4+ messages)

[PATCH] gdb: fix "set scheduler-locking" thread exit hang
 2021-11-11 19:14 UTC  (5+ messages)

[PATCH] Resolve dynamic types before computing pointer size
 2021-11-11 18:21 UTC  (6+ messages)

[PATCH v2 00/32] Rewrite the DWARF "partial" reader
 2021-11-11 12:23 UTC  (5+ messages)

[PATCH][gdb/testsuite] Work around skip_prologue problems in gdb.threads/process-dies-while-detaching.exp
 2021-11-11  9:51 UTC  (11+ messages)
    ` [PATCH][gdb/testsuite] Add gdb.opt/break-on-_exit.exp
            ` [PATCH][gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.exp

[PATCH] gdb: make {fill, supply}_{g, fp}regset() as weak functions in gregset.h
 2021-11-11  9:45 UTC  (2+ messages)

[PATCH] sim: testsuite: drop sim_compile cover function
 2021-11-11  8:28 UTC 

[PATCH] sim: cris: stop testing a.out explicitly [ld/13900]
 2021-11-11  5:39 UTC 

[PING*4] [PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-11-11  5:32 UTC 

[PATCH] sim: io: tweak compiler workaround with error output
 2021-11-11  5:16 UTC 

[PATCH] sim: testsuite: delete unused arm remote host logic
 2021-11-11  5:16 UTC 

[PATCH] sim: synacor: simplify test generation
 2021-11-11  2:50 UTC 

[PATCH] Allow DW_ATE_UTF for Rust characters
 2021-11-10 19:57 UTC  (2+ messages)

[PATCH] Correctly handle DW_LLE_start_end
 2021-11-10 19:38 UTC  (9+ messages)

[PATCH] sim: riscv: fix build breakage with rvv changes
 2021-11-10 17:12 UTC  (5+ messages)

[PATCH] gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests
 2021-11-10 13:32 UTC  (6+ messages)
    ` [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build

[PATCH v2] gdb: fix build errors in coffread.c and xcoffread.c
 2021-11-10 12:57 UTC  (3+ messages)

gdb: adjust x_file fields on COFF readers
 2021-11-10 12:55 UTC  (2+ messages)

[PATCH] sim: frv: flip trapdump default back to off
 2021-11-10 10:19 UTC 

[PATCH 0/5] Various build fixes for sims
 2021-11-10  9:33 UTC  (3+ messages)
` [PATCH 2/5] sim frv: Add a missing return value for frvbf_check_acc_range

[PATCH v3] Update btrace data in maintenance btrace commands
 2021-11-10  9:16 UTC  (4+ messages)

[PATCH 0/2] Fix PR 28308 - dprintf breakpoints not working when run from script
 2021-11-10  3:34 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Test case for Bug 28308

[PATCH 2/2] Improve gdb::array_view ctor from contiguous containers
 2021-11-09 22:48 UTC  (7+ messages)
` [PATCH v2 "
      ` [PATCH] gdb::array_view slicing/container selftest - test std::array too (Re: [PATCH v2 2/2] Improve gdb::array_view ctor from contiguous containers)

[PATCH] Fix build on rhES5
 2021-11-09 21:20 UTC  (4+ messages)

[PATCH] gdb: split array and string limiting options
 2021-11-09 16:45 UTC  (2+ messages)
` [PING^2][PATCH] "

[PATCH] gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is built with AddressSanitizer
 2021-11-09 16:16 UTC  (2+ messages)

[PATCH] sim: sh: simplify testsuite a bit
 2021-11-09  6:27 UTC 

[PATCH] sim: cris: clean up missing func prototype warnings
 2021-11-09  3:48 UTC 

[PATCH] gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in non-stop
 2021-11-08 21:43 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).