[PATCH v2 00/47] Windows non-stop mode
2025-05-28 19:16 UTC (24+ messages)
` [PATCH v2 01/47] Make default_gdb_exit resilient to failed closes
` [PATCH v2 02/47] Add test for continuing with some threads running
` [PATCH v2 03/47] infrun: Remove unnecessary currently_stepping call
` [PATCH v2 07/47] Windows gdb: Eliminate global current_process.dr[8] global
` [PATCH v2 14/47] Windows gdb: Simplify windows_nat_target::wait
` [PATCH v2 36/47] linux-nat: Factor out get_detach_signal code to common code
` [PATCH v2 37/47] Windows GDB: make windows_thread_info be private thread_info data
` [PATCH v2 39/47] Windows gdb: Add non-stop support
` [PATCH v2 42/47] gdb_test_multiple: Anchor prompt match if -lbl
` [PATCH v2] of "
` [PATCH v2 43/47] Windows gdb: extra thread info => show exiting
` [PATCH v2 44/47] Add gdb.threads/leader-exit-schedlock.exp
` [PATCH v2 45/47] infrun: with AS+NS, prefer process exit over thread exit
` [PATCH v2 47/47] Mention Windows scheduler-locking and non-stop support in NEWS
[PATCH 0/8] Some solib cleanups
2025-05-28 19:12 UTC (10+ messages)
` [PATCH 1/8] gdb/solib: remove so_ prefix from so_name and so_original_name
` [PATCH 2/8] gdb: fix stale references to so_list
` [PATCH 3/8] gdb/progspace: rename progspace::so_list, make private
` [PATCH 4/8] gdb/solib: move solist.h content to solib.h
` [PATCH 5/8] gdb/solib: boolify in_dynsym_resolve_code functions
` [PATCH 6/8] gdb/solib: make implementation of solib_ops::open_symbol_file_object optional
` [PATCH 7/8] gdb/solib: make solib_ops::in_dynsym_resolve_code optional
` [PATCH 8/8] gdb/solib: make solib_ops::solib_create_inferior_hook optional
[PATCH 0/3] small amd64 prologue analyzer improvements
2025-05-28 17:19 UTC (4+ messages)
` [PATCH 1/3] gdb: refactor amd64_analyze_prologue
` [PATCH 2/3] gdb: correct endbr64 instruction handling in amd64_analyze_prologue
` [PATCH 3/3] gdb: return after stack alignment skip if current_pc is reached
[PATCH] Fix regression with DW_AT_bit_offset handling
2025-05-28 16:28 UTC (2+ messages)
[PATCH v2] [gdb/symtab] Note errors in process_skeletonless_type_units
2025-05-28 16:10 UTC (4+ messages)
[PATCH] Use "MS" for .debug_str
2025-05-28 15:18 UTC (3+ messages)
[PATCH v2] RISC-V: Fix ISA string detection for disassembly
2025-05-28 13:14 UTC (2+ messages)
[PATCH] gdbserver: Update require_int function to parse offset for pread packet
2025-05-28 12:24 UTC (3+ messages)
[PATCH v2] Change file initialization to use INIT_GDB_FILE macro
2025-05-27 20:08 UTC
[PATCH] Change file initialization to use INIT_GDB_FILE macro
2025-05-27 18:02 UTC (3+ messages)
[PATCH v3] gdb, configure: Add disable-formats option for configure
2025-05-27 16:26 UTC (3+ messages)
[PATCH v3 00/11] Add CET shadow stack support
2025-05-27 15:31 UTC (16+ messages)
` [PATCH v3 06/11] gdb, bfd: amd64 linux coredump support with shadow stack
` [PATCH v3 09/11] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH v3 10/11] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v3 11/11] gdb: Enable displaced stepping with shadow stack on amd64 linux
[PATCH] Fix DAP defer_stop_events implementation
2025-05-27 15:26 UTC
[PATCH 1/6] gdb: re-work parallel-for-selftests.c
2025-05-27 14:44 UTC (2+ messages)
[PATCH] gdb: make objfile_has_full_symbols and objfile_has_symbols methods of objfile
2025-05-27 14:29 UTC (3+ messages)
[PATCH v3 00/12] fix PR gdb/19340
2025-05-27 13:30 UTC (13+ messages)
` [PATCH v3 01/12] gdb, btrace: fix pr19340
` [PATCH v3 02/12] gdb, record: notify_normal_stop on 'record stop' when selected thread moves
` [PATCH v3 03/12] gdb, btrace: simplify gdb.btrace/multi-inferior.exp
` [PATCH v3 04/12] gdb, btrace: set wait status to ignore if nothing is moving
` [PATCH v3 05/12] gdb, remote: adjust debug printing
` [PATCH v3 06/12] btrace, infrun: simplify scheduler-locking replay
` [PATCH v3 07/12] btrace, infrun: replay scheduler locking only depends on to-be-resumed thread
` [PATCH v3 08/12] btrace: remove update_thread_list() and thread_alive()
` [PATCH v3 09/12] btrace: stopped_by_*() consider the selected thread
` [PATCH v3 10/12] gdb, infrun: fix silent inferior switch in do_target_wait()
` [PATCH v3 11/12] gdb, btrace: per-inferior run-control
` [PATCH v3 12/12] linux: handle split resume requests with target-async off
[PATCH] [gdb/tdep] Fix gdb.ada/finish-var-size.exp on ppc64le-linux
2025-05-27 12:19 UTC
[PATCH 1/2] gdb/testsuite: Fix flakiness in gdb.base/default.exp
2025-05-27 1:52 UTC (9+ messages)
` [PATCH 2/2] gdb/testsuite: Clarify -lbl option in gdb_test_multiple
[PATCH 0/2] gdb/alpha: Add target description support and fpcr flags
2025-05-26 17:14 UTC (5+ messages)
` [PATCH 1/2] gdb/alpha: Add target description support
` [PATCH 2/2] gdb/alpha: Redefine fpcr with fpcr_flags type
[PATCH v4] gdb, configure: Add disable-formats option for configure
2025-05-26 17:11 UTC (2+ messages)
` [PATCH v5 1/1] "
[PATCH 0/2] Improvements to _current_linker_namespace
2025-05-26 16:33 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] gdb/solib: Change type of convenience variable _current_linker_namespace
` [PATCH v2 2/2] gdb/solib: rename convenience variable to _linker_namespace
[PATCH] gdb/record: Support csrrci instruction in risc-v
2025-05-26 16:28 UTC (2+ messages)
[PATCH 0/4] [gdb/breakpoints] Fix PR32202
2025-05-26 12:02 UTC (5+ messages)
` [PATCH 3/4] [gdb] Partially stabilize sort in compare_{symbols, msymbols}
[PATCH] [gdb] Catch errors in before_prompt.notify
2025-05-26 10:09 UTC (5+ messages)
[PATCH] [gdb] Handle errors in observable::notify
2025-05-26 10:03 UTC
[PATCH v2] Call restore_original_signal_state after GDB forks
2025-05-26 9:31 UTC (2+ messages)
[PATCH v2 00/47] A new target to debug Intel GPUs
2025-05-26 8:03 UTC (4+ messages)
[PATCH] [gdb/symtab] Note errors in process_skeletonless_type_units
2025-05-26 2:30 UTC (4+ messages)
You seem different (in a good way)
2025-05-25 18:05 UTC
[PATCH] gdb/dap: fix completion request for empty strings
2025-05-25 15:40 UTC
GDB 17 release schedule proposal
2025-05-25 7:04 UTC (4+ messages)
[PATCH] sim: configury: fix obsolete macros
2025-05-24 21:15 UTC
[PATCH 0/2][PR GDB/32956] gdb: fix GDB failing to find build-id debug files in linux mount namespaces
2025-05-24 20:43 UTC (10+ messages)
` [PATCH 1/2][PR GDB/32956] gdb: implement linux namespace support for fileio_stat
` [PATCH 2/2][PR GDB/32956] gdb: query inferior's filesystem for build-id debug files
GDB 17.1 release -- 2025-05-24 update
2025-05-24 16:39 UTC
[PATCH] [gdb] Make make-init-c more robust
2025-05-24 14:14 UTC (8+ messages)
[PATCH] gdb/solib-svr4: check that solib is SVR4 in tls_maybe_fill_slot and tls_maybe_erase_slot
2025-05-24 14:08 UTC (5+ messages)
[PATCH 1/2] gdb: turn CHECK_ADDRMAP_FIND into a function
2025-05-24 14:07 UTC (5+ messages)
` [PATCH 2/2] gdb: use local addrmap_mutable in addrmap selftest
[PATCH] sim: ppc: use correct macros
2025-05-24 11:21 UTC (2+ messages)
[pushed] [gdb/build] Fix unused var in lookup_dwo_unit_in_dwp
2025-05-24 8:27 UTC
[pushed] gdb: include <mutex> in dwarf2/read.h
2025-05-24 2:29 UTC (3+ messages)
[PUSHED] gdb/NEWS: minor white space fix
2025-05-23 18:27 UTC
[PATCH v2] [gdb/testsuite] Add gdb.dwarf2/fission-dw-form-strx.exp
2025-05-23 16:42 UTC (3+ messages)
[PATCH 0/2] Use check-mark for current row of CLI table
2025-05-23 15:42 UTC (7+ messages)
` [PATCH 2/2] Allow check-mark to be changed for CLI
[PATCH] Fix build when RUSAGE_THREAD is not available & add warning
2025-05-23 15:35 UTC (3+ messages)
[RFC] Add .clang-format
2025-05-23 15:21 UTC (3+ messages)
[PATCH v2 1/3] gdb/dwarf: allocate dwo_unit with new
2025-05-23 15:16 UTC (5+ messages)
` [PATCH v2 3/3] gdb/dwarf: split dwo_lock in more granular locks
[PATCH] Handle an argument-less operator in the C++ name parser
2025-05-23 14:47 UTC (3+ messages)
[PATCH][PR GDB/32955] gdb: fix exec file not being found for linux mount namespaces
2025-05-23 10:05 UTC (6+ messages)
` [PATCHv2 0/2] Fix PR gdb/32955 - don't use /proc/PID/exe in namespaces
` [PATCHv2 1/2] gdb: better warning when attaching, and executable is unknown
` [PATCHv2 2/2] gdb: only use /proc/PID/exe for local f/s with no sysroot
[PATCH V2] RISC-V: Add software single step support for cm.popret[z]
2025-05-22 18:34 UTC (2+ messages)
[PATCH V1] RISC-V: Add software single step support for cm.popret[z]
2025-05-22 18:33 UTC (4+ messages)
` "
[PATCH] gdb: reorder checks in validate_exec_file
2025-05-22 18:32 UTC (3+ messages)
[pushed] Ensure cooked_index_entry self-tests are run
2025-05-22 16:48 UTC
[PATCH] Minor spelling fixes in gdb directory
2025-05-21 16:22 UTC (3+ messages)
[PATCH] [gdb/testsuite] Add gdb.dwarf2/fission-dw-form-strx.exp
2025-05-21 8:50 UTC (4+ messages)
[PATCH v4 0/3] Allow debuginfo support to be selected at configure time
2025-05-20 21:22 UTC (4+ messages)
` [PATCH v4 1/3] gdb: Use multiple minimal_symbol_readers in mipscoff_symfile_read
` [PATCH v4 2/3] gdb: wrap mdebug debuginfo reading in ifdefs
` [PATCH v4 3/3] gdb: Make dwarf support optional at compile time
[PATCH 0/4] Add commands to modify the "local" environment
2025-05-20 17:15 UTC (6+ messages)
` [PATCH 4/4] Implement local-environment commands
[PATCH v2] [gdb/symtab] Work around a gcc PR fixed in gcc 9
2025-05-20 13:16 UTC (5+ messages)
[PATCH] gdb: remove corner case when canonicalizing riscv syscall names
2025-05-20 12:06 UTC (3+ messages)
` [PATCH v2] gdb: update "
` [PING][PATCH "
[PATCH v2 0/5] Introduce syntax for linker-namespace specific symbols
2025-05-20 11:29 UTC (7+ messages)
` [PATCH v2 1/5] gdb/solib: add new helper function
` [PATCH v2 2/5] gdb: introduce program_space::arch method
` [PATCH v2 3/5] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v2 4/5] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v2 5/5] gdb: extend the [[N]]::foo syntax for files
[PATCH] gdb: use quoted filename completion for the shell command
2025-05-19 21:06 UTC
[PATCHv3] gdb: support zero inode in generate-core-file command
2025-05-19 20:28 UTC (3+ messages)
` [PATCHv4] "
[PATCH 00/12] [gdb/testsuite] Fix typos
2025-05-19 16:42 UTC (2+ messages)
[PATCH v3] libiberty: sync with gcc
2025-05-19 16:37 UTC (2+ messages)
[PATCH v2] [gdb/testsuite] Fix gdb.dwarf2/dw-form-strx-out-of-bounds.exp with make-check-all.sh
2025-05-19 16:34 UTC (2+ messages)
[PATCH] sim: testsuite: Fix build with host GCC15
2025-05-19 16:31 UTC (2+ messages)
[PATCH] gdb: crash if thread unexpectedly disappears from thread list
2025-05-19 14:48 UTC (2+ messages)
` [PATCHv2] "
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