[PATCH v2 00/47] Windows non-stop mode
2025-05-19 13:23 UTC (42+ 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 04/47] infrun: Split currently_stepping, fix sw watchpoints issue
` [PATCH v2 05/47] thread_info::executing+resumed -> thread_info::internal_state
` [PATCH v2 06/47] Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuff
` [PATCH v2 07/47] Windows gdb: Eliminate global current_process.dr[8] global
` [PATCH v2 08/47] Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_CONTEXT)
` [PATCH v2 09/47] Windows gdb: handle_output_debug_string return type
` [PATCH v2 10/47] Windows gdb: Eliminate reload_context
` [PATCH v2 11/47] Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) calls
` [PATCH v2 12/47] Windows gdb+gdbserver: Eliminate DONT_SUSPEND
` [PATCH v2 13/47] Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
` [PATCH v2 14/47] Windows gdb: Simplify windows_nat_target::wait
` [PATCH v2 15/47] Windows gdb+gdbserver: Move suspending thread to when returning event
` [PATCH v2 16/47] Windows gdb: Introduce continue_last_debug_event_main_thread
` [PATCH v2 17/47] Windows gdb: Introduce windows_continue_flags
` [PATCH v2 18/47] Windows gdb: Factor code out of windows_nat_target::windows_continue
` [PATCH v2 19/47] Windows gdb: Pending stop and current_event
` [PATCH v2 20/47] Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stops
` [PATCH v2 21/47] Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
` [PATCH v2 22/47] Windows gdb: Can't pass signal to thread other than last stopped thread
` [PATCH v2 23/47] Windows gdbserver: Fix scheduler-locking
` [PATCH v2 24/47] Windows gdb: Enable "set scheduler-locking on"
` [PATCH v2 25/47] Windows gdbserver: Eliminate soft-interrupt mechanism
` [PATCH v2 26/47] Windows gdb+gdbserver: Make current_event per-thread state
` [PATCH v2 27/47] Windows gdb+gdbserver: Make last_sig "
` [PATCH v2 28/47] Windows gdb+gdbserver: Make siginfo_er "
` [PATCH v2 29/47] Add backpointer from windows_thread_info to windows_process_info
` [PATCH v2 30/47] Windows gdb+gdbserver: Share $_siginfo reading code
` [PATCH v2 31/47] Windows gdb+gdbserver: Eliminate struct pending_stop
` [PATCH v2 32/47] Windows gdb: Change serial_event management
` [PATCH v2 33/47] Windows gdb: cygwin_set_dr => windows_set_dr, etc
` [PATCH v2 34/47] Windows gdb: Avoid writing debug registers if watchpoint hit pending
` [PATCH v2 35/47] Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
` [PATCH v2 38/47] Introduce windows_nat::event_code_to_string
` [PATCH v2 40/47] Windows gdb: Eliminate invalidate_context
` [PATCH v2 41/47] Windows gdb: Watchpoints while running (internal vs external stops)
` [PATCH v2 42/47] gdb_test_multiple: Anchor prompt match if -lbl
` [PATCH v2 45/47] infrun: with AS+NS, prefer process exit over thread exit
` [PATCH v2 46/47] Windows gdb: Always non-stop (default to "maint set target-non-stop on")
[PATCH 0/2] Use check-mark for current row of CLI table
2025-05-19 12:54 UTC (11+ messages)
` [PATCH 1/2] Introduce ui_out::field_check_mark
` [PATCH 2/2] Allow check-mark to be changed for CLI
[PATCH 0/7] Introduce syntax for linker-namespace specific symbols
2025-05-19 12:13 UTC (19+ messages)
` [PATCH 1/7] gdb/solib: add new helper function
` [PATCH 2/7] gdb: make gdb_bfd cache aware of linker namespaces
` [PATCH 3/7] gdb/aix: make solib_aix_bfd_open use more std::string
` [PATCH 4/7] gdb: introduce program_space::arch method
` [PATCH 5/7] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH 6/7] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH 7/7] gdb: extend the [[N]]::foo syntax for files
[PATCH 00/12] [gdb/testsuite] Fix typos
2025-05-19 8:37 UTC (13+ messages)
` [PATCH 01/12] [pre-commit] Add codespell-clean gdb/testsuite dirs
` [PATCH 02/12] [gdb/testsuite] Fix gdbsever typo
` [PATCH 03/12] [gdb/testsuite] Make gdb.tui codespell-clean
` [PATCH 04/12] [gdb/testsuite] Make gdb.xml codespell-clean
` [PATCH 05/12] [gdb/testsuite] Make gdb.stabs codespell-clean
` [PATCH 06/12] [gdb/testsuite] Make gdb.rocm codespell-clean
` [PATCH 07/12] [gdb/testsuite] Make gdb.reverse codespell-clean
` [PATCH 08/12] [gdb/testsuite] Make gdb.pascal codespell-clean
` [PATCH 09/12] [gdb/testsuite] Make gdb.opt codespell-clean
` [PATCH 10/12] [gdb/testsuite] Make gdb.mi codespell-clean
` [PATCH 11/12] [gdb/testsuite] Make gdb.guile codespell-clean
` [PATCH 12/12] [gdb/testsuite] Make gdb.debuginfod codespell-clean
[PATCH v3] libiberty: sync with gcc
2025-05-19 7:36 UTC
[PATCH v2] [gdb] Create script to convert old tests into Dwarf::assemble calls
2025-05-18 19:25 UTC (3+ messages)
` [PP?] "
[PATCH v3 00/11] Add CET shadow stack support
2025-05-18 14:02 UTC (3+ messages)
` [PATCH v3 09/11] gdb: Implement amd64 linux shadow stack support for inferior calls
[PATCH] gdb: crash if thread unexpectedly disappears from thread list
2025-05-18 11:29 UTC
[PATCH] sim: testsuite: Fix build with host GCC15
2025-05-18 7:26 UTC
[PATCH] Fix build when RUSAGE_THREAD is not available & add warning
2025-05-17 21:30 UTC
[PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw-form-strx-out-of-bounds.exp with make-check-all.sh
2025-05-17 7:14 UTC (3+ messages)
[PATCH v2] [gdb/testsuite] Fix gdb.dwarf2/dw-form-strx-out-of-bounds.exp with make-check-all.sh
2025-05-17 7:11 UTC
GDB 17.1 release -- 2025-05-16 update
2025-05-17 0:14 UTC
GDB 17.1 release -- 2025-05-10 update
2025-05-17 0:10 UTC (5+ messages)
[PATCH v2] Call restore_original_signal_state after GDB forks
2025-05-16 18:14 UTC
[PATCH] Call restore_original_signal_state after GDB forks
2025-05-16 16:01 UTC (2+ messages)
[PATCH 0/2] Improvements to _current_linker_namespace
2025-05-16 15:11 UTC (9+ messages)
` [PATCH 1/2] gdb/solib: Change type of convenience variable _current_linker_namespace
` [PATCH 2/2] gdb/solib: rename convenience variable to _linker_namespace
[PATCH 0/2] [gdb/python] Improve handling of star import
2025-05-16 14:34 UTC (3+ messages)
` [PATCH 1/2] [gdb/python] Reimplement F405 fix
` [PATCH 2/2] [gdb/python] Add _impl__init__.py
[PATCH] Fix regression with dynamic array bounds
2025-05-16 14:17 UTC (5+ messages)
[PATCH v2 1/3] gdb/dwarf: allocate dwo_unit with new
2025-05-16 14:10 UTC (5+ messages)
` [PATCH v2 2/3] gdb/dwarf: allocate DWP dwarf2_section_info "
` [PATCH v2 3/3] gdb/dwarf: split dwo_lock in more granular locks
[PATCH] gdb: introduce a per-interpreter event servicing method
2025-05-16 13:20 UTC (4+ messages)
` [PING] "
[PATCH 1/3] gdb/dwarf: allocate dwo_unit with new
2025-05-16 11:50 UTC (7+ messages)
` [PATCH 2/3] gdb/dwarf: allocate DWP dwarf2_section_info "
` [PATCH 3/3] gdb/dwarf: split dwo_lock in more granular locks
[PATCH v3 0/1] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
2025-05-16 11:07 UTC (5+ messages)
` [PATCH v3 1/1] "
` [PING V2][PATCH v3 0/1] "
[PATCH V1] RISC-V: Add software single step support for cm.popret[z]
2025-05-16 5:32 UTC
[PATCH] RISC-V: Add software single step support for cm.popret[z]
2025-05-16 2:48 UTC (4+ messages)
` "
[PATCH v5] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
2025-05-15 17:50 UTC (3+ messages)
[PATCHv2 0/7] include shared memory with id zero in core NT_FILE note
2025-05-15 15:10 UTC (15+ messages)
` [PATCHv2 1/7] gdb: use bool more in linux-tdep.c
` [PATCHv2 2/7] gdb: pass struct smaps_data to linux_dump_mapping_p_ftype
` [PATCHv2 3/7] gdb: always call should_dump_mapping_p during core file creation
` [PATCHv2 4/7] gdb: move extra checks into dump_note_entry_p
` [PATCHv2 5/7] gdb: remove unnecessary function declaration
` [PATCHv2 6/7] gdb: pass std::string from linux_find_memory_regions_full
` [PATCHv3] gdb: support zero inode in generate-core-file command
` [PATCHv4] "
[PATCH] [gdb/python] Don't use import *
2025-05-15 13:04 UTC (7+ messages)
[PATCH v9 0/2] gdb: setting BP with multiple locations only displays one location
2025-05-15 9:51 UTC (7+ messages)
` [PATCH v9 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v9 2/2] gdb, breakpoint: output multiple bp locations
` [PING V2][PATCH v9 0/2] gdb: setting BP with multiple locations only displays one location
[PATCH v2] libiberty: sync with gcc
2025-05-15 8:26 UTC
[PATCH] gdb: rename ldirname to gdb_ldirname
2025-05-14 16:31 UTC (2+ messages)
[PATCH 0/2] some amendments to rejecting inserting breakpoints between functions
2025-05-14 16:10 UTC (9+ messages)
` [PATCH 1/2] gdb, linespec: avoid multiple locations with same PC
` [PATCH 2/2] gdb, linespec: reject inserting breakpoints for both entry and prologue end PC
` [PING][PATCH 0/2] some amendments to rejecting inserting breakpoints between functions
` [PING V2][PATCH "
` [PING V3][PATCH "
` [PING V4][PATCH "
[PATCH 0/2] Minor fixes to run tests in MinGW environment
2025-05-14 15:28 UTC (4+ messages)
` [PATCH 1/2] testsuite: get windows PID on MinGW target
` [PATCH 2/2] testsuite: fix gdb_exit for "
[PATCH v2] libiberty: sync with gcc
2025-05-14 15:14 UTC (3+ messages)
[PATCH] Add initializers to field_of_this_result
2025-05-14 15:06 UTC (2+ messages)
[PATCH] Fix create_breakpoint_parse_arg_string self-test
2025-05-14 14:34 UTC (2+ messages)
[PATCH] libiberty: sync with gcc
2025-05-14 11:49 UTC
[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
2025-05-14 7:49 UTC (10+ messages)
[PATCH] Fix some pre-commit nits in gdb/__init__.py
2025-05-14 5:36 UTC (2+ messages)
[PATCH] gdb/python/guile: user created prefix commands get help list
2025-05-13 16:56 UTC
[PATCH] [wip] gdb/python: new gdb.ParameterPrefix class
2025-05-13 14:40 UTC (3+ messages)
` [PATCHv2] "
[PATCH 0/2] guile parameter doc string improvements
2025-05-13 14:06 UTC (2+ messages)
[PATCH] gdb/python: allow empty gdb.Parameter.__doc__ string
2025-05-13 13:40 UTC (2+ messages)
[PATCH] gdb/python: check for invalid prefixes in Command/Parameter creation
2025-05-13 13:31 UTC (2+ messages)
` [PUSHED] gdb/python/guile: "
[gdb wiki] Add two FAQ entries
2025-05-13 11:39 UTC
[PATCH] gdb/gdbserver: pass inferior arguments as a single string
2025-05-13 10:31 UTC
[PATCH] gdb/python: change escaping rules when setting arguments
2025-05-13 10:28 UTC (4+ messages)
[PATCH 1/2] gdb/dwarf: move loops into locate_dw{o,z}_sections
2025-05-12 21:06 UTC (8+ messages)
` [PATCH 2/2] gdb/dwarf: skip broken .debug_macro.dwo
[PATCH v2] gdb/dap: fix decode_source
2025-05-12 18:18 UTC (3+ messages)
[PATCH v3] Use emoji to indicate errors and warnings
2025-05-12 17:29 UTC (5+ messages)
[PATCH] Add syscall tests when following/detaching from fork
2025-05-12 16:41 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] gdbsupport/event-loop: do not truncate poll timeouts to lower second
2025-05-12 15:50 UTC (3+ messages)
[PATCH 0/2] [gdb/symtab] Throw DWARF error on out-of-bounds DW_FORM_strx
2025-05-12 15:10 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] gdb/gdbserver: add a '--no-escape-args' command line option
2025-05-12 14:13 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