public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Move index reading code out of dwarf2/read.c
 2023-02-13 14:55 UTC  (4+ messages)
` [PATCH 1/4] gdb/dwarf2: rename some things, index -> gdb_index
` [PATCH 2/4] gdb/dwarf2: move some things to read.h
` [PATCH 3/4] gdb/dwarf2: split .gdb_index reading code to own file

[PATCHv2 0/3] Python/TUI Window Creation / Destruction Fixes
 2023-02-13 14:52 UTC  (5+ messages)
` [PATCHv3 "

[PATCH v4 0/6] gdb: introduce limited array lengths while printing values
 2023-02-13 14:45 UTC  (9+ messages)
` [PATCH v4 1/6] GDB: Switch to using C++ standard integer type limits
` [PATCH v4 4/6] GDB: Only make data actually retrieved into value history available
` [PATCH v4 6/6] GDB: Introduce limited array lengths while printing values

[RFC] [gdb/tdep] Assume epilogue unwind info is valid unless gcc < 4.5.0
 2023-02-13 14:24 UTC  (4+ messages)
  ` [PATCH] "

[PATCH v2 0/5] [gdb/symtab] Assume epilogue unwind info is valid unless gcc < 4.5.0
 2023-02-13 14:23 UTC  (6+ messages)
` [PATCH v2 1/5] [gdb/symtab] Factor out compunit_epilogue_unwind_valid
` [PATCH v2 2/5] [gdb/tdep] Fix amd64/i386_stack_frame_destroyed_p
` [PATCH v2 3/5] [gdb/tdep] Add amd64/i386 epilogue override unwinders
` [PATCH v2 4/5] [gdb/symtab] Trust epilogue unwind info for unknown producer (-g0 case)
` [PATCH v2 5/5] [gdb/symtab] Trust epilogue unwind info for unknown or non-gcc producer

[PATCH] gdb/debuginfod: Prevent prompt for continue during downloading
 2023-02-13 14:17 UTC  (8+ messages)

[PATCH v2 00/48] Use methods for struct value
 2023-02-13 14:15 UTC  (56+ messages)
` [PATCH v2 01/48] Rename all fields of "
` [PATCH v2 02/48] Move ~value body out-of-line
` [PATCH v2 03/48] Move struct value to value.h
` [PATCH v2 04/48] Turn value_type into method
` [PATCH v2 05/48] Turn deprecated_set_value_type into a method
` [PATCH v2 06/48] Turn value_arch into method
` [PATCH v2 07/48] Turn value_bitsize "
` [PATCH v2 08/48] Turn value_bitpos "
` [PATCH v2 09/48] Turn value_parent "
` [PATCH v2 10/48] Turn value_offset "
` [PATCH v2 11/48] Turn deprecated_value_modifiable "
` [PATCH v2 12/48] Turn value_enclosing_type "
` [PATCH v2 13/48] Turn some value offset functions "
` [PATCH v2 14/48] Turn value_lazy and set_value_lazy functions into methods
` [PATCH v2 15/48] Turn value_stack and set_value_stack "
` [PATCH v2 16/48] Turn value_computed_closure and value_computed_funcs "
` [PATCH v2 17/48] Convert value_lval_const and deprecated_lval_hack to methods
` [PATCH v2 18/48] Turn value_initialized and set_value_initialized functions into methods
` [PATCH v2 19/48] Turn value_address and set_value_address "
` [PATCH v2 20/48] Turn more deprecated_* "
` [PATCH v2 21/48] Turn allocate_value_lazy into a static "constructor"
` [PATCH v2 22/48] Turn allocate_value "
` [PATCH v2 23/48] Turn allocate_computed_value into "
` [PATCH v2 24/48] Turn allocate_optimized_out_value "
` [PATCH v2 25/48] Turn value_zero "
` [PATCH v2 26/48] Turn some value_contents functions into methods
` [PATCH v2 27/48] Turn value_fetch_lazy into a method
` [PATCH v2 28/48] Turn allocate_value_contents "
` [PATCH v2 29/48] Turn value_contents_eq "
` [PATCH v2 30/48] Turn value_bits_synthetic_pointer "
` [PATCH v2 31/48] Move value_ref_policy methods out-of-line
` [PATCH v2 32/48] Turn value_incref and value_decref into methods
` [PATCH v2 33/48] Turn remaining value_contents functions "
` [PATCH v2 34/48] Fully qualify calls to copy in value.c
` [PATCH v2 35/48] Turn value_copy into a method
` [PATCH v2 36/48] Turn many optimized-out value functions into methods
` [PATCH v2 37/48] Turn value_non_lval and value_force_lval "
` [PATCH v2 38/48] Turn set_value_component_location into method
` [PATCH v2 39/48] Change some code to use value methods
` [PATCH v2 40/48] Turn some xmethod functions into methods
` [PATCH v2 41/48] Turn preserve_one_value into method
` [PATCH v2 42/48] Turn various value copying-related functions into methods
` [PATCH v2 43/48] Add value::set_modifiable
` [PATCH v2 44/48] Make struct value data members private
` [PATCH v2 45/48] Make ~value private
` [PATCH v2 46/48] Introduce set_lval method on value
` [PATCH v2 47/48] Remove deprecated_lval_hack
` [PATCH v2 48/48] Rely on value_ref_ptr::operator->

[PATCH] gdb/c++: fix handling of breakpoints on @plt symbols
 2023-02-13 14:14 UTC  (11+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH 0/2] Prevent combining 'task' and 'thread' keywords
 2023-02-13 11:26 UTC  (9+ messages)
` [PATCH 1/2] gdb: only allow one of thread or task on breakpoints or watchpoints
` [PATCH 2/2] gdb: use -1 for breakpoint::task default value

[PATCH v2 0/5] Fix gdb.rocm/simple.exp on hosts without ROCm
 2023-02-13  9:53 UTC  (3+ messages)

[PATCH v3 00/50] Use methods for struct value
 2023-02-13  3:24 UTC  (51+ messages)
` [PATCH v3 01/50] Automatic date update in version.in
` [PATCH v3 02/50] Rename all fields of struct value
` [PATCH v3 03/50] Move ~value body out-of-line
` [PATCH v3 04/50] Move struct value to value.h
` [PATCH v3 05/50] Turn value_type into method
` [PATCH v3 06/50] Turn deprecated_set_value_type into a method
` [PATCH v3 07/50] Turn value_arch into method
` [PATCH v3 08/50] Turn value_bitsize "
` [PATCH v3 09/50] Turn value_bitpos "
` [PATCH v3 10/50] Turn value_parent "
` [PATCH v3 11/50] Turn value_offset "
` [PATCH v3 12/50] Turn deprecated_value_modifiable "
` [PATCH v3 13/50] Turn value_enclosing_type "
` [PATCH v3 14/50] Turn some value offset functions "
` [PATCH v3 15/50] Turn value_lazy and set_value_lazy functions into methods
` [PATCH v3 16/50] Turn value_stack and set_value_stack "
` [PATCH v3 17/50] Turn value_computed_closure and value_computed_funcs "
` [PATCH v3 18/50] Convert value_lval_const and deprecated_lval_hack to methods
` [PATCH v3 19/50] Turn value_initialized and set_value_initialized functions into methods
` [PATCH v3 20/50] Turn value_address and set_value_address "
` [PATCH v3 21/50] Turn more deprecated_* "
` [PATCH v3 22/50] Turn allocate_value_lazy into a static "constructor"
` [PATCH v3 23/50] Turn allocate_value "
` [PATCH v3 24/50] Turn allocate_computed_value into "
` [PATCH v3 25/50] Turn allocate_optimized_out_value "
` [PATCH v3 26/50] Turn value_zero "
` [PATCH v3 27/50] Turn some value_contents functions into methods
` [PATCH v3 28/50] Turn value_fetch_lazy into a method
` [PATCH v3 29/50] Turn allocate_value_contents "
` [PATCH v3 30/50] Turn value_contents_eq "
` [PATCH v3 31/50] Turn value_bits_synthetic_pointer "
` [PATCH v3 32/50] Move value_ref_policy methods out-of-line
` [PATCH v3 33/50] Turn value_incref and value_decref into methods
` [PATCH v3 34/50] Turn remaining value_contents functions "
` [PATCH v3 35/50] Fully qualify calls to copy in value.c
` [PATCH v3 36/50] Turn value_copy into a method
` [PATCH v3 37/50] Turn many optimized-out value functions into methods
` [PATCH v3 38/50] Turn value_non_lval and value_force_lval "
` [PATCH v3 39/50] Turn set_value_component_location into method
` [PATCH v3 40/50] Change some code to use value methods
` [PATCH v3 41/50] Turn some xmethod functions into methods
` [PATCH v3 42/50] Turn preserve_one_value into method
` [PATCH v3 43/50] Turn various value copying-related functions into methods
` [PATCH v3 44/50] Add value::set_modifiable
` [PATCH v3 45/50] Turn record_latest_value into a method
` [PATCH v3 46/50] Make struct value data members private
` [PATCH v3 47/50] Make ~value private
` [PATCH v3 48/50] Introduce set_lval method on value
` [PATCH v3 49/50] Remove deprecated_lval_hack

[PATCH] Clean up attribute reprocessing
 2023-02-12 23:12 UTC 

[PATCH] Move some code from dwarf2/read.c to die.c
 2023-02-12 20:03 UTC  (2+ messages)

[RFC] Deprecate stabs
 2023-02-12 12:53 UTC  (7+ messages)

[PATCH] Fix doc build dependencies for --with-system-readline
 2023-02-12 11:36 UTC  (3+ messages)

[PATCH] Fix 5-line offset of edit command
 2023-02-12  9:15 UTC 

[PATCH 0/3] Avoid printing global thread-id in CLI command output
 2023-02-11 17:42 UTC  (10+ messages)
` [PATCH 1/3] gdb: don't print global thread-id to CLI in describe_other_breakpoints
` [PATCH 2/3] gdb: show task number "
` [PATCH 3/3] gdb: don't use the global thread-id in the saved breakpoints file

[PATCH] gdb: add test for readline handling very long commands
 2023-02-11 17:18 UTC  (3+ messages)

[PATCH] gdb: remove unnecessary 'dir' commands from gdb-gdb.gdb script
 2023-02-11 17:15 UTC  (3+ messages)

[PATCH] Only allow downcasts in checked_static_cast
 2023-02-11 16:17 UTC 

[PATCH] [gdb/tdep] Don't use i386 unwinder for amd64
 2023-02-11  8:14 UTC  (3+ messages)

[PATCH 0/6] Don't throw quit while handling inferior events
 2023-02-11  8:02 UTC  (8+ messages)
` [PATCH 1/6] Fix "ptype INTERNAL_FUNC" (PR gdb/30105)
` [PATCH 2/6] Make "ptype INTERNAL_FUNCTION" in Ada print like other languages
` [PATCH 3/6] Add new "$_shell(CMD)" internal function
` [PATCH 4/6] Don't throw quit while handling inferior events
` [PATCH 5/6] GC get_active_ext_lang
` [PATCH 6/6] Don't throw quit while handling inferior events, part II

[PATCH v2 0/2] gdb: Fix open_source_file error handling
 2023-02-11  2:14 UTC  (7+ messages)
` [PATCH 1/2] Move implementation of perror_with_name to gdbsupport
` [PATCH 2/2] gdb/source: Fix open_source_file error handling

[PATCH] Fix value chain use-after-free
 2023-02-11  1:08 UTC 

[PATCH v5] gdb/gcore: interrupt all threads before generating the corefile
 2023-02-10 21:46 UTC  (3+ messages)
` [PING] "

[PATCH v3 0/5] gdb: introduce limited array lengths while printing values
 2023-02-10 21:11 UTC  (9+ messages)
` [PATCH v3 2/5] GDB: Fix the mess with value byte/bit range types
` [PATCH v3 3/5] GDB: Only make data actually retrieved into value history available

[PATCH 00/47] Use methods for struct value
 2023-02-10 21:05 UTC  (19+ messages)
` [PATCH 01/47] Rename all fields of "
` [PATCH 06/47] Turn value_arch into method
` [PATCH 29/47] Turn value_contents_eq into a method
` [PATCH 33/47] Turn remaining value_contents functions into methods
` [PATCH 35/47] Turn value_copy into a method
` [PATCH 42/47] Turn various value copying-related functions into methods

[PATCH] Ensure all DAP requests are keyword-only
 2023-02-10 21:03 UTC  (3+ messages)

[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2023-02-10 21:01 UTC  (15+ messages)
` [PATCH v3 4/8] gdbserver/linux-aarch64: When thread stops, update its target description

[PATCH 1/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-02-10 20:55 UTC  (18+ messages)
              ` [PATCH 2/2 version 2] "
                                        ` [PATCH ] PowerPC: "

[PATCH] gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserver
 2023-02-10 18:56 UTC  (3+ messages)

[PATCH] Use std::string in main_info
 2023-02-10 16:53 UTC  (2+ messages)

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2023-02-10 16:46 UTC  (8+ messages)

[PATCH] [gdb/testsuite] Fix linespec ambiguity in gdb.base/longjmp.exp
 2023-02-10 15:00 UTC  (4+ 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).