public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/31] Baby step for objfile splitting
 2023-11-05 18:12 UTC  (26+ 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 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 00/30] Baby step for objfile splitting
 2023-11-05 16:48 UTC  (37+ messages)
` [PATCH 01/30] Introduce block-symbol.h
` [PATCH 02/30] Add block_symbol::address
` [PATCH 03/30] Easy conversions to use block_symbol::address
` [PATCH 04/30] Use block_symbol::address in ada-tasks.c
` [PATCH 05/30] Use block_symbol::address in printcmd.c
` [PATCH 06/30] Use block_symbol::address in tracepoint.c
` [PATCH 07/30] More use of "
` [PATCH 08/30] Use block_symbol::address in ax-gdb.c
` [PATCH 09/30] Use block_symbol::address in linespec.c
` [PATCH 10/30] Use block_symbol::address in ada-lang.c
` [PATCH 11/30] Use block_symbol::address in symmisc.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 0/2] [gdb] Fix segfault in for_each_block
 2023-11-04 15:57 UTC  (3+ 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 v3] gdb/tui: add a vsplit layout
 2023-11-04 15:47 UTC  (2+ messages)

[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 1/2] [gdb/symtab] Add producer_is_gas
 2023-11-03 18:25 UTC  (8+ messages)
` [PATCH 2/2] [gdb/symtab] Work around gas PR28629

[PATCH] Fix resizing of TUI python windows
 2023-11-03 16:40 UTC 

[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 : Signal to pstack/gdb kills the attached process
 2023-11-02 18:27 UTC  (4+ messages)
  ` [External] : "
    ` [External] : Re: [PATCH v2] "

[PATCH] gdb: RISC-V: Refine lr/sc sequence support
 2023-11-02 17:54 UTC  (4+ messages)

[PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
 2023-11-02 17:44 UTC 

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

[PATCH 00/15] Index DWARF in the background
 2023-10-29 17:50 UTC  (17+ messages)
` [PATCH 01/15] Add thread-safety to gdb's BFD wrappers
` [PATCH 02/15] Refactor complaint thread-safety approach
` [PATCH 03/15] Add quick_symbol_functions::compute_main_name
` [PATCH 04/15] Add gdb::task_group
` [PATCH 05/15] Move cooked_index_storage to cooked-index.h
` [PATCH 06/15] Add "maint set dwarf synchronous"
` [PATCH 07/15] Change how cooked index waits for threads
` [PATCH 08/15] Do more DWARF reading in the background
` [PATCH 09/15] Simplify the public DWARF API
` [PATCH 10/15] Remove two quick_symbol_functions methods
` [PATCH 11/15] Change current_language to be a macro
` [PATCH 12/15] Lazy language setting
` [PATCH 13/15] Optimize lookup_minimal_symbol_text
` [PATCH 14/15] Avoid language-based lookups in startup path
` [PATCH 15/15] Back out some parallel_for_each features

[PATCH 0/2] Two .debug_aranges changes
 2023-10-29 16:34 UTC  (4+ messages)
` [PATCH 1/2] Pre-read .debug_aranges section

[PATCH 00/11] GDB: Require C++17
 2023-10-28 20:48 UTC  (5+ messages)

GDB 14.1 release -- 2023-10-28 Update
 2023-10-28 16:00 UTC 

[PATCH 4/7 v5] gdb: Buffer output streams during events that might download debuginfo
 2023-10-28  0:25 UTC  (4+ messages)
` [PATCH v6] "

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