public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv8 0/6] Infcalls from B/P conditions in multi-threaded inferiors
 2023-12-02 10:52 UTC  (5+ messages)
` [PATCHv9 0/5] "
  ` [PATCHv9 1/5] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
  ` [PATCHv9 2/5] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
  ` [PATCHv9 3/5] gdb: add timeouts for inferior function calls

[PATCHv5 00/10] thread-specific breakpoints in just some inferiors
 2023-12-02 10:42 UTC  (12+ messages)
` [PATCHv6 "
  ` [PATCHv6 01/10] gdb: create_breakpoint: add asserts and additional comments
  ` [PATCHv6 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
  ` [PATCHv6 03/10] gdb: change 'if' to gdb_assert in update_dprintf_command_list
  ` [PATCHv6 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [PATCHv6 05/10] gdb: don't display inferior list for pending breakpoints
  ` [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv6 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
  ` [PATCHv6 08/10] gdb: remove breakpoint_re_set_one
  ` [PATCHv6 09/10] gdb: remove tracepoint_probe_create_sals_from_location_spec
  ` [PATCHv6 10/10] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH] gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.exp
 2023-12-02 10:31 UTC 

[PATCH 0/6] Add vDefaultInferiorFd feature
 2023-12-01 20:22 UTC  (2+ messages)

[PATCH 0/3] Improve debug output support in gdbserver
 2023-12-01 18:02 UTC  (11+ messages)
` [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
` [PATCHv2 0/3] Improve debug output support in gdbserver
  ` [PATCHv2 1/3] gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variables
  ` [PATCHv2 2/3] gdbserver: allow the --debug command line option to take a value
  ` [PATCHv2 3/3] gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use

[PATCH 0/6] Implement DAP cancellation
 2023-12-01 17:51 UTC  (11+ messages)
` [PATCH 1/6] Clean up handling of DAP not-stopped response
` [PATCH 2/6] Move DAP JSON reader to its own thread
` [PATCH 3/6] Introduce gdb.interrupt
` [PATCH 4/6] Rename a couple of DAP procs in the testsuite
` [PATCH 5/6] Catch BaseException in send_gdb_with_response
` [PATCH 6/6] Implement DAP cancellation

[PATCH] [gdb/doc] Escape the '@' symbols in generated texinfo files
 2023-12-01 17:46 UTC  (4+ messages)

[PATCH 0/3] Fix "attach" infinite loop
 2023-12-01 17:41 UTC  (2+ messages)

[PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
 2023-12-01 16:56 UTC  (26+ messages)
` [PATCH 01/24] gdb: don't handle i386 k registers as pseudo registers
` [PATCH 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
` [PATCH 03/24] gdb: make store_integer take an array_view
` [PATCH 04/24] gdb: simplify conditions in regcache::{read,write,raw_collect,raw_supply}_part
` [PATCH 05/24] gdb: change regcache interface to use array_view
` [PATCH 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
` [PATCH 07/24] gdb: make put_frame_register take an array_view
` [PATCH 08/24] gdb: change value_of_register and value_of_register_lazy to take the next frame
` [PATCH 09/24] gdb: remove frame_register
` [PATCH 10/24] gdb: make put_frame_register take the next frame
` [PATCH 11/24] gdb: make put_frame_register_bytes "
` [PATCH 12/24] gdb: make get_frame_register_bytes "
` [PATCH 13/24] gdb: add value::allocate_register
` [PATCH 14/24] gdb: read pseudo register through frame
` [PATCH 15/24] gdb: change parameter name in frame_unwind_register_unsigned declaration
` [PATCH 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
` [PATCH 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
` [PATCH 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
` [PATCH 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
` [PATCH 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
` [PATCH 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
` [PATCH 22/24] gdb: migrate arm to gdbarch_pseudo_register_read_value
` [PATCH 23/24] gdb: migrate arm to new gdbarch_pseudo_register_write
` [PATCH 24/24] gdb/testsuite: add tests for unwinding of pseudo registers

[PATCH 0/2] Fix gdb.arch/aarch64-sme-core-*.exp failures
 2023-12-01 16:21 UTC  (10+ messages)
` [PATCH 1/2] gdb: return when exceeding buffer size in regcache::transfer_regset
` [PATCH 2/2] gdb: add missing regcache_map_entry array null terminators in aarch64-linux-tdep.c

[PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
 2023-12-01 14:28 UTC  (6+ messages)

Another fix for the mcore simulator
 2023-12-01 14:27 UTC  (7+ messages)

[PATCH v4] gdb/testsuite: fix completion tests when using READ1
 2023-12-01 12:31 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] Remove unnecessary return and unused variable in aix-thread.c
 2023-12-01 10:10 UTC  (2+ messages)

[COMMITTED PATCH] Fix procfs.c compilation
 2023-12-01 10:09 UTC  (3+ messages)

[PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
 2023-12-01  6:25 UTC  (3+ messages)

(no subject)
 2023-12-01  4:17 UTC  (8+ messages)
` [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
` (unknown)

[PATCH v2 00/24] Fix reading and writing pseudo registers in non-current frames
 2023-11-30 21:02 UTC  (14+ messages)
` [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
` [PATCH v2 03/24] gdb: make store_integer take an array_view
` [PATCH v2 05/24] gdb: change regcache interface to use array_view
` [PATCH v2 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write

[PATCH] Add link to Debugger Adapter Protocol node in documentation
 2023-11-30 19:32 UTC  (2+ messages)

[PATCH 0/2] A few minor testsuite cleanups
 2023-11-30 19:23 UTC  (5+ messages)
` [PATCH 1/2] gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 mode
` [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns

[PATCH] [gdb] Fix assert in delete_breakpoint
 2023-11-30 17:08 UTC  (14+ messages)

[PATCH 0/4] On-demand debuginfo downloading
 2023-11-30 16:30 UTC  (17+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "

Introducing a GDB Code Of Conduct
 2023-11-30 15:59 UTC 

[ PATCH 0/3] Fix GDB reverse execution behavior
 2023-11-30 15:45 UTC  (14+ messages)
              ` [ PATCH 1/3] "
              ` [ PATCH 2/3] "
              ` [PATCH 3/3] "

[PATCH 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-11-30 14:05 UTC  (7+ messages)
` [PATCH 01/13] [gdb/symtab] Factor out m_die_range_map usage
` [PATCH 02/13] [gdb/symtab] Check effect in parent_map::set_parent

[PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
 2023-11-30 11:16 UTC 

[PATCH] Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols
 2023-11-29 21:30 UTC  (2+ messages)

[RFC 1/4] [gdb/tdep] Add dummy amd64_software_single_step
 2023-11-29 20:33 UTC  (4+ messages)
` [RFC 2/4] [gdb] Introduce maint set prefer-software-single-stepping on/off
` [RFC 3/4] [gdb/tdep] Enable prefer-software-single-stepping on amd64
` [RFC 4/4] [gdb/testsuite] Add test-case gdb.base/gdb-sigterm-3.exp

[PATCH v2 0/1] Fix detach bug when lwp has exited/terminated
 2023-11-29 14:31 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/2] Improving frame printing with recursive calls
 2023-11-29 12:09 UTC  (5+ messages)

[PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
 2023-11-29 11:10 UTC  (8+ messages)
` [PINGv2][PATCH "

[PATCH htdocs 1/2] css: start a file to hold common content
 2023-11-29  8:05 UTC  (4+ messages)

[PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
 2023-11-29  7:58 UTC  (5+ messages)
` [PATCH v2 1/3] [sim/riscv] Add basic "
` [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set

[PATCH v2] gdb/s390: Add packed-stack support to the backchain unwinder
 2023-11-28 22:36 UTC 

[PATCH] gdb/python: display errors from command completion
 2023-11-28 18:30 UTC  (3+ messages)

[PUSHED] gdb/testsuite: improve test regexp in gdb_get_worker_threads
 2023-11-28 18:21 UTC 

[pushed] gdb: fix call to breakpoint_inserted_here_p in darwin-nat.c
 2023-11-28 17:36 UTC 

[PATCH 1/2] [gdb/tui] Use const std::string for string literals in tui-stack.c
 2023-11-28 17:03 UTC  (6+ messages)
` [PATCH 2/2] [gdb/tui] Show focus window in status line

[PATCH] Remove some DAP helper functions
 2023-11-28 16:19 UTC 

[PATCH] Emit DAP "process" event
 2023-11-28 15:56 UTC  (2+ messages)

[PATCH v2] [gdb] Fix assert in delete_breakpoint
 2023-11-28 15:01 UTC 

[COMMITTED] sim: bpf: do not use semicolon to begin comments
 2023-11-28 14:05 UTC 

[PATCH] [gdb/python] Don't import curses.ascii module unless necessary
 2023-11-28 12:43 UTC  (3+ messages)

[PATCH 0/2] Make make-check-all.sh more accessible
 2023-11-28 10:46 UTC  (2+ messages)

[PATCH 0/7] Changes to gdb-index creation
 2023-11-28 10:34 UTC  (9+ messages)
` [PATCH 2/7] gdb: option completion for 'save gdb-index' command
` [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c

[PATCH v4 0/2] [gdb] Fix segfault in for_each_block
 2023-11-28  9:52 UTC  (6+ messages)
` [PATCH v4 1/2] [gdb] Fix segfault in for_each_block, part 1
` [PATCH v4 2/2] [gdb] Fix segfault in for_each_block, part 2

[pushed v5 1/2] [gdb] Fix segfault in for_each_block, part 1
 2023-11-28  9:43 UTC  (2+ messages)
` [pushed v5 2/2] [gdb] Fix segfault in for_each_block, part 2

[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
 2023-11-28  9:17 UTC  (4+ messages)
` [PING][PATCH] "
  ` [PINGv2][PATCH] "

[PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserver: extract code out of regcache's registers_to_string)
 2023-11-28  8:24 UTC  (4+ messages)
  ` [PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register

[PATCH v2 1/3] [gdb/tdep] Add syscall number cache
 2023-11-27 22:33 UTC  (4+ messages)
` [PATCH v2 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
` [PATCH v2 3/3] [gdb/tdep] Use ptrace events to get current syscall

[PATCH] i386: Use a fallback XSAVE layout for remote targets
 2023-11-27 21:41 UTC  (7+ messages)

[RFC] Filter invalid encodings from Linux thread names
 2023-11-27 21:01 UTC  (3+ messages)

[PATCH 1/3] [gdb/tdep] Add syscall number cache
 2023-11-27 20:25 UTC  (5+ messages)

[PATCH v4] gdb: Enable early init of thread pool size
 2023-11-27 20:23 UTC  (2+ messages)

[PATCH 0/6] Fix error messages from serial code
 2023-11-27 20:13 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add boards/cc-with-index-cache.exp
 2023-11-27 20:10 UTC  (2+ 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).