public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv6 00/10] thread-specific breakpoints in just some inferiors
 2023-10-30 16:11 UTC  (4+ 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

[PATCH] Reword gdb.Frame.read_var documentation
 2023-10-30 15:48 UTC  (2+ messages)

[PATCH] Fix race in DWARF reader
 2023-10-30 15:17 UTC  (5+ messages)

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

[PATCH 0/2] BFD cache management And Exec file with target: prefix
 2023-10-30 13:41 UTC  (11+ 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 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

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

[PATCH 1/2] [gdb/symtab] Add producer_is_gas
 2023-10-30  8:11 UTC  (2+ messages)
` [PATCH 2/2] [gdb/symtab] Work around gas PR28629

Enable top-level recursive 'autoreconf'
 2023-10-30  1:31 UTC  (2+ messages)

[PATCH 00/30] Baby step for objfile splitting
 2023-10-29 23:23 UTC  (31+ 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 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  (8+ messages)
` [PATCH 1/2] Pre-read .debug_aranges section
` [PATCH 2/2] Move read_addrmap_from_aranges to new file

[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] "

[PATCH 0/4] On-demand debuginfo downloading
 2023-10-28  0:20 UTC  (5+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
` [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading

[PATCH v2 0/9] Remove char-based bitfield macros
 2023-10-27 17:36 UTC  (10+ 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 v2 4/9] Add field::is_public
` [PATCH v2 5/9] Remove some QUIT calls from need_access_label_p
` [PATCH v2 6/9] Remove some type field accessor macros
` [PATCH v2 7/9] Remove char-based bitfield macros
` [PATCH v2 8/9] Use enum accessibility in types and member functions
` [PATCH v2 9/9] Simplify C++ type-printing

[PATCH 0/7] Remove char-based bitfield macros
 2023-10-27 14:20 UTC  (4+ messages)
` [PATCH 3/7] Remove byte vectors from cplus_struct_type

[PATCH] gdb/testsuite: Work around clang fails in gdb.base/watchpoint.exp
 2023-10-27 13:56 UTC  (2+ messages)

[pushed] gdb: trim trailing spaces in i386-tdep.{c,h}
 2023-10-27 13:32 UTC 

[PATCH v2] gdb: Enable early init of thread pool size
 2023-10-27 11:18 UTC  (4+ messages)

[RFC 00/13] Proposal for a new NT_X86_CPUID core dump note
 2023-10-27 11:11 UTC  (8+ messages)

[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
 2023-10-27  8:57 UTC 

[PATCH v2] gdb/configure.ac: Add option --with-additional-debug-dirs
 2023-10-27  5:59 UTC  (7+ messages)

[PATCH] gdb/s390: Add packed-stack support to the backchain unwinder
 2023-10-27  0:51 UTC 

[PATCH] gdb/configure.ac: Fix auto-load options to work with Windows path separator
 2023-10-26 23:40 UTC 

[PATCHv4] gdb: handle main thread exiting during detach
 2023-10-26 17:26 UTC  (4+ messages)
` [PATCHv5] "

GDB 14.0.91 available for testing
 2023-10-26 14:35 UTC  (3+ messages)

[pushed/obvious] gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itself
 2023-10-26 13:24 UTC  (4+ messages)

[PATCH v5 0/1] update MAINTAINERS file with git trailers
 2023-10-26 12:46 UTC  (7+ messages)
` [PATCH v5 1/1] [gdb]: add git trailer information on gdb/MAINTAINERS
` [PING][PATCH v5 0/1] update MAINTAINERS file with git trailers

[pushed] [gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2/per-bfd-sharing.exp
 2023-10-26  8:35 UTC 

[PATCH 0/2] Small fixes to run gdb.python with clang
 2023-10-25 16:24 UTC  (5+ messages)
` [PATCH 1/2] gdb/testsuite: fix running gdb.python/py-explore-cc "
` [PATCH 2/2] gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.exp

[PATCH] gdb : Signal to pstack/gdb kills the attached process
 2023-10-25 15:54 UTC  (2+ messages)

[PATCH 1/2] gdb: make get_msymbol_address a private method of minimal_symbol
 2023-10-25 15:49 UTC  (5+ messages)
` [PATCH 2/2] gdb: make get_symbol_address a private method of symbol

[PATCH] gdb/python: Add new gdb.Value.bytes attribute
 2023-10-25 15:39 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] gdbserver: don't leak program name in handle_v_run
 2023-10-25 14:09 UTC  (4+ messages)

[PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
 2023-10-25 11:42 UTC 

[PATCH v2] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
 2023-10-25  9:39 UTC  (3+ messages)

[PATCH 0/2] Add name_of_main and language_of_main to the DWARF index
 2023-10-24 22:04 UTC  (9+ messages)
` [PATCH 1/2] [gdb/symtab] "

[PATCH] Pre-read DWZ file in DWARF reader
 2023-10-24 19:49 UTC 

[PATCH v3] gdb/testsuite: fix completion tests when using READ1
 2023-10-24 15:58 UTC  (2+ messages)
` [Pingv3] "

[PATCH v4 0/4] [gdb/cli] Allow source highlighting to be interrupted
 2023-10-24 12:47 UTC  (7+ messages)
` [PATCH v4 3/4] [gdb/cli] Allow source highlighting to be interrupted (continued)
` [PATCH v4 4/4] [gdb/cli] Ask if source highlighting should be interrupted

[PATCH v5 0/6] [gdb/cli] Allow source highlighting to be interrupted
 2023-10-24 12:33 UTC  (8+ messages)
` [PATCH v5 1/6] [gdb/cli] Add signal_handler_selftest
` [PATCH v5 2/6] [gdb/python] Make python selftest more robust
` [PATCH v5 3/6] [gdb/cli] Add gnu-source-highlight selftest
` [PATCH v5 4/6] [gdb/cli] Allow source highlighting to be interrupted
` [PATCH v5 5/6] [gdb/cli] Ask if source highlighting should "
` [PATCH v5 6/6] [gdb/cli] Simplify gdb_highlight_event_listener::notify

[PATCH 0/5] New Python hook for missing debug information
 2023-10-24 12:03 UTC  (7+ messages)
` [PATCH 1/5] gdb/coffread: bring separate debug file logic into line with elfread.c
` [PATCH 3/5] gdb: refactor objfile::find_and_add_separate_symbol_file

[PATCH 1/1] gdb, infrun: assertion for a possibly uninitialized variable
 2023-10-24 10:16 UTC 

[RFC][PATCH?] fixed some segfaults and bugs in mdebug support
 2023-10-24  0:25 UTC  (3+ messages)

[pushed] [gdb/python] Only include gdbsupport/selftest.h if GDB_SELF_TEST
 2023-10-23 16:25 UTC 

[PATCH v3] gdb: fix owner passed to remove_target_sections in clear_solib
 2023-10-23 15:34 UTC  (6+ messages)

[PATCH] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
 2023-10-23 14:21 UTC 

HOW ARE YOU TODAY
 2023-10-23  9:30 UTC 

[PATCH] Style history variable output
 2023-10-22 15:01 UTC  (3+ messages)

[PATCH 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-10-22 11:00 UTC  (3+ messages)
` [PATCH 09/13] [gdb/symtab] Keep track of processed DIEs in shard

[PATCH 0/3] Improve disassemble command completion
 2023-10-21  7:22 UTC  (3+ messages)
` [PATCH 1/3] gdb: error if /r and /b are used with disassemble command

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