[RFC 00/13] Proposal for a new NT_X86_CPUID core dump note
2023-10-12 4:28 UTC (18+ messages)
` [RFC 01/13] binutils: Support for the "
` [RFC 02/13] i387-tdep: Add function to read XSAVE layout from NT_X86_CPUID
` [RFC 03/13] gdb: Use NT_X86_CPUID in x86 FreeBSD architectures to read XSAVE layouts
` [RFC 04/13] "
` [RFC 05/13] nat/x86-cpuid.h: Remove non-x86 fallbacks
` [RFC 06/13] nat/x86-cpuid: Add a function to build the contents of a NT_X86_CPUID note
` [RFC 07/13] x86_elf_make_cpuid_note: Helper routine to build NT_X86_CPUID ELF note
` [RFC 08/13] x86-fbsd-nat: Support fetching TARGET_OBJECT_X86_CPUID objects
` [RFC 09/13] fbsd-tdep: Export fbsd_make_corefile_notes
` [RFC 10/13] {amd64, i386}-fbsd-tdep: Include NT_X86_CPUID notes in core dumps from gcore
` [RFC 11/13] x86-linux-nat: Support fetching TARGET_OBJECT_X86_CPUID objects
` [RFC 12/13] linux-tdep: Export linux_make_corefile_notes
` [RFC 13/13] {amd64, i386}-linux-tdep: Include NT_X86_CPUID notes in core dumps from gcore
[RFC] [gdb/cli] Allow source highlighting to be interrupted
2023-10-11 21:56 UTC (5+ messages)
[PATCH] Fix test suite failure in file-then-restart.exp
2023-10-11 18:48 UTC (3+ messages)
[PATCH 0/2] Add name_of_main and language_of_main to the DWARF index
2023-10-11 15:37 UTC (7+ messages)
` [PATCH 1/2] [gdb/symtab] "
` [PATCH 2/2] [readelf] Handle .gdb_index section version 9
[PATCH 1/2] [gdb/symtab] Fix style issues in v9 .gdb_index section support
2023-10-11 15:32 UTC (2+ messages)
` [PATCH 2/2] [gdb/symtab] Fix two style issues in gdb/dwarf2/index-write.c
[PATCH v2] gdb: Enable early init of thread pool size
2023-10-11 15:02 UTC
[PATCH 00/24] C++ification of struct so_list
2023-10-11 14:18 UTC (27+ messages)
` [PATCH 01/24] gdb: remove empty clear_solib functions
` [PATCH 02/24] gdb: add program_space parameter to target_so_ops::clear_solib
` [PATCH 03/24] gdb: make interps_notify work with references
` [PATCH 04/24] gdb: replace some so_list parameters to use references
` [PATCH 05/24] gdbsupport: use "reference" and "pointer" type aliases in intrusive_list
` [PATCH 06/24] gdbsupport: make intrusive_list's disposer accept a reference
` [PATCH 07/24] gdb: make get_cbfd_soname_build_id static
` [PATCH 08/24] gdb: allocate so_list with new, deallocate with delete
` [PATCH 09/24] gdb: rename lm_info_base to lm_info
` [PATCH 10/24] gdb: remove target_so_ops::free_so
` [PATCH 11/24] gdb: use gdb::checked_static_cast when casting lm_info
` [PATCH 12/24] gdb: make solib-svr4 not use so_list internally
` [PATCH 13/24] gdb: make solib-rocm "
` [PATCH 14/24] gdb: remove lm_info_vector typedef
` [PATCH 15/24] gdb: make so_list::lm_info a unique_ptr
` [PATCH 16/24] gdb: make clear_so a method of struct so_list
` [PATCH 17/24] gdb: remove target_section_table typedef
` [PATCH 18/24] gdb: make so_list::sections not a pointer
` [PATCH 19/24] gdb: make so_list::abfd a gdb_bfd_ref_ptr
` [PATCH 20/24] gdb: make so_list::{so_original_name, so_name} std::strings
` [PATCH 21/24] gdb: link so_list using intrusive_list
` [PATCH 22/24] gdb: don't call so_list::clear in free_so
` [PATCH 23/24] gdb: remove free_so function
` [PATCH 24/24] gdb: rename struct so_list to so
[PATCH v1] gdb: Enable early init of thread pool size
2023-10-11 13:02 UTC (3+ messages)
[PATCH 0/2] Missing thread events for remote targets
2023-10-11 12:53 UTC (3+ messages)
` [PATCH 1/2] gdb: call update_thread_list for $_inferior_thread_count function
` [PATCH 2/2] gdb: call update_thread_list after completing an inferior call
[PATCH v2] gdb: LoongArch: Handle special struct in dummy call
2023-10-11 1:13 UTC (2+ messages)
[PATCH 0/7] gdb/debuginfod: Add on-demand debuginfo downloading
2023-10-10 21:58 UTC (10+ messages)
` [PATCH 5/7 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PING*2][PATCH "
` [PATCH 6/7 v4] gdb/debuginfod: Support on-demand debuginfo downloading
` [PING*2][PATCH "
` [PATCH 7/7 v4] gdb/debuginfod: Add .debug_line downloading
` [PING*2][PATCH "
[PATCH 4/7 v5] gdb: Buffer output streams during events that might download debuginfo
2023-10-10 21:55 UTC (2+ messages)
` [PATCH v6] "
[PATCH v3 0/4] Dynamic properties of pointers
2023-10-10 19:52 UTC (7+ messages)
` [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
[RFC] [gdb/build] Require c++17 compiler
2023-10-10 19:16 UTC (11+ messages)
` [PATCH RFC] "
Updating mailman settings to avoid From rewriting
2023-10-10 19:00 UTC (6+ messages)
[PATCH] Move -lsocket check to common.m4
2023-10-10 16:55 UTC (2+ messages)
[PATCH] Use std::optional when available
2023-10-10 16:49 UTC (3+ messages)
[PATCH v5 0/1] update MAINTAINERS file with git trailers
2023-10-10 15:14 UTC (9+ messages)
` [PATCH v5 1/1] [gdb]: add git trailer information on gdb/MAINTAINERS
[PATCH 0/5] Various inferior / arch cleanups
2023-10-10 15:05 UTC (7+ messages)
[PATCH 0/3] Add assertion when marking the remote async flag
2023-10-10 15:01 UTC (13+ 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
[pushed] gdb: remove trailing whitespaces in remote.c
2023-10-10 14:53 UTC
[pushed] gdb/python: generalize serialize_mi_result()
2023-10-10 10:27 UTC (2+ messages)
` [pushed] gdb/python: implement support for sending custom MI async notifications
[PATCH 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
2023-10-10 9:05 UTC (6+ messages)
` [PATCH 01/13] [gdb/symtab] Factor out m_die_range_map usage
` [PATCH 04/13] [gdb/symtab] Add parent_map::dump
[PUSHED OBV] gdb_unique_ptr.h: Fix a typo in a comment
2023-10-09 17:01 UTC
[PATCH] [gdb/arm] Only allow closure lookup by address if there are threads displaced-stepping
2023-10-09 14:07 UTC (3+ messages)
` [PATCH, v2] "
` [PING] "
[PATCH v2 0/2] gdb/python: implement support for sending custom MI async notifications
2023-10-09 10:49 UTC (12+ messages)
` [PATCH v2 1/2] gdb/python: generalize serialize_mi_result()
` [PATCH v2 2/2] gdb/python: implement support for sending custom MI async notifications
` [PATCH v3 0/2] gdb/python: implement support for sending custom MI async
` [PATCH v3 1/2] gdb/python: generalize serialize_mi_result()
` [PATCH v3 2/2] gdb/python: implement support for sending custom MI async notifications
` [PING] Re: [PATCH v2 0/2] "
[PATCH] gdb/testsuite: Bump up 'match_max'
2023-10-09 9:49 UTC (8+ messages)
GDB 14.0.91 available for testing
2023-10-08 8:41 UTC
gdb-14 branch FROZEN
2023-10-08 8:38 UTC (2+ messages)
` gdb-14 branch OPEN (was: "gdb-14 branch FROZEN")
pushed: [release/branch] Bump GDB's version number to 14.0.91.DATE-git
2023-10-08 8:36 UTC
[release/branch] Set GDB version number to 14.0.91
2023-10-08 8:17 UTC
[pushed/gdb-14-branch] gdb/NEWS: Change "since GDB 13" to "in GDB 14"
2023-10-08 8:16 UTC
FYI/HEAD: Patches applied to branch master
2023-10-08 8:07 UTC (3+ messages)
` [release/HEAD 1/2] Bump version to 15.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 14 branch creation
FYI/BRANCH: Patches applied to branch gdb-14-branch
2023-10-08 8:06 UTC (3+ messages)
` pushed: [release/branch 1/2] Bump version to 14.0.90.DATE-git
` pushed: [release/branch 2/2] Set development mode to "off" by default
Question about when to push patches
2023-10-07 23:22 UTC (2+ messages)
[PATCH] [gdb/testsuite] Fix gdb.arch/i386-signal.exp on x86_64
2023-10-07 8:37 UTC (3+ messages)
[PATCH v2] gdb/configure.ac: Add option --with-additional-debug-dirs
2023-10-07 7:01 UTC (6+ messages)
[PATCH] gdb: support rseq auxvs
2023-10-07 1:30 UTC (3+ messages)
[PATCH] process-dies-while-detaching.exp: Exit early if GDB misses sync breakpoint
2023-10-06 20:41 UTC (5+ messages)
[PATCH] gdb: fix auxv cache clearing from new_objfile observer
2023-10-06 16:43 UTC (4+ messages)
[PATCH] Have DAP handle non-Value results from 'children'
2023-10-06 13:44 UTC
GDB 14 branching & release -- 2023-09-30 update
2023-10-06 13:30 UTC (3+ messages)
[PATCH] gdbserver: fix handling of single quote arguments
2023-10-06 12:56 UTC (11+ messages)
` [PATCHv2 0/5] Fixes for passing arguments to gdbserver
` [PATCHv2 4/5] gdbserver: cleanup in handle_v_run
` [PATCHv2 5/5] gdb/testsuite: cleanup in gdb.base/args.exp
[PATCH] gdb/NEWS: reorder some entries in the NEWS file
2023-10-06 12:22 UTC (3+ messages)
[PATCH] gdbserver: fix gdbserver builds after expedite_regs changes
2023-10-06 12:20 UTC (3+ messages)
[PATCH 0/8] Split new_objfile observable
2023-10-05 17:23 UTC (6+ messages)
` [PATCH 6/8] gdb: add all_objfiles_removed observer
[PATCH] [gdb/go] Handle v3 go_0 mangled prefix
2023-10-05 16:47 UTC (2+ messages)
[PATCH 0/2] Two more small DAP / Python fixes
2023-10-05 16:14 UTC (4+ messages)
` [PATCH 1/2] Fix register-setting response from DAP
` [PATCH 2/2] Handle gdb.LazyString in DAP
[PATCH] Add name_of_main and language_of_main to the DWARF index
2023-10-04 22:30 UTC (7+ messages)
` [PATCH v3] "
[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 (5+ messages)
` [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 (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox