public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv4 00/10] x86/Linux Target Description Changes
 2024-05-08 22:58 UTC  (46+ messages)
` [PATCHv5 00/11] "
  ` [PATCHv5 01/11] gdbserver/ipa/x86: remove unneeded declarations
  ` [PATCHv5 02/11] gdbserver: convert have_ptrace_getregset to a tribool
  ` [PATCHv5 05/11] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
  ` [PATCHv5 07/11] gdb/gdbserver: share some code relating to target description creation
  ` [PATCHv5 08/11] gdb/arch: assert that X86_XSTATE_MPX is not set for x32
  ` [PATCHv5 09/11] gdbserver: update target description creation for x86/linux
  ` [PATCHv5 11/11] gdb/gdbserver: share x86/linux tdesc caching
  ` [PATCHv6 0/9] x86/Linux Target Description Changes
    ` [PATCHv6 1/9] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
    ` [PATCHv6 2/9] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
    ` [PATCHv6 3/9] gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory
    ` [PATCHv6 4/9] gdb/x86: move have_ptrace_getregset "
    ` [PATCHv6 5/9] gdb/x86: move reading of cs and ds state "
    ` [PATCHv6 6/9] gdb: move xcr0 == 0 check into i386_linux_core_read_description
    ` [PATCHv6 7/9] gdb/gdbserver: share some code relating to target description creation
    ` [PATCHv6 8/9] gdbserver: update target description creation for x86/linux
    ` [PATCHv6 9/9] gdb/gdbserver: share x86/linux tdesc caching

[PATCH 00/34] Windows non-stop mode
 2024-05-08 21:33 UTC  (55+ messages)
` [PATCH 01/34] Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuff
` [PATCH 02/34] Windows gdb: Eliminate global current_process.dr[8] global
` [PATCH 03/34] Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_CONTEXT)
` [PATCH 04/34] Windows gdb: handle_output_debug_string return type
` [PATCH 05/34] Windows gdb: Eliminate reload_context
` [PATCH 06/34] Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) calls
` [PATCH 07/34] Windows gdb+gdbserver: Eliminate DONT_SUSPEND
` [PATCH 08/34] Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
` [PATCH 09/34] Windows gdb: Simplify windows_nat_target::wait
` [PATCH 10/34] Windows gdb+gdbserver: Move suspending thread to when returning event
` [PATCH 11/34] Windows gdb: Introduce continue_last_debug_event_main_thread
` [PATCH 12/34] Windows gdb: Introduce windows_continue_flags
` [PATCH 13/34] Windows gdb: Factor code out of windows_nat_target::windows_continue
` [PATCH 14/34] Windows gdb: Pending stop and current_event
` [PATCH 15/34] Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stops
` [PATCH 16/34] Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
` [PATCH 17/34] Windows gdb: Can't pass signal to thread other than last stopped thread
` [PATCH 18/34] Windows gdbserver: Fix scheduler-locking
` [PATCH 19/34] Windows gdb: Enable "set scheduler-locking on"
` [PATCH 20/34] Windows gdbserver: Eliminate soft-interrupt mechanism
` [PATCH 21/34] Windows gdb+gdbserver: Make current_event per-thread state
` [PATCH 22/34] Windows gdb+gdbserver: Make last_sig "
` [PATCH 23/34] Windows gdb+gdbserver: Make siginfo_er "
` [PATCH 24/34] Add backpointer from windows_thread_info to windows_process_info
` [PATCH 25/34] Windows gdb+gdbserver: Share $_siginfo reading code
` [PATCH 26/34] Windows gdb+gdbserver: Eliminate struct pending_stop
` [PATCH 27/34] Windows gdb: Change serial_event management
` [PATCH 28/34] Windows gdb: cygwin_set_dr => windows_set_dr, etc
` [PATCH 29/34] windows_per_inferior::continue_one_thread, unify WoW64/non-WoW64 paths
` [PATCH 30/34] windows-nat.c: Avoid writing debug registers if watchpoint hit pending
` [PATCH 31/34] Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
    ` [PATCH 31/34 v1.2] "
` [PATCH 32/34] Windows gdb: Add non-stop support
` [PATCH 33/34] Windows gdb: Watchpoints while running (internal vs external stops)
` [PATCH 34/34] Mention Windows non-stop support in NEWS

[PATCH v3][PR symtab/30520 v2 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-08 20:22 UTC  (4+ messages)
` [PATCH v3][PR symtab/30520 v2 2/4] gdb/symtab: reuse last segment lookup name info by creating it outside the loop
` [PATCH v3][PR symtab/30520 v2 3/4] gdb/symtab: compute match_type "
` [PATCH v3][PR symtab/30520 v2 4/4] gdb/symtab: use symbol name matcher for all segments in a qualified name

[PATCH v3 0/5] Modernize frame unwinders and add disable feature
 2024-05-08 19:40 UTC  (7+ messages)
` [PATCH v3 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v3 2/5] gdb: add "unwinder class" to "
` [PATCH v3 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v3 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v3 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH] gdb/doc: use silent-rules.mk in the Makefile
 2024-05-08 17:46 UTC  (11+ messages)

[PATCH v3] gdb: Change "list ." command's error when no debuginfo is available
 2024-05-08 17:13 UTC  (3+ messages)

[PATCH] gdb: add a new build_id_equal function
 2024-05-08 17:07 UTC  (3+ messages)

[PATCH] gdb: more filename styling
 2024-05-08 17:05 UTC  (4+ messages)

[PATCH] gdb: convert address_in_mem_range to mem_range::contains
 2024-05-08 17:04 UTC  (2+ messages)

[PATCH] [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust
 2024-05-08 15:52 UTC  (5+ messages)
` [PING][PATCH] "
  ` [PING^2][PATCH] "

[PATCH v3][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-08 15:48 UTC  (11+ messages)
` [PATCH v3][PR symtab/30520 2/4] gdb/symtab: reuse last segment lookup name info by creating it outside the loop
` [PATCH v3][PR symtab/30520 3/4] gdb/symtab: compute match_type "
` [PATCH v3][PR symtab/30520 4/4] gdb/symtab: use symbol name matcher for all segments in a qualified name

Optionally print source code to gdb console window
 2024-05-08 15:46 UTC  (7+ messages)

[PATCH] Pass stream to remote_console_output
 2024-05-08 15:21 UTC  (2+ messages)

[PATCH v5] Fix AIX thread exit events not being reported and UI to show kernel thread ID
 2024-05-08 14:55 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Add gdb.tui/reread.exp
 2024-05-08 14:50 UTC  (2+ messages)

[PATCH] gdb: reject inserting breakpoints between functions
 2024-05-08 14:26 UTC  (4+ messages)

[PATCH] [gdb] Prune inferior after switching inferior
 2024-05-08 12:21 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PING^2][PATCH] "

[PATCH 0/2] binutils-gdb: Remove Itanium (IA-64) architecture
 2024-05-08 12:10 UTC  (6+ messages)
` [PATCH 1/2] binutils: "
` [PATCH 2/2] gdb: "

[PATCH v2 0/5] Add support for AArch64 MOPS instructions
 2024-05-08  8:52 UTC  (7+ messages)
` [PATCH v2 1/5] gdb/aarch64: Implement software single stepping for "
` [PATCH v2 2/5] gdb/aarch64: Add record support "
` [PATCH v2 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
` [PATCH v2 4/5] gdb/testsuite: Add gdb.arch/aarch64-mops-atomic-inst.exp
` [PATCH v2 5/5] gdb/testsuite: Add gdb.reverse/aarch64-mops.exp

[PATCH] Fix heap-use-after-free because all_objfiles_removed triggers tui_display_main
 2024-05-07 17:30 UTC  (3+ messages)

[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2024-05-07 16:34 UTC  (4+ messages)

[pushed/ob] gdb.base/watchpoint-running.exp: Run sw watch tests even if no hw watch
 2024-05-07 12:11 UTC 

[pushed/ob] Remove gdb.base/watchpoint-running.exp leftover
 2024-05-07 12:11 UTC 

[PATCH] Fix build issues with mingw toolchain
 2024-05-07 10:59 UTC  (5+ messages)

[PATCH] Fix setting watchpoints when current thread is running (PR gdb/31521)
 2024-05-07 10:30 UTC  (6+ messages)

[PATCH] gdb/testsuite/lib/rocm: Fix with_rocm_gpu_lock
 2024-05-07  9:37 UTC  (3+ messages)

[PATCH 0/5] Add support for AArch64 MOPS instructions
 2024-05-07  2:10 UTC  (10+ messages)
` [PATCH 1/5] gdb/aarch64: Implement software single stepping for "
` [PATCH 2/5] gdb/aarch64: Add record support "
` [PATCH 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
` [PATCH 4/5] gdb/testsuite: Add gdb.arch/aarch64-mops-atomic-inst.exp
` [PATCH 5/5] gdb/testsuite: Add gdb.reverse/aarch64-mops.exp

[PATCH v2] Allow calling of user-defined function call operators
 2024-05-06 16:31 UTC  (7+ messages)

[PATCH v3] Change message when reaching end of reverse history
 2024-05-06 14:50 UTC  (5+ messages)

[RFC v2][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-06 14:32 UTC  (11+ messages)
` [RFC v2][PR symtab/30520] gdb/symtab: fix the gdb.cp/anon-struct test

[PATCH v2] [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach
 2024-05-06 11:33 UTC  (2+ messages)

[PATCH] [gdb/exp] Redo cast handling for indirection
 2024-05-06 11:21 UTC  (2+ messages)

[PATCH] [gdb/exp] Fix cast handling for indirection
 2024-05-06  6:52 UTC  (9+ messages)

[PATCH] Fix heap-use-after-free in index-cached with --disable-threading
 2024-05-04 16:56 UTC  (4+ messages)

[PATCH 0/5] Fix race in DWARF reader, 2nd approach
 2024-05-04 15:30 UTC  (6+ messages)
` [PATCH 1/5] Remove call to dwarf2_per_objfile::adjust from ranges readers

[PATCH 1/3] [gdb/testsuite] Update INTERNAL_GDBFLAGS example
 2024-05-04  8:05 UTC  (4+ messages)
` [PATCH 3/3] [gdb/testsuite] Use save_vars to restore GDBFLAGS

[PATCH 1/7] [gdb/testsuite] Factor out proc get_portnum
 2024-05-04  7:48 UTC  (4+ messages)
` [PATCH 7/7] [gdb/testsuite] Use unique portnum in parallel testing (check//% case)

GDB 15.1 release update (2024-05-03)
 2024-05-04  1:26 UTC 

GDB 15.1 release update (2024-04-28)
 2024-05-04  0:37 UTC  (2+ messages)

[PATCH 0/3] On-demand debuginfo downloading
 2024-05-03 22:59 UTC  (2+ messages)
` [PATCH 3/3 v6] gdb/debuginfod: Add .debug_line downloading

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