Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb: fix build with gcc-15 and -std=c23
 2024-12-17 10:25 UTC  (3+ messages)

[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
 2024-12-17  8:18 UTC  (10+ messages)
` [PUSHED 0/8] Some gdbserver regcache cleanup
  ` [PUSHED 1/8] gdbserver: by-pass regcache to access tdesc only
  ` [PUSHED 2/8] gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache
  ` [PUSHED 3/8] gdbserver: convert regcache_cpy into regcache::copy_from
  ` [PUSHED 4/8] gdbserver: check for nullptr condition in regcache::get_register_status
  ` [PUSHED 5/8] gdbserver: boolify regcache fields
  ` [PUSHED 6/8] gdbserver: rename regcache's registers_valid to registers_fetched
  ` [PUSHED 7/8] gdbsupport: fix a typo in a comment in common-regcache.h
  ` [PUSHED 8/8] gdbserver: return tracked register status in regcache_raw_read_unsigned

[PATCH] RISC-V: Fix disassembly of partial instructions
 2024-12-17  0:27 UTC  (3+ messages)

[PATCH v2] gdb/riscv: Add record support for rv64gc instructions
 2024-12-17  0:10 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] This commit adds record full support for rv64gc instruction set

[PATCH v2] RISC-V: Fix disassembly of partial instructions
 2024-12-16 22:23 UTC 

[PATCH] [doc] Update gdb-add-index manpage
 2024-12-16 20:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Upgrade to Readline 8.2
 2024-12-16 20:03 UTC  (2+ messages)

[PATCH] Greatly speed up rbreak
 2024-12-16 18:18 UTC  (4+ messages)

[pushed] Re-run isort
 2024-12-16 17:46 UTC 

[PATCHv5 0/7] disabled_by_cond fixes for breakpoints
 2024-12-16 17:26 UTC  (10+ messages)
` [PATCHv6 "
  ` [PATCHv6 1/7] gdb/testsuite: avoid incorrect symbols in gdb.base/condbreak-multi-context.cc
  ` [PATCHv6 2/7] gdb: fixes for code_breakpoint::disabled_by_cond logic
  ` [PATCHv6 3/7] gdb: restructure disable_breakpoints_in_unloaded_shlib
  ` [PATCHv6 4/7] gdb: handle dprintf breakpoints when unloading a shared library
  ` [PATCHv6 5/7] gdb: don't clear inserted flag in disable_breakpoints_in_unloaded_shlib
  ` [PATCHv6 6/7] gdb: disable internal b/p when a solib is unloaded
  ` [PATCHv6 7/7] gdb: handle empty locspec when printing breakpoints

[PATCH v2] Don't let exception terminate 'rbreak'
 2024-12-16 17:16 UTC  (2+ messages)

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2024-12-16 17:02 UTC  (8+ messages)
` [RFC PATCH v4 06/15] gdbserver: Implement p and P packets
` [RFC PATCH v4 08/15] GDB: Allow DWARF expression evaluation to use regcache
` [RFC PATCH v4 09/15] GDB tdesc: Add vector type with number of elements given by math expression

[PATCH] Use correct type for saved signal handler
 2024-12-16 16:41 UTC  (2+ messages)

[PATCH v3 0/1] gdb: Fix start command for Windows
 2024-12-16 16:33 UTC  (6+ messages)
` [PATCH v3 1/1] gdb: abort start command if there is no symbol for 'main_name ()'

[PATCH] gdb/testsuite: rename test source file to avoid glibc clash
 2024-12-16 16:23 UTC  (5+ messages)

[PATCH] gdb/dap - Add CompletionsRequest
 2024-12-16 16:06 UTC  (2+ messages)

[PATCH] User space threads (aka 'green threads') support for `linux-thread-db`
 2024-12-16 15:17 UTC  (7+ messages)
` [PATCH v3] "
        ` Ping 4 (was: Re: [PATCH v3] User space threads (aka 'green threads') support for `linux-thread-db`)
          ` Ping 5 "

[PATCH] gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require also avx2
 2024-12-16 13:05 UTC  (2+ messages)

[PATCH v3 0/4] gdb: Update syscall files for LoongArch and ARM64
 2024-12-16 12:53 UTC  (6+ messages)
` [PATCH v3 1/4] gdb: syscalls: Handle __NR3264_ prefixed syscall number
` [PATCH v3 2/4] gdb: syscalls: Remove tips for LoongArch xml files
` [PATCH v3 3/4] gdb: syscalls: Update "
` [PATCH v3 4/4] gdb: syscalls: Update ARM64 "

[PATCHv4 0/5] Better executable auto-loading when opening a core file
 2024-12-16 11:53 UTC  (7+ messages)
` [PATCHv5 "
  ` [PATCHv5 1/5] gdb: add gdbarch method to get execution context from "
  ` [PATCHv5 2/5] gdb: parse and set the inferior environment from core files
  ` [PATCHv5 3/5] gdb/testsuite: make some of the core file / build-id tests harder
  ` [PATCHv5 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
  ` [PATCHv5 5/5] gdb/freebsd: port core file context parsing to FreeBSD

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

[PATCH] Re-enable background reading
 2024-12-16  7:39 UTC  (2+ messages)

[PATCH v2 0/3] gdb: Update syscall files for LoongArch
 2024-12-16  7:00 UTC  (5+ messages)
` [PATCH v2 1/3] gdb: syscalls: Handle __NR3264_ prefixed syscall number
` [PATCH v2 2/3] gdb: syscalls: Remove tips for LoongArch xml files
` [PATCH v2 3/3] gdb: syscalls: Update "

GDB 16 release - 2024-12-16 update
 2024-12-16  3:59 UTC 

[PATCH] fix Windows build
 2024-12-14 16:23 UTC  (2+ messages)

[PATCH] gdb-dap: fix gdb.error: Frame is invalid
 2024-12-14  8:33 UTC  (8+ messages)

[PATCH v7] Add an option with a color type
 2024-12-14  7:59 UTC  (5+ messages)
` [PATCH v8] "

[PATCH] [gdb/dap] Fix regressions with python 3.6
 2024-12-13 22:30 UTC 

[PATCH^8] gdb: mips: Add MIPSR6 support
 2024-12-13 20:29 UTC 

[PATCH] Add gstack script
 2024-12-13 19:57 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v6 0/4] Add include guard checker and reformatter
 2024-12-13 17:37 UTC  (5+ messages)

[PATCH 0/3] RISC-V: Fix disassembly for dynamic libraries
 2024-12-13 17:31 UTC  (7+ messages)
  ` [PATCH 1/3] opcodes: Add bfd handles to disassemble_info
  ` [PATCH 3/3] RISC-V: Support setting arch in disassembler

[PATCH 0/2] RISC-V: Fix disassembly for dynamic libraries
 2024-12-13 17:25 UTC  (3+ messages)
    ` [PATCH 1/2] opcodes: Add bfd handles to disassemble_info
    ` [PATCH 2/2] RISC-V: Use obfd for disassembly instead of abfd

[PATCH] Don't let exception terminate 'rbreak'
 2024-12-13 17:23 UTC  (11+ messages)

[PATCH] gdb/dap: allow some requests when the process is running
 2024-12-13 16:48 UTC  (2+ messages)

[PATCH v2] [gdb] Fix tsan warning: signal handler spoils errno
 2024-12-13 16:36 UTC  (2+ messages)

[PATCH] gitignore: Add .devcontainer to ignored
 2024-12-13 16:35 UTC  (2+ messages)

[PATCH v7 0/2] add annotation in 'info locals' command for variables shadowing case
 2024-12-13 16:09 UTC  (4+ messages)
` [PATCH v7 1/2] gdb: "

[PATCH 0/21] Integrate MIPS-Specific Support into Official binutils-gdb
 2024-12-13 15:53 UTC  (23+ messages)
` [PATCH 00/21] "
` [PATCH 01/21] Don't adjust microMIPS HI/LO rel section-relative
` [PATCH 02/21] Add new relocations for microMIPSR6
` [PATCH 03/21] Improve WARN for $0 constraint on MIPSR6 branches
` [PATCH 04/21] Instruction mapping support (pre-R6 to R6)
` [PATCH 05/21] Add microMIPSR6 support
` [PATCH 06/21] Update branch relaxation
` [PATCH 07/21] Add --user-defined-sdata-sections
` [PATCH 08/21] Disassembler fix
` [PATCH 09/21] MIPS: Add CRYPTO ASE support
` [PATCH 10/21] Add the m6201 architecture
` [PATCH 11/21] Add GINV(+VIRT) ASE for MIPSr6/microMIPS6
` [PATCH 12/21] Implement the XBurst MXU extensions
` [PATCH 13/21] MIPS: Update encoding of d16mule MXU instruction
` [PATCH 14/21] Re-arrange MXU code blocks and add comments
` [PATCH 15/21] Accept MCU mapped string operands as constants
` [PATCH 16/21] Fix addr2line mapping - garbage collected modules
` [PATCH 17/21] Extend trap macros to handle immediate zero
` [PATCH 18/21] Fix failing test cases for linux and 64-bit target
` [PATCH 19/21] Remove exec permission tc-mips.c
` [PATCH 20/21] Workaround for line info in compressed MIPS func
` [PATCH 21/21] Fix gold linker build issues for mingw

[PATCH] [gdb/python] Handle bp creation and deletion in Breakpoint.stop
 2024-12-13 13:14 UTC  (8+ messages)

[PATCH] [gdb/cli] Don't allow to return from signal trampoline
 2024-12-13 11:35 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Add gdb.python/py-commands-breakpoint.exp
 2024-12-13 10:21 UTC 

[PATCH 0/3] Add "command" styling
 2024-12-13  2:49 UTC  (4+ messages)
` [PATCH 3/3] Reuse "title" style for list headers

[PATCH v4 00/11] GDB-internal TLS support for Linux targets
 2024-12-12 23:20 UTC  (2+ messages)

[PATCH 00/16] Inferior argument (inc for remote targets) changes
 2024-12-12 18:27 UTC  (3+ messages)
` [PATCHv2 00/14] "

page:  |  | latest

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