[PATCH 0/3] Implement the DAP notStopped response
2023-11-07 18:29 UTC (4+ messages)
` [PATCH 1/3] Automatically run (most) DAP requests in gdb thread
` [PATCH 2/3] Remove ExecutionInvoker
` [PATCH 3/3] Implement the notStopped DAP response
[PATCH 0/2] Make make-check-all.sh more accessible
2023-11-07 18:18 UTC (3+ messages)
` [PATCH 1/2] gdb/testsuite: log 'make check' command in make-check-all.sh
` [PATCH 2/2] gdb/testsuite: add a new check-all-boards target
[PATCH 0/3] Improve debug output support in gdbserver
2023-11-07 18:03 UTC (4+ messages)
` [PATCH 1/3] gdbserver: cleanup monitor_show_help
` [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
` [PATCH 3/3] gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use
[PATCH] gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
2023-11-07 16:58 UTC (3+ messages)
[PATCH] gdb/testsuite: Work around clang fails in gdb.base/watchpoint.exp
2023-11-07 15:38 UTC (3+ messages)
` [PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
[PATCH v2 0/2] [gdb] Fix segfault in for_each_block
2023-11-07 15:26 UTC (5+ messages)
` [PATCH v2 1/2] [gdb] Fix segfault in for_each_block, part 1
` [PATCH v2 2/2] [gdb] Fix segfault in for_each_block, part 2
[RFC] Adding a SECURITY policy for GDB
2023-11-07 14:22 UTC (7+ messages)
[PATCH v3] gdb/testsuite: fix completion tests when using READ1
2023-11-07 13:47 UTC (4+ messages)
` [Pingv3] "
` [Ping v4] "
[PATCH 0/2] [gdb] Fix segfault in for_each_block
2023-11-07 13:32 UTC (8+ messages)
` [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
` [PATCH 2/2] [gdb] Fix segfault in for_each_block, part 2
[PATCH v4 0/2] Improving frame printing with recursive calls
2023-11-07 12:41 UTC (3+ messages)
` [PATCH v4 1/2] gdb/record: print frame information when exiting a recursive call
` [PATCH v4 2/2] gdb/infrun: simplify process_event_stop_test
[PATCH v2 00/31] Baby step for objfile splitting
2023-11-07 11:06 UTC (35+ messages)
` [PATCH v2 01/31] Introduce block-symbol.h
` [PATCH v2 02/31] Add block_symbol::address
` [PATCH v2 03/31] Add bound_symbol
` [PATCH v2 04/31] Easy conversions to use block_symbol::address
` [PATCH v2 05/31] Use block_symbol::address in ada-tasks.c
` [PATCH v2 06/31] Use block_symbol::address in printcmd.c
` [PATCH v2 07/31] Use bound_symbol::address in tracepoint.c
` [PATCH v2 08/31] Use block_symbol::address "
` [PATCH v2 09/31] Use block_symbol::address in ax-gdb.c
` [PATCH v2 10/31] Use block_symbol::address in linespec.c
` [PATCH v2 11/31] Use block_symbol::address in ada-lang.c
` [PATCH v2 12/31] Use bound_symbol::address in symmisc.c
` [PATCH v2 13/31] Introduce read_var_value overload
` [PATCH v2 14/31] Use read_var_value in gdb/compile
` [PATCH v2 15/31] Return a block_symbol from find_pc_sect_function
` [PATCH v2 16/31] Use read_var_value overload in finish_command_fsm
` [PATCH v2 17/31] Use block_symbol in overload-handling code
` [PATCH v2 18/31] Change evaluate_var_value to accept a block_symbol
` [PATCH v2 19/31] Change value_of_variable to take "
` [PATCH v2 20/31] Return a block_symbol from get_frame_function
` [PATCH v2 21/31] Use read_var_value overload in return_command
` [PATCH v2 22/31] Use read_var_value overload in py-finishbreakpoint.c
` [PATCH v2 23/31] Use read_var_value overload in py-framefilter.c
` [PATCH v2 24/31] Use read_var_value overload in Guile
` [PATCH v2 25/31] Use read_var_value in read_frame_arg and read_frame_local
` [PATCH v2 26/31] Change print_variable_and_value to take a block_symbol
` [PATCH v2 27/31] Change find_frame_funname to return "
` [PATCH v2 28/31] Change btrace_function::sym to "
` [PATCH v2 29/31] Use read_var_value overload in Python
` [PATCH v2 30/31] Remove the old read_var_value
` [PATCH v2 31/31] Change language_defn::read_var_value to accept block_symbol
[PATCH 0/3] Check for zpoint support when handling watchpoints
2023-11-07 10:48 UTC (4+ messages)
` [PATCH 1/3] gdb, gdbserver, zpoint: report z_point support
[PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
2023-11-07 7:01 UTC (3+ messages)
[PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
2023-11-07 6:58 UTC
[PATCH] Fix breakpoints on symbols with multiple trampoline symbols
2023-11-06 19:30 UTC
PowerPC, Fix-test-gdb.base-store.exp
2023-11-06 18:24 UTC (11+ messages)
` [Patch 1/2] "
` [PATCH 1/2, ver2] "
` [PATCH 1/2, ver3] "
[PATCH] Fix resizing of TUI python windows
2023-11-06 17:38 UTC (3+ messages)
[PATCH 1/1] gdb, infrun: assertion for a possibly uninitialized variable
2023-11-06 17:24 UTC (2+ messages)
` [PING][PATCH "
[PATCH] Remove EXTERN_C and related defines
2023-11-06 16:40 UTC (3+ messages)
[PATCH 0/3] Three random cleanups
2023-11-06 16:33 UTC (4+ messages)
` [PATCH 1/3] gdb: remove regcache's address space
` [PATCH 2/3] gdb: remove get_current_regcache
` [PATCH 3/3] gdb: pass address_space to target dcache functions
[PATCH v3] gdb/tui: add a vsplit layout
2023-11-06 14:29 UTC (4+ messages)
[PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
2023-11-06 14:18 UTC (7+ messages)
[PATCH] gdb : Signal to pstack/gdb kills the attached process
2023-11-06 13:38 UTC (5+ messages)
` [External] : "
` [External] : Re: [PATCH v2] "
[PATCH] gdb: fix auxv cache clearing from new_objfile observer
2023-11-06 8:21 UTC (3+ messages)
[PATCH 1/2] [gdb/symtab] Add producer_is_gas
2023-11-06 7:35 UTC (10+ messages)
` [PATCH 2/2] [gdb/symtab] Work around gas PR28629
[pushed] [gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.exp
2023-11-06 7:33 UTC
[PATCH] Pre-read DWZ file in DWARF reader
2023-11-05 19:33 UTC (2+ messages)
[PATCH 00/30] Baby step for objfile splitting
2023-11-05 16:48 UTC (9+ messages)
` [PATCH 04/30] Use block_symbol::address in ada-tasks.c
` [PATCH 05/30] Use block_symbol::address in printcmd.c
[PATCH v2] gdb/tui: add a vsplit layout
2023-11-04 14:25 UTC (4+ messages)
[PATCH] gdb/tui: add a vsplit layout
2023-11-04 10:39 UTC (2+ messages)
[pushed] Remove unused declaration
2023-11-03 19:27 UTC
[PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
2023-11-03 18:59 UTC (5+ messages)
[PATCH 00/19] Add hash table to gdbsupport
2023-11-03 18:54 UTC (3+ messages)
[PATCH] gdbsupport: record and print failed selftest names
2023-11-03 18:26 UTC (3+ messages)
[PATCH v3 0/9] Remove char-based bitfield macros
2023-11-03 16:09 UTC (10+ messages)
` [PATCH v3 1/9] Use .def file to stringify type codes
` [PATCH v3 2/9] Print field accessibility inline
` [PATCH v3 3/9] Remove byte vectors from cplus_struct_type
` [PATCH v3 4/9] Add field::is_public
` [PATCH v3 5/9] Remove some QUIT calls from need_access_label_p
` [PATCH v3 6/9] Remove some type field accessor macros
` [PATCH v3 7/9] Remove char-based bitfield macros
` [PATCH v3 8/9] Use enum accessibility in types and member functions
` [PATCH v3 9/9] Simplify C++ type-printing
[PATCH v2 0/9] Remove char-based bitfield macros
2023-11-03 16:07 UTC (12+ messages)
` [PATCH v2 1/9] Use .def file to stringify type codes
` [PATCH v2 2/9] Print field accessibility inline
` [PATCH v2 3/9] Remove byte vectors from cplus_struct_type
[PATCH] Handle StackFrameFormat in DAP
2023-11-03 15:44 UTC
[PATCH] gdb: RISC-V: Refine lr/sc sequence support
2023-11-02 17:54 UTC (4+ messages)
[PATCH] [gdb/tdep] Fix nr array elements in ppc64_aggregate_candidate
2023-11-02 17:41 UTC (2+ messages)
[PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table
2023-11-02 17:30 UTC (6+ messages)
` PING "
[PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
2023-11-02 13:54 UTC
[PATCH] [gdb/riscv-tdep] Avoid scan invalid prologue
2023-11-02 9:02 UTC
[PATCH 0/7] Handle nested functions in DAP
2023-11-01 17:17 UTC (10+ messages)
` [PATCH 1/7] Add two convenience methods to block
` [PATCH 2/7] Add block::function_block
` [PATCH 3/7] Move follow_static_link to frame.c
` [PATCH 4/7] Add gdb.Frame.static_link method
` [PATCH 5/7] Fix a bug in DAP scopes code
` [PATCH 6/7] Handle the static link in FrameDecorator
` [PATCH 7/7] Update gdb.Symbol.is_variable documentation
[pushed] gdb: use gdb::byte_vector instead of gdb::def_vector<gdb_byte>
2023-11-01 17:06 UTC
[PATCH v2] Fix hardware watchpoints in replay mode
2023-11-01 13:57 UTC (3+ messages)
[PATCH 0/2] BFD cache management And Exec file with target: prefix
2023-11-01 10:46 UTC (6+ messages)
` [PATCH 1/2] gdb: move all bfd_cache_close_all calls in gdb_bfd.c
[PATCH] Implement DAP setVariable request
2023-10-31 17:49 UTC (2+ messages)
[PATCH] Fix race in DWARF reader
2023-10-31 17:48 UTC (7+ messages)
[RFC 00/13] Proposal for a new NT_X86_CPUID core dump note
2023-10-31 16:41 UTC (9+ messages)
[PATCH v3] gdb: Enable early init of thread pool size
2023-10-31 16:21 UTC
[PATCH 1/1] gdb : Signal to pstack/gdb kills the attached process
2023-10-31 16:07 UTC
[PATCH] Remove some frame invalidation code
2023-10-31 1:23 UTC (2+ messages)
[PATCHv6 00/10] thread-specific breakpoints in just some inferiors
2023-10-30 16:11 UTC (6+ messages)
` [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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox