Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 1/1] gdb: change default initialization for register numbers on x86
 2025-08-01 12:48 UTC 

[PATCH v5 00/12] Add CET shadow stack support
 2025-08-01 12:40 UTC  (34+ messages)
` [PATCH v5 06/12] gdb, gdbserver: Add support of Intel shadow stack pointer register
` [PATCH v5 07/12] gdb: amd64 linux coredump support with shadow stack
` [PATCH v5 08/12] gdb: Handle shadow stack pointer register unwinding for amd64 linux
` [PATCH v5 09/12] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v5 10/12] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH v5 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v5 12/12] gdb: Enable displaced stepping with shadow stack on amd64 linux

[PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd
 2025-08-01 12:31 UTC  (5+ messages)
` [PATCH 2/3] [gdb/testsuite] Make prompt matching in Term::wait_for more strict
` [PATCH 3/3] [gdb/testsuite] Fix file command output matching in gdb.tui/main.exp

[PATCH v3 00/44] A new target to debug Intel GPUs
 2025-08-01 12:31 UTC  (49+ messages)
` [PATCH v3 01/44] gdb, intelgt: add intelgt as a basic machine
` [PATCH v3 02/44] bfd: add intelgt target to BFD
` [PATCH v3 03/44] ld: add intelgt as a target configuration
` [PATCH v3 04/44] opcodes: add intelgt as a configuration
` [PATCH v3 05/44] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH v3 06/44] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH v3 07/44] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH v3 08/44] gdb, intelgt: add disassemble feature "
` [PATCH v3 09/44] gdb, gdbserver, ze: in-memory libraries
` [PATCH v3 10/44] gdb, gdbserver, rsp, ze: acknowledge libraries
` [PATCH v3 11/44] gdb, solib, ze: update target_solib_ops::bfd_open_from_target_memory
` [PATCH v3 12/44] gdb, infrun, ze: allow saving process events
` [PATCH v3 13/44] gdb, ze: add TARGET_WAITKIND_UNAVAILABLE
` [PATCH v3 14/44] gdb, infrun, ze: handle stopping unavailable threads
` [PATCH v3 15/44] gdb, infrun, ze: allow resuming "
` [PATCH v3 16/44] gdb, gdbserver, ze: add U stop reply
` [PATCH v3 17/44] gdb, gdbserver, ze: add library notification to "
` [PATCH v3 18/44] gdbserver, ze: report TARGET_WAITKIND_UNAVAILABLE events
` [PATCH v3 19/44] gdb, ze: handle TARGET_WAITKIND_UNAVAILABLE in stop_all_threads
` [PATCH v3 20/44] gdb, remote: handle thread unavailability in print_one_stopped_thread
` [PATCH v3 21/44] gdb, remote: do 'remote_add_inferior' in 'remote_notice_new_inferior' earlier
` [PATCH v3 22/44] gdb, remote: handle a generic process PID in remote_notice_new_inferior
` [PATCH v3 23/44] gdb, remote: handle a generic process PID in process_stop_reply
` [PATCH v3 24/44] gdb: use the pid from inferior in setup_inferior
` [PATCH v3 25/44] gdb: revise the pid_to_exec_file target op
` [PATCH v3 26/44] gdb: load solibs if the target does not have the notion of an exec file
` [PATCH v3 27/44] gdbserver: import AC_LIB_HAVE_LINKFLAGS macro into the autoconf script
` [PATCH v3 28/44] gdbserver: add a pointer to the owner thread in regcache
` [PATCH v3 29/44] gdbserver: wait for stopped threads in queue_stop_reply_callback
` [PATCH v3 30/44] gdbserver: adjust pid after the target attaches
` [PATCH v3 31/44] gdb: do not create a thread after a process event
` [PATCH v3 32/44] gdb, ze: on a whole process stop, mark all threads as not_resumed
` [PATCH v3 33/44] gdb, dwarf, ze: add DW_OP_INTEL_regval_bits
` [PATCH v3 34/44] gdbserver: allow configuring for a heterogeneous target
` [PATCH v3 35/44] gdbserver, ze, intelgt: introduce ze-low and intel-ze-low targets
` [PATCH v3 36/44] testsuite, sycl: add SYCL support
` [PATCH v3 37/44] testsuite, sycl: add test for backtracing inside a kernel
` [PATCH v3 38/44] testsuite, sycl: add test for 'info locals' and 'info args'
` [PATCH v3 39/44] testsuite, sycl: add tests for stepping and accessing data elements
` [PATCH v3 40/44] testsuite, sycl: add test for 1-D and 2-D parallel_for kernels
` [PATCH v3 41/44] testsuite, sycl: add test for scheduler-locking
` [PATCH v3 42/44] testsuite, arch, intelgt: add a disassembly test
` [PATCH v3 43/44] testsuite, arch, intelgt: add intelgt-program-bp.exp
` [PATCH v3 44/44] testsuite, sycl: test canceling a stepping flow

[PATCH] [gdb/testsuite] Disable CLI styling by default in Term::prepare_tui
 2025-08-01 12:27 UTC 

[PATCH] gdb, d: Fix PR 22480: ptype returning struct for D classes
 2025-08-01 12:13 UTC 

[PATCH] gdb, d: Fix PR 33201 - ICE in d_lookup_nested_symbol
 2025-08-01 10:15 UTC 

[PATCH 0/3] gdbserver: use getopt_long for argument processing
 2025-08-01  9:42 UTC  (6+ messages)
` [PATCH 3/3] gdbserver: switch to using "

[PATCH v2] [gdb/testsuite] Make prompt matching in Term::wait_for more strict
 2025-08-01  9:29 UTC 

[PATCH 0/7] Inline Function Optimised Code Debug Improvements
 2025-08-01  8:58 UTC  (9+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/7] gdb: improve line number lookup around inline functions
  ` [PATCHv2 2/7] gdb: handle empty ranges for inline subroutines
  ` [PATCHv2 3/7] gdb: split dwarf line table parsing in two
  ` [PATCHv2 4/7] gdb: move block range recording into its own function
  ` [PATCHv2 5/7] gdb: create address map after parsing all DIE
  ` [PATCHv2 6/7] gdb: record block end addresses while parsing DIEs
  ` [PATCHv2 7/7] gdb: fix-up truncated inline function block ranges

[PATCH v2 00/47] A new target to debug Intel GPUs
 2025-08-01  7:55 UTC  (10+ messages)
` [PATCH v2 10/47] gdb, gdbserver, ze: in-memory libraries
` [PATCH v2 11/47] gdb, gdbserver, rsp, ze: acknowledge libraries
` [PATCH v2 13/47] gdb, remote, ze: fix "$Hc-1#09...Packet received: E01" during startup

[PATCH] [gdb] Fix handling of aborted inferior call
 2025-08-01  7:37 UTC  (3+ messages)
` [PING] "
  ` [PING^2] "

[PATCH] gdb/aarch64: restore in-order watchpoint matching
 2025-08-01  7:02 UTC  (6+ messages)
` [PATCHv2] "

[pushed] Update my e-mail
 2025-08-01  5:46 UTC 

[PATCH v2 0/6] Fix for PR 29518 and more
 2025-08-01  4:35 UTC  (5+ messages)
` [PATCH v2 4/6] gdb/dwarf: make .gdb_index reader use its own list of units

[PATCH] gdb, d: Fix PR 33200 - Segfault in d_lookup_symbol
 2025-07-31 23:09 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v5 1/1] gdb, configure: Add disable-formats option for configure
 2025-07-31 18:42 UTC  (3+ messages)
` [PATCH v6] "
  ` [PING][PATCH "

[PATCH v5 0/3] Introduce syntax for linker-namespace specific symbols
 2025-07-31 18:11 UTC  (4+ messages)
` [PATCH v5 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v5 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v5 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCH 00/10] Linker namespace fixes and formatting changes
 2025-07-31 17:12 UTC  (15+ messages)
` [PATCH 01/10] gdb/testsuite: handle dynamic linker path with symlink in dlmopen tests
` [PATCH 02/10] gdb/solib-svr4: make "lmid" XML attribute optional
` [PATCH 03/10] gdb/solib: don't check filename when checking for duplicate solib
` [PATCH 04/10] gdb/solib: adjust info linker-namespaces/sharedlibrary format
` [PATCH 05/10] gdb/solib: save program space in solib_ops
` [PATCH 06/10] gdb/solib-svr4: add get_lm_info_svr4
` [PATCH 07/10] gdb: rename svr4_same_1 -> svr4_same_name
` [PATCH 08/10] gdb: make iterate_over_objfiles_in_search_order methods of program_space and solib_ops
` [PATCH 09/10] gdb/solib-svr4: centralize fetching of default debug base
` [PATCH 10/10] gdb/solib-svr4: fix wrong namespace id for dynamic linker

[PATCH v2] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2025-07-31 17:01 UTC  (4+ messages)
` [PP?] "

[PATCH] [gdb/testsuite] Stop on main in gdb.gdb/{python-helper, selftest}.exp
 2025-07-31 14:27 UTC 

RFC: Any objections to rebasing the zlib sources to 1.3.1 ?
 2025-07-31 13:36 UTC  (4+ messages)

[PATCH 0/3] [gdb/tui] Add setting for default focus window
 2025-07-31 12:54 UTC  (2+ messages)

[PATCH] Set rv64gcv as default to enable vector extension for disassembly
 2025-07-31 10:32 UTC  (7+ messages)

[PATCH] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb built with -flto
 2025-07-31  8:09 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Remove useless indentation in lib/tuiterm.exp
 2025-07-31  5:40 UTC  (6+ messages)

[PATCH] Don't nest double quotes in tuiterm.exp
 2025-07-31  5:16 UTC  (2+ messages)

[PATCH] RISC-V: Let riscv_parse_subset set the default_arch for dis-assembler
 2025-07-31  2:33 UTC 

[PATCH] gdb, gdbserver: update copyright years in copyright notices
 2025-07-30 19:38 UTC  (3+ messages)

[PATCH 0/2] Fix handling of two DAP "variables" requests
 2025-07-30 16:02 UTC  (3+ messages)
` [PATCH 1/2] Do not allow DAP clients to dereference "void *"
` [PATCH 2/2] Emit DAPException when too many variable children are reqeusted

[PATCH 0/4] Four multi-target bug fixes
 2025-07-30 15:00 UTC  (4+ messages)
` [PATCH 2/4] gdb: disable commit resumed in wait_for_inferior

[PATCH] [gdb/tui] Fix shell command terminal settings
 2025-07-30 11:12 UTC  (4+ messages)

[PATCH] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-07-30 10:52 UTC 

[PATCH] [gdb/tui] Clear screen before leaving TUI
 2025-07-30 10:41 UTC 

[PATCH v2] [gdb/testsuite] Remove useless indentation in lib/tuiterm.exp
 2025-07-30  6:35 UTC 

[PATCH 0/3] Handle the new .note section introduced in Linux
 2025-07-29 20:36 UTC  (10+ messages)
` [PATCH 1/3] core: Consume the new .note section that contains descriptions of xsave layout
` [PATCH 2/3] gcore: Create a new .note section for x86
` [PATCH 3/3] [gdb/testsuite] Test case to validate the new .note section NT_X86_XSAVE_LAYOUT

[PATCH 0/2] [gdb/tui] Fix PR tui/33215
 2025-07-29 17:50 UTC  (3+ messages)
` [PATCH 1/2] [gdb/tui] Improve shell command handling
` [PATCH 2/2] [gdb/cli] Handle edit, make and pipe similar to shell

[PATCH] gdb: turn off completions for the inferior command
 2025-07-29 15:40 UTC  (5+ messages)

GDB 17.1 release update -- 2025-07-26
 2025-07-28 17:24 UTC  (2+ messages)

[PATCH 0/3] Update required version of Tcl
 2025-07-28 17:06 UTC  (4+ messages)
` [PATCH 1/3] Require Tcl 8.5
` [PATCH 2/3] Rewrite tcl_version_at_least
` [PATCH 3/3] Require Tcl 8.6.2

[pushed] Avoid timeouts with gnat-llvm in gdb.ada/operator_call.exp
 2025-07-28 13:21 UTC 

[PATCH 0/9] [gdb/tui] Clear readline buffer on switching to TUI
 2025-07-28 11:18 UTC  (10+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] [gdb/testsuite] Add Term::_csi_h and Term::_csi_l
` [PATCH 3/9] [gdb/testsuite] Add Term::_csi_0x3f_l and Term::_csi_0x3f_h
` [PATCH 4/9] [gdb/testsuite] Add Term::_csi_t
` [PATCH 5/9] [gdb/testsuite] Add Term::_csi_r
` [PATCH 6/9] [gdb/testsuite] Add Term::_esc_0x28_B and Term::_esc_0x28_0
` [PATCH 7/9] [gdb/testsuite] Add Term::_esc_0x3d and Term::_esc_0x3e
` [PATCH 8/9] [gdb/testsuite] Add Term::with_term
` [PATCH 9/9] [gdb/testsuite] Add gdb.tui/tui-mode-switch.exp

[PATCH v2] [gdb/testsuite] Support clean_restart $binfile
 2025-07-26 12:43 UTC  (2+ messages)

[PATCH] [gdb/tui] Clear readline buffer on switching to TUI
 2025-07-26 10:33 UTC 

GDB duplicate solib question
 2025-07-25 20:01 UTC  (4+ messages)

[PATCH v3 0/9] AArch64 Guarded Control Stack support
 2025-07-25 18:15 UTC  (6+ messages)
` [PATCH v3 5/9] GDB, gdbserver: aarch64-linux: Initial "

[ob/pushed] gdb: Convert gdb/mingw-hdep.c to INIT_GDB_FILE
 2025-07-25 17:09 UTC 

[PATCH 0/5] [gdb/testsuite] Try out TERM=ansis for the TUI tests
 2025-07-25 17:05 UTC  (6+ messages)
` [PATCH 4/5] [gdb/tui] Add maint set tui-standout-mode

[PATCH] gdb: use the location_completer for the list command
 2025-07-25 16:37 UTC  (3+ messages)

[pushed] gdb: fix copyright year in svr4-tls-tdep.c
 2025-07-25 16:20 UTC 

[pushed] gdb: fix copyright year in solib-frv.h
 2025-07-25 16:18 UTC 

[PATCH 1/2] gdb/dwarf: rename some variables in handle_member_location
 2025-07-25 13:41 UTC  (4+ messages)
` [PATCH 2/2] gdb/dwarf: apply DW_AT_bit_offset when DW_AT_data_member_location is constant block

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox