public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add name_of_main and language_of_main to the DWARF index
 2023-10-04 22:30 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] gdbserver: fix handling of single quote arguments
 2023-10-04 19:35 UTC  (10+ messages)
` [PATCHv2 0/5] Fixes for passing arguments to gdbserver
  ` [PATCHv2 1/5] gdbserver: fix handling of single quote arguments
  ` [PATCHv2 2/5] gdbserver: fix handling of trailing empty argument
  ` [PATCHv2 3/5] gdbserver: handle newlines in inferior arguments
  ` [PATCHv2 4/5] gdbserver: cleanup in handle_v_run
  ` [PATCHv2 5/5] gdb/testsuite: cleanup in gdb.base/args.exp

[PATCH v2] gdb/configure.ac: Add option --with-additional-debug-dirs
 2023-10-04 18:31 UTC 

[PATCH] gdb/configure.ac: Add option --with-additional-debug-dirs
 2023-10-04 18:29 UTC  (3+ messages)

[PATCH 0/3] Fix "attach" infinite loop
 2023-10-04 17:38 UTC  (9+ messages)
` [PATCH 1/3] Minor cleanup in linux_proc_attach_tgid_threads
` [PATCH 2/3] Use gdb_dir_up "
` [PATCH 3/3] Bail out of "attach" if a thread cannot be traced

[PATCH v2] gdb/testsuite: XFAIL some gdb.base/fileio.exp
 2023-10-04 15:47 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v5 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-10-04 15:28 UTC  (2+ messages)

[PATCH v7 00/18] SME support for AArch64 gdb/gdbserver on Linux
 2023-10-04 15:27 UTC  (16+ messages)
` [PATCH v7 15/18] [gdb/generic] corefile/bug: Add hook to control the use of target description notes from corefiles

[PATCH] process-dies-while-detaching.exp: Exit early if GDB misses sync breakpoint
 2023-10-04 10:55 UTC  (2+ messages)

[PATCH 0/8] Split new_objfile observable
 2023-10-04  2:20 UTC  (9+ messages)
` [PATCH 1/8] gdb: add program_space parameter to ada_clear_symbol_cache
` [PATCH 2/8] gdb: add program_space parameters to some functions in symtab.c
` [PATCH 3/8] gdb: add program_space parameter to emit_clear_objfiles_event
` [PATCH 4/8] gdb: use objfile->pspace in auto-load.c
` [PATCH 5/8] gdb: add program_space parameters to some auto-load functions
` [PATCH 6/8] gdb: add all_objfiles_removed observer
` [PATCH 7/8] gdb: remove unnecessary nullptr check in free_objfile observers
` [PATCH 8/8] gdb: use objfile->pspace "

[PATCH 0/3] Add assertion when marking the remote async flag
 2023-10-04  2:04 UTC  (4+ messages)
` [PATCH 1/3] gdb: make remote_state's async token private
` [PATCH 2/3] gdb: add remote_state::{is_async_p,can_async_p}
` [PATCH 3/3] gdb: add assertion when marking the remote async flag

[PATCH] gdb/testsuite: Bump up 'match_max'
 2023-10-04  1:04 UTC  (2+ messages)

[PATCHv3 0/9] thread-specific breakpoints in just some inferiors
 2023-10-03 21:29 UTC  (15+ messages)
` [PATCHv4 00/10] "
  ` [PATCHv4 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv5 00/10] thread-specific breakpoints in just some inferiors
    ` [PATCHv5 01/10] gdb: create_breakpoint: add asserts and additional comments
    ` [PATCHv5 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
    ` [PATCHv5 03/10] gdb: change 'if' to gdb_assert in update_dprintf_command_list
    ` [PATCHv5 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
    ` [PATCHv5 05/10] gdb: don't display inferior list for pending breakpoints
    ` [PATCHv5 06/10] gdb: parse pending breakpoint thread/task immediately
    ` [PATCHv5 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
    ` [PATCHv5 08/10] gdb: remove breakpoint_re_set_one
    ` [PATCHv5 09/10] gdb: remove tracepoint_probe_create_sals_from_location_spec

[PATCH] gdb: support rseq auxvs
 2023-10-03 19:05 UTC  (2+ messages)

[PATCH] [PR gdb/30630] Fix internal-error in remote_target::wait
 2023-10-03 19:02 UTC  (2+ messages)

[PATCH] gdb: fix auxv cache clearing from new_objfile observer
 2023-10-03 17:50 UTC  (2+ messages)

[PATCH] Add DAP scope cache
 2023-10-03 12:16 UTC  (2+ messages)

[PATCH v3 0/4] Dynamic properties of pointers
 2023-10-03  0:17 UTC  (11+ messages)
` [PATCH v3 1/4] gdb, testsuite: handle icc and icpc deprecated remarks
` [PATCH v3 2/4] gdb, types: Resolve pointer types dynamically
` [PATCH v3 3/4] gdb, intel-classic-compilers, testsuite: workaround icc/icpc/ifort pointer/reference DWARF
` [PATCH v3 4/4] gdb, testsuite, fortran: Fix sizeof intrinsic for ifort Fortran pointers
` [PING][PATCH v3 0/4] Dynamic properties of pointers

Updating mailman settings to avoid From rewriting
 2023-10-02 22:12 UTC 

[PATCH] gdb: add Python events for program space addition and removal
 2023-10-02 21:17 UTC  (15+ messages)
` [PATCHv2] "
  ` [PATCHv3] "
    ` [PUSHED] gdb/python: reformat file with black

[PATCH] Add regression test for instructionReference change
 2023-10-02 19:51 UTC  (2+ messages)

[PATCH 0/5] Fix using an exec file with target: prefix
 2023-10-02 19:13 UTC  (17+ messages)
` [PATCH 3/5] gdb: remove use of a static buffer for building error strings
` [PATCH 4/5] gdb: remove print_sys_errmsg
` [PATCH 5/5] gdb: fix reread_symbols when an objfile has target: prefix
` [PATCHv2 0/5] Fix using an exec file with "
  ` [PATCHv2 1/5] gdb: some additional filename styling
  ` [PATCHv2 2/5] gdb: use archive name in warning when appropriate
  ` [PATCHv2 3/5] gdb: remove use of a static buffer for building error strings
  ` [PATCHv2 4/5] gdb: remove print_sys_errmsg
  ` [PATCHv2 5/5] gdb: fix reread_symbols when an objfile has target: prefix

[PATCH] Clean up intermediate values in val_print_packed_array_elements
 2023-10-02 18:35 UTC  (2+ messages)

[pushed] gdb/testsuite: accept variable number of spaces in gdb.base/jit-reader-simple.exp regex
 2023-10-02 18:25 UTC 

[PATCH 0/7] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-10-02 18:08 UTC  (11+ messages)
` [PATCH 1/7] config/debuginfod.m4: Add check for libdebuginfod 0.188
` [PATCH 2/7 v3] gdb/debuginfod: Add debuginfod_section_query
` [PATCH 3/7 v3] gdb: Add command 'maint set/show debuginfod download-sections'

[PATCH v2] Fix hardware watchpoints in replay mode
 2023-10-02 17:50 UTC  (2+ messages)

[PATCH 0/9] Add executable_changed event to Python API
 2023-10-02 16:19 UTC  (14+ messages)
` [PATCH 8/9] gdb/python: make the executable_changed event available from Python
` [PATCH 9/9] gdb: use reopen_exec_file from reread_symbols

[PATCH] gdb: remove solib::pspace field
 2023-10-02 16:01 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Handle older gcc in gdb.ada/import.exp
 2023-10-02 15:57 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add KFAIL for PR ada/30908
 2023-10-02 15:52 UTC  (2+ messages)

GDB 14 branching & release -- 2023-09-30 update
 2023-10-02 13:48 UTC  (2+ messages)

[PATCH v3 0/2] Improving frame printing with recursive
 2023-10-02 13:11 UTC  (6+ messages)
` [PATCH v3 1/2] gdb/record: print frame information when exiting a recursive call

[RFC 0/7] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-10-02 12:52 UTC  (4+ messages)

[PATCH 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-10-02 12:50 UTC  (14+ messages)
` [PATCH 01/13] [gdb/symtab] Factor out m_die_range_map usage
` [PATCH 02/13] [gdb/symtab] Check effect in parent_map::set_parent
` [PATCH 03/13] [gdb/symtab] Handle nullptr parent "
` [PATCH 04/13] [gdb/symtab] Add parent_map::dump
` [PATCH 05/13] [gdb/symtab] Factor out m_deferred_entries usage
` [PATCH 06/13] [gdb/symtab] Add debug_handle_deferred_entries
` [PATCH 07/13] [gdb/symtab] Resolve deferred entries, inter-shard case
` [PATCH 08/13] [gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.exp
` [PATCH 09/13] [gdb/symtab] Keep track of processed DIEs in shard
` [PATCH 10/13] [gdb/symtab] Resolve deferred entries, intra-shard case
` [PATCH 11/13] [gdb/symtab] Don't defer backward refs, inter-cu "
` [PATCH 12/13] [gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.exp
` [PATCH 13/13] [gdb/symtab] Add DW_TAG_inlined_subroutine entries in the cooked index for c++

[PATCH] [gdb/arm] Only allow closure lookup by address if there are threads displaced-stepping
 2023-10-02  6:56 UTC  (5+ messages)
` [PATCH,v2] "

[PATCH] [gdb/testsuite] Fix gdb.arch/i386-signal.exp on x86_64
 2023-10-01 11:14 UTC 

[PATCH 0/5] Various inferior / arch cleanups
 2023-09-29 18:24 UTC  (6+ messages)
` [PATCH 1/5] gdb: add inferior::{arch, set_arch}
` [PATCH 2/5] gdb: add inferior parameter to architecture_changed observable
` [PATCH 3/5] gdb: move set_target_gdbarch to inferior::set_arch
` [PATCH 4/5] gdb: remove target_gdbarch
` [PATCH 5/5] gdb: scope down registers_changed call in inferior::set_arch

[PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-09-29 16:27 UTC  (12+ messages)
` [PATCH v2 1/2] *: add modern gettext support
` [PATCH v2 2/2] *: suppress xgettext 0.22 charset name error

[PATCH] gdb/NEWS: reorder some entries in the NEWS file
 2023-09-29 15:47 UTC  (2+ messages)

[PATCHv3] gdb: handle main thread exiting during detach
 2023-09-29 13:57 UTC  (2+ messages)
` [PATCHv4] "

[PATCH 1/2] [gdb/tui] Fix segfault in tui_find_disassembly_address
 2023-09-29 10:08 UTC  (7+ messages)
` [PATCH 2/2] [gdb/tui] Only handle code sections in tui_find_backward_disassembly_start_address

[PATCH 1/2] [gdb/tui] Make assert in tui_find_disassembly_address more strict
 2023-09-29 10:07 UTC  (2+ messages)
` [PATCH 2/2] [gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassembly_address

[PATCH 00/10] Improve GDB/gdbserver experience when using a local gdbserver
 2023-09-29  7:45 UTC  (7+ messages)
` [PATCH 07/10] gdb: add qMachineId packet

[PATCH] gdb: Fix an ODR warning with byacc with GDB_YY_REMAP
 2023-09-29  4:37 UTC  (9+ messages)

[PATCH v2] gdb/testsuite: Add relative versus absolute LD_LIBRARY_PATH test
 2023-09-29  1:52 UTC  (3+ messages)

[PATCH 1/2] gdb: remove unused imports in solib*.[ch]
 2023-09-28 21:05 UTC  (5+ messages)
` [PATCH 2/2] gdb: remove nbsd_{ilp32,lp64}_solib_svr4_fetch_link_map_offsets
  ` [PATCH 2/2] gdb: remove nbsd_{ilp32, lp64}_solib_svr4_fetch_link_map_offsets

GDB 14 branching & release -- 2023-09-24 update
 2023-09-28 18:45 UTC  (5+ messages)

[PATCH v2 0/7] Rewrite gdb_bfd_openr_iovec to be type-safe
 2023-09-28 16:45 UTC  (5+ messages)
` [PATCH v2 6/7] Convert solib-rocm to new type-safe gdb_bfd_openr_iovec

[PATCH] [gdb/symtab] Work around PR gas/29517
 2023-09-28 16:07 UTC 

[PATCH] gdb/x86: use size of XSAVE area of enabled features
 2023-09-28 14:11 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Add nopie to gdb.base/unwind-on-each-insn-amd64-2.exp
 2023-09-28  2:10 UTC  (2+ messages)

[PATCH v5 0/4] GDB support for DW_AT_trampoline
 2023-09-27 21:05 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "

[PATCH v2 0/2] gdb/python: implement support for sending custom MI async notifications
 2023-09-27 18:56 UTC  (3+ messages)
  ` [PING] "

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