[PATCH] Re-enable background reading
2024-12-14 16:46 UTC
[PATCH] fix Windows build
2024-12-14 16:23 UTC (2+ messages)
[PATCH] gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require also avx2
2024-12-14 12:54 UTC
[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] RISC-V: Fix disassembly of partial instructions
2024-12-14 7:51 UTC (2+ messages)
[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 (9+ messages)
` [PATCH v2] "
[PATCH v2] gdb/riscv: Add record support for rv64gc instructions
2024-12-13 18:10 UTC (3+ messages)
` [PATCH v3] "
[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 (8+ messages)
` [PATCH 1/3] opcodes: Add bfd handles to disassemble_info
` [PATCH 2/3] RISC-V: Use obfd for disassembly instead of abfd
` [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 00/47] A new target to debug Intel GPUs
2024-12-13 16:45 UTC (50+ 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 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 v3 0/1] gdb: Fix start command for Windows
2024-12-13 14:51 UTC (5+ messages)
` [PATCH v3 1/1] gdb: abort start command if there is no symbol for 'main_name ()'
[PATCH v2] Don't let exception terminate 'rbreak'
2024-12-13 14:19 UTC
[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] "
[PATCH] Remove "then" from test suite
2024-12-12 15:12 UTC
[pushed] Fix formatting in gdb.ada/lazy-string.exp
2024-12-12 14:59 UTC
[PATCH] Use generic_printstr from ada_language::printstr
2024-12-12 14:58 UTC (4+ messages)
[RFC v2 00/21] Add Python "JIT" API
2024-12-12 14:43 UTC (8+ messages)
` [RFC v2 01/21] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v2 05/21] gdb/python: add function () method to gdb.Type object
[PATCH] Lock bfd_stat and bfd_get_mtime
2024-12-12 13:27 UTC (2+ messages)
[PATCH v2 0/3] Add "command" styling
2024-12-12 11:02 UTC (7+ messages)
` [PATCH v2 1/3] Introduce "
` [PATCH v2 2/3] Replace uses of "title" style with "command"
` [PATCH v2 3/3] Reuse "title" style for list headers
[PATCH] Add text to gdbreplay --help output
2024-12-12 10:32 UTC (2+ messages)
[PATCH] Make rs6000-tdep.c:variants 'const'
2024-12-12 10:29 UTC (2+ messages)
[PATCH] Fix GNAT version check in gdb.ada
2024-12-12 10:29 UTC (2+ messages)
[PATCH] Add syscall tests when following/detaching from fork
2024-12-11 16:38 UTC (3+ messages)
[PATCH] Fix gdbreplay checksum calculation
2024-12-11 10:13 UTC (3+ messages)
[PATCH] gdb: s390: Correct record/replay of may/mayr insn
2024-12-11 10:10 UTC (3+ messages)
[PATCH] [PR GDB/32398] Fix name resolution for imported D modules
2024-12-10 21:40 UTC
[PATCH v8 0/5] Modernize frame unwinders and add disable feature
2024-12-10 19:51 UTC (6+ messages)
` [PATCH v8 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v8 2/5] gdb: add "unwinder class" to "
` [PATCH v8 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v8 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v8 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo
[PATCH] [gdb/testsuite] Use setVariable in gdb.dap/scopes.exp
2024-12-10 18:51 UTC (2+ messages)
[pushed] [gdb/testsuite] Fix fails in gdb.python/py-arch-reg-groups.exp
2024-12-10 18:50 UTC (2+ messages)
[PATCH v2 0/1] gdb: Fix start command for Windows
2024-12-10 14:50 UTC (3+ messages)
` [PATCH v2 1/1] gdb: abort start command if there is no symbol for 'main_name ()'
[PATCH] [gdb] Fix tsan warning: signal handler spoils errno
2024-12-10 14:27 UTC (6+ messages)
[PATCH v5 0/4] Make linux checkpoints work with multiple inferiors
2024-12-10 13:04 UTC (6+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] Capitalize output of successful checkpoint command
` [PATCH v5 3/4] Print only process ptids from linux-fork.c
` [PATCH v5 4/4] Linux checkpoints: Update NEWS and gdb.texinfo regarding multiple inferiors
[PATCH 0/2] [gdb/testsuite] Fix gdb.dap with s390x-linux
2024-12-10 11:47 UTC (4+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix gdb.dap/scopes.exp on s390x
[PATCH v2 1/2] dwarf_lang_to_enum_language: Map new DWARF5 constants
2024-12-10 8:37 UTC (6+ messages)
` [PATCH v2 2/2] mangle_style: Add "
[PATCH^7] gdb: mips: Add MIPSR6 support
2024-12-09 21:46 UTC (2+ messages)
[PATCH 0/4] Fix string display in DAP
2024-12-09 21:16 UTC (2+ messages)
[PATCH] Omit artificial symbols from DAP variables response
2024-12-09 21:07 UTC (2+ messages)
[PATCH 0/7] Rewrite DAP launch and attach implementations
2024-12-09 20:52 UTC (2+ messages)
[PATCH] [gdb] Create script to convert old tests into Dwarf::assemble calls
2024-12-09 20:30 UTC (5+ messages)
[PATCH] Include gdbsupport/gdb_vecs.h in gdb/s390-linux-nat.c
2024-12-07 2:48 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