public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] Deprecate stabs
 2023-02-11  2:26 UTC  (5+ messages)

[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] gdb/debuginfod: Prevent prompt for continue during downloading
 2023-02-11  2:02 UTC  (7+ messages)

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

[PATCH v4 0/6] gdb: introduce limited array lengths while printing values
 2023-02-10 23:50 UTC  (11+ messages)
` [PATCH v4 1/6] GDB: Switch to using C++ standard integer type limits
` [PATCH v4 2/6] GDB: Ignore `max-value-size' setting with value history accesses
` [PATCH v4 3/6] GDB: Fix the mess with value byte/bit range types
` [PATCH v4 4/6] GDB: Only make data actually retrieved into value history available
` [PATCH v4 5/6] GDB/testsuite: Add `-nonl' option to `gdb_test'
` [PATCH v4 6/6] GDB: Introduce limited array lengths while printing values

[PATCH 0/6] Don't throw quit while handling inferior events
 2023-02-10 23:36 UTC  (7+ 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 00/48] Use methods for struct value
 2023-02-10 21:53 UTC  (49+ 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 v5] gdb/gcore: interrupt all threads before generating the corefile
 2023-02-10 21:46 UTC  (3+ messages)
` [PING] "

[PATCH] Fix doc build dependencies for --with-system-readline
 2023-02-10 21:42 UTC 

[PATCH v3 0/5] gdb: introduce limited array lengths while printing values
 2023-02-10 21:11 UTC  (15+ messages)
` [PATCH v3 1/5] GDB: Ignore `max-value-size' setting with value history accesses
` [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 v3 5/5] GDB: Introduce limited array lengths while printing values

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

[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  (22+ messages)
` [PATCH v3 2/8] gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap
` [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/c++: fix handling of breakpoints on @plt symbols
 2023-02-10 20:51 UTC  (8+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH v2 0/5] Fix gdb.rocm/simple.exp on hosts without ROCm
 2023-02-10 19:52 UTC  (2+ messages)

[PATCH 0/3] Avoid printing global thread-id in CLI command output
 2023-02-10 19:22 UTC  (4+ messages)
` [PATCH 3/3] gdb: don't use the global thread-id in the saved breakpoints file

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

[PATCH] [gdb/tdep] Don't use i386 unwinder for amd64
 2023-02-10 17:01 UTC  (2+ 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)

[PATCH] gdb: add test for readline handling very long commands
 2023-02-10 14:35 UTC  (2+ messages)

[RFC] Populate seen_names hash in cooked_index_shard::do_finalize
 2023-02-10 14:21 UTC 

[RFC] [gdb/cli] Add maint info frame-unwinders
 2023-02-10 11:45 UTC  (6+ messages)

[pushed] [gdb/testsuite] Use maint ignore-probes in gdb.base/longjmp.exp
 2023-02-10 11:09 UTC  (13+ messages)

[PATCH] gdb: fix dealloc function not being called for frame 0
 2023-02-10  3:10 UTC  (2+ messages)

[COMMITTED PATCH] [aarch64] Avoid initializers for VLAs
 2023-02-09 22:51 UTC  (3+ messages)

[PATCH 0/2] Fix gdb.base/frame-view.exp on AArch64
 2023-02-09 19:53 UTC  (5+ messages)
` [PATCH 1/2] gdb: call frame unwinders' dealloc_cache methods through destroying the frame cache

[PATCH] gdb: add HtabPrinter to gdb-gdb.py.in
 2023-02-09 19:52 UTC  (2+ messages)

[PATCH] Fix crash with "finish" in Rust
 2023-02-09 19:27 UTC 

[pushed] Fix comment in gdb.rust/fnfield.exp
 2023-02-09 19:23 UTC 

[pushed] Trivially simplify rust_language::print_enum
 2023-02-09 19:16 UTC 

[PATCH 1/1] gdb, testsuite: Remove unnecessary call of "set print pretty on"
 2023-02-09 18:51 UTC  (3+ messages)

[PATCH v2] Increase size of main_type::nfields
 2023-02-09 15:01 UTC  (2+ messages)

[pushed] Remove mention of cooked_index_vector
 2023-02-09 14:36 UTC 

[PATCH v2] Let user C-c when waiting for DWARF index finalization
 2023-02-09 14:35 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).