[PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
2023-11-11 20:11 UTC (35+ 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 ver3] Fix the gdb.ada/inline-section-gc.exp test
2023-11-11 16:15 UTC (2+ messages)
[RFC][PATCH?] fixed some segfaults and bugs in mdebug support
2023-11-11 3:07 UTC (4+ messages)
[PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
2023-11-10 19:00 UTC (2+ messages)
Filtering shadowed variables in info local
2023-11-10 17:54 UTC
[PATCH] [gdb/tui] Handle shared border in fixed-sized layout
2023-11-10 16:54 UTC
[PATCH v2 0/3] Implement the DAP notStopped response
2023-11-10 15:44 UTC (5+ messages)
` [PATCH v2 1/3] Automatically run (most) DAP requests in gdb thread
` [PATCH v2 2/3] Remove ExecutionInvoker
` [PATCH v2 3/3] Implement the notStopped DAP response
[PATCH 0/3] Implement the DAP notStopped response
2023-11-10 15:18 UTC (9+ 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 1/3] [gdb/tui] Refactor prefresh call in tui_source_window_base::refresh_window
2023-11-10 13:00 UTC (3+ messages)
` [PATCH 2/3] [gdb/tui] Add tui_win_info::{box_width,box_size}
` [PATCH 3/3] [gdb/tui] Don't include border_width in left_margin
[PATCH v4 0/2] [gdb] Fix segfault in for_each_block
2023-11-10 8:24 UTC (4+ 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
[PATCH v3 0/3] [gdb] Fix segfault in for_each_block
2023-11-10 8:15 UTC (8+ messages)
` [PATCH v3 1/3] [gdb] Fix segfault in for_each_block, part 1
` [PATCH v3 2/3] [gdb] Eliminate local var pspace in inferior.c
` [PATCH v3 3/3] [gdb] Fix segfault in for_each_block, part 2
[PATCH v2 0/2] [gdb] Fix segfault in for_each_block
2023-11-09 16:26 UTC (8+ 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-09 14:35 UTC (8+ messages)
[PATCH 1/2] [gdb/tui] Allow command window of 1 or 2 lines
2023-11-09 12:04 UTC (2+ messages)
` [PATCH 2/2] [gdb/tui] Fix resizing of terminal to "
[PATCH ver 2] Fix the gdb.ada/inline-section-gc.exp test
2023-11-08 18:02 UTC (4+ messages)
[PATCH v3] gdb/testsuite: fix completion tests when using READ1
2023-11-08 16:56 UTC (6+ messages)
` [Pingv3] "
` [Ping v4] "
` [PATCH v4] "
[PATCH] Powerpc, fix for test gdb.base/unwind-on-each-insn.exp
2023-11-08 16:18 UTC (4+ messages)
[PATCH 0/5] New Python hook for missing debug information
2023-11-08 15:48 UTC (10+ messages)
` [PATCH 3/5] gdb: refactor objfile::find_and_add_separate_symbol_file
` [PATCHv2 0/5] New Python hook for missing debug information
` [PATCHv2 1/5] gdb/coffread: bring separate debug file logic into line with elfread.c
` [PATCHv2 2/5] gdb: merge debug symbol file lookup code from coffread & elfread paths
` [PATCHv2 3/5] gdb: refactor objfile::find_and_add_separate_symbol_file
` [PATCHv2 4/5] gdb: add an extension language hook for missing debug info
` [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
[PATCH] gdb/testsuite: Work around clang fails in gdb.base/watchpoint.exp
2023-11-08 14:24 UTC (4+ messages)
` [PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
` [PATCH v3] "
[PATCH 0/2] Missing thread events for remote targets
2023-11-08 13:30 UTC (2+ messages)
[PATCH 0/3] Improve disassemble command completion
2023-11-08 11:21 UTC (2+ messages)
[PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
2023-11-08 11:15 UTC (2+ messages)
PowerPC, Fix-test-gdb.base-store.exp
2023-11-08 10:54 UTC (11+ messages)
` [Patch 1/2] "
` [PATCH 1/2, ver2] "
` [PATCH 1/2, ver3] "
[PATCH 0/3] Improve debug output support in gdbserver
2023-11-07 19:41 UTC (5+ 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 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] gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
2023-11-07 16:58 UTC (3+ messages)
[PATCH 0/2] [gdb] Fix segfault in for_each_block
2023-11-07 13:32 UTC (7+ messages)
` [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
[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] Fix breakpoints on symbols with multiple trampoline symbols
2023-11-06 19:30 UTC
[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 (3+ 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 (8+ 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)
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