public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix resizing of TUI python windows
 2023-11-06 16:56 UTC  (2+ messages)

[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 0/2] [gdb] Fix segfault in for_each_block
 2023-11-06 15:24 UTC  (4+ 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 v2 00/31] Baby step for objfile splitting
 2023-11-06 15:16 UTC  (33+ 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 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] "

[RFC] Adding a SECURITY policy for GDB
 2023-11-06 13:26 UTC 

[PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
 2023-11-06 10:49 UTC  (2+ messages)

[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  (29+ messages)
` [PATCH 04/30] Use block_symbol::address in ada-tasks.c
` [PATCH 05/30] Use block_symbol::address in printcmd.c
` [PATCH 10/30] Use block_symbol::address in ada-lang.c
` [PATCH 12/30] Introduce read_var_value overload
` [PATCH 13/30] Use read_var_value in gdb/compile
` [PATCH 14/30] Return a block_symbol from find_pc_sect_function
` [PATCH 15/30] Use read_var_value overload in finish_command_fsm
` [PATCH 16/30] Use block_symbol in overload-handling code
` [PATCH 17/30] Change evaluate_var_value to accept a block_symbol
` [PATCH 18/30] Change value_of_variable to take "
` [PATCH 19/30] Return a block_symbol from get_frame_function
` [PATCH 20/30] Use read_var_value overload in return_command
` [PATCH 21/30] Use read_var_value overload in py-finishbreakpoint.c
` [PATCH 22/30] Use read_var_value overload in py-framefilter.c
` [PATCH 23/30] Use read_var_value overload in Guile
` [PATCH 24/30] Use read_var_value in read_frame_arg and read_frame_local
` [PATCH 25/30] Change print_variable_and_value to take a block_symbol
` [PATCH 26/30] Change find_frame_funname to return "
` [PATCH 27/30] Change btrace_function::sym to "
` [PATCH 28/30] Use read_var_value overload in Python
` [PATCH 29/30] Remove the old read_var_value
` [PATCH 30/30] Change language_defn::read_var_value to accept block_symbol

[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/testsuite: Work around clang fails in gdb.base/watchpoint.exp
 2023-11-02  9:50 UTC  (2+ messages)
` [PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch

[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  (9+ messages)
` [PATCH 1/2] gdb: move all bfd_cache_close_all calls in gdb_bfd.c
  ` [PATCH 2/2] gdb: fix reopen_exec_file for files with target: prefix

[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)

PowerPC, Fix-test-gdb.base-store.exp
 2023-10-30 17:25 UTC  (10+ messages)
` [Patch 1/2] "
    ` [PATCH 1/2, ver2] "
              ` [PATCH 1/2, ver3] "

[PATCHv6 00/10] thread-specific breakpoints in just some inferiors
 2023-10-30 16:11 UTC  (11+ messages)
  ` [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] Reword gdb.Frame.read_var documentation
 2023-10-30 15:48 UTC  (2+ messages)

[PATCH 0/5] ARM function-calling / return fixes
 2023-10-30 13:53 UTC  (11+ messages)
` [PATCH 1/5] Fix calls with small integers on ARM
` [PATCH 3/5] Fix "finish" for vector types "

[PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
 2023-10-30 13:00 UTC  (4+ messages)
` [PATCH v2 1/3] [sim/riscv] Add basic "
` [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set
` [PATCH v2 3/3] [sim/riscv] Add semi-hosting support

Enable top-level recursive 'autoreconf'
 2023-10-30  1:31 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).