public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2023-02-10 21:01 UTC  (33+ 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] Ensure all DAP requests are keyword-only
 2023-02-10 20:57 UTC  (2+ messages)

[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 00/47] Use methods for struct value
 2023-02-10 20:20 UTC  (59+ 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 v2 0/5] Fix gdb.rocm/simple.exp on hosts without ROCm
 2023-02-10 19:52 UTC  (7+ messages)
` [PATCH v2 1/5] gdb: 'show config' shows --with[out]-amd-dbgapi
` [PATCH v2 2/5] gdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_tests
` [PATCH v2 3/5] gdb/testsuite: require amd-dbgapi support to run rocm tests
` [PATCH v2 4/5] gdb/testsuite: allow_hipcc_tests tests the hipcc compiler
` [PATCH v2 5/5] gdb/testsuite: look for hipcc in env(ROCM_PATH)

[PATCH 0/3] Avoid printing global thread-id in CLI command output
 2023-02-10 19:22 UTC  (8+ 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/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 v3 0/5] gdb: introduce limited array lengths while printing values
 2023-02-10 14:49 UTC  (14+ 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 v2 0/2] gdb: Fix open_source_file error handling
 2023-02-10 14:41 UTC  (5+ messages)
` [PATCH 1/2] Move implementation of perror_with_name to gdbsupport
` [PATCH 2/2] gdb/source: Fix open_source_file error handling

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

[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 

[PATCH v4 0/6] gdb: introduce limited array lengths while printing values
 2023-02-10 14:19 UTC  (7+ 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

[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  (10+ messages)
` [PATCH 1/2] gdb: call frame unwinders' dealloc_cache methods through destroying the frame cache
` [PATCH 2/2] gdb: give sentinel for user frames distinct IDs, register sentinel frames to "

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

[PATCH] gdb: remove unnecessary 'dir' commands from gdb-gdb.gdb script
 2023-02-09 14:01 UTC  (2+ messages)

[PATCH] Always create a new value object in valpy_do_cast
 2023-02-09  6:06 UTC  (8+ messages)

[PATCH] Remove old GNU indent directives
 2023-02-08 18:48 UTC 

[PATCH 0/2] Reduce includes of block.h
 2023-02-08 18:27 UTC  (2+ messages)

[PATCH 0/2] Prevent combining 'task' and 'thread' keywords
 2023-02-08 18:10 UTC  (6+ 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] gdb/source: Fix open_source_file error handling
 2023-02-08 17:53 UTC  (3+ messages)

[PATCH] gdb/source: Fix open_source_file error handling
 2023-02-08 17:44 UTC  (2+ messages)

[PATCH 0/2] Suppress some FAILs
 2023-02-08 17:18 UTC  (2+ messages)

[PATCH 0/6] Change how symbol section indices are set
 2023-02-08 16:28 UTC  (8+ messages)
` [PATCH 3/6] Pass section index to start_compunit_symtab

[PATCH] gdb/debuginfod: Prevent prompt for continue during downloading
 2023-02-08 14:44 UTC  (6+ messages)

[pushed] [gdb/testsuite] Use maint ignore-probes in gdb.base/solib-corrupted.exp
 2023-02-08 10:49 UTC 

[PATCH 0/4] Fix gdb.rocm/simple.exp on hosts without ROCm
 2023-02-07 15:31 UTC  (7+ messages)
` [PATCH 3/4] gdb/testsuite: require amd-dbgapi support to run rocm tests
` [PATCH 4/4] gdb/testsuite: allow_hipcc_tests tests the hipcc compiler

[PATCH 0/6] Inferior specific breakpoints
 2023-02-07 14:42 UTC  (7+ messages)
` [PATCHv2 "
  ` [PATCHv2 3/6] gdb: fix display of thread condition for multi-location breakpoints

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