[PATCH v3 0/2] Remove MPX
2024-07-02 13:06 UTC (5+ messages)
` [PATCH v3 1/2] gdb, testsuite, python: Add missing imports
` [PATCH v3 2/2] gdb, gdbserver, python, testsuite: Remove MPX
[PATCH 00/46] A new target to debug Intel GPUs
2024-07-02 11:43 UTC (47+ messages)
` [PATCH 01/46] gdb, intelgt: add intelgt as a basic machine
` [PATCH 02/46] bfd: add intelgt target to BFD
` [PATCH 03/46] ld: add intelgt as a target configuration
` [PATCH 04/46] opcodes: add intelgt as a configuration
` [PATCH 05/46] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH 07/46] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH 08/46] gdb, intelgt: add disassemble feature for the Intel GT architecture
` [PATCH 09/46] gdbsupport, filestuff, ze: temporary files
` [PATCH 10/46] gdb, gdbserver, ze: in-memory libraries
` [PATCH 11/46] gdb, gdbserver, rsp, ze: acknowledge libraries
` [PATCH 12/46] gdb, solib, ze: solib_bfd_open_from_target_memory
` [PATCH 13/46] gdb, remote, ze: fix "$Hc-1#09...Packet received: E01" during startup
` [PATCH 14/46] gdb, infrun, ze: allow saving process events
` [PATCH 15/46] gdb, ze: add TARGET_WAITKIND_UNAVAILABLE
` [PATCH 16/46] gdb, infrun, ze: handle stopping unavailable threads
` [PATCH 17/46] gdb, infrun, ze: allow resuming "
` [PATCH 18/46] gdb, gdbserver, ze: add U stop reply
` [PATCH 19/46] gdb, gdbserver, ze: add library notification to "
` [PATCH 20/46] gdbserver, ze: report TARGET_WAITKIND_UNAVAILABLE events
` [PATCH 21/46] gdb, ze: handle TARGET_WAITKIND_UNAVAILABLE in stop_all_threads
` [PATCH 22/46] gdb, remote: handle thread unavailability in print_one_stopped_thread
` [PATCH 23/46] gdb, remote: do 'remote_add_inferior' in 'remote_notice_new_inferior' earlier
` [PATCH 24/46] gdb, remote: handle a generic process PID in remote_notice_new_inferior
` [PATCH 25/46] gdb, remote: handle a generic process PID in process_stop_reply
` [PATCH 26/46] gdb: revise the pid_to_exec_file target op
` [PATCH 27/46] gdb: use the pid from inferior in setup_inferior
` [PATCH 28/46] gdb: load solibs even when exec_bfd does not exist
` [PATCH 29/46] gdbserver: import AC_LIB_HAVE_LINKFLAGS macro into the autoconf script
` [PATCH 30/46] gdbserver: add a pointer to the owner thread in regcache
` [PATCH 31/46] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
` [PATCH 32/46] gdbserver: wait for stopped threads in queue_stop_reply_callback
` [PATCH 33/46] gdbserver: adjust pid after the target attaches
` [PATCH 34/46] gdb: do not create a thread after a process event
` [PATCH 35/46] gdb, ze: on a whole process stop, mark all threads as not_resumed
` [PATCH 36/46] gdb, dwarf, ze: add DW_OP_INTEL_regval_bits
` [PATCH 37/46] gdbserver, ze, intelgt: introduce ze-low and intel-ze-low targets
` [PATCH 38/46] testsuite, sycl: add SYCL support
` [PATCH 39/46] testsuite, sycl: add test for backtracing inside a kernel
` [PATCH 40/46] testsuite, sycl: add test for 'info locals' and 'info args'
` [PATCH 41/46] testsuite, sycl: add tests for stepping and accessing data elements
` [PATCH 42/46] testsuite, sycl: add test for 1-D and 2-D parallel_for kernels
` [PATCH 43/46] testsuite, sycl: add test for scheduler-locking
` [PATCH 44/46] testsuite, arch, intelgt: add a disassembly test
` [PATCH 45/46] testsuite, arch, intelgt: add intelgt-program-bp.exp
` [PATCH 46/46] testsuite, sycl: test canceling a stepping flow
[PATCH v2 0/6] fix PR gdb/19340
2024-07-02 9:21 UTC (4+ messages)
` [PING] "
` [PING v2] "
` [PING v3] "
[PATCH v2] gdb: fix "frame function" issue when call is last instruction
2024-07-01 19:53 UTC
[PATCH] gdb: fix "frame function" issue when call is last instruction
2024-07-01 19:50 UTC (2+ messages)
GDB 15.1 release update (2024-06-30)
2024-07-01 2:41 UTC
[PATCH] [gdb] Prune inferior after switching inferior
2024-06-30 20:18 UTC (2+ messages)
[PATCH v2 0/3] Improve debugging of optimized code
2024-06-30 19:46 UTC (2+ messages)
[PATCH v2] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
2024-06-30 19:38 UTC (2+ messages)
[PATCH] libiberty: sync with gcc
2024-06-29 17:17 UTC
[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
2024-06-28 20:37 UTC (5+ messages)
[PATCH 1/3] [gdb/exp] Allow internal function to indicate return type
2024-06-28 17:30 UTC (4+ messages)
` [PATCH 2/3] [gdb/exp] Fix ptype $_creal/$_cimag
[PATCH] gdb: reintroduce reg_buffer::m_readonly in place of m_has_pseudo
2024-06-28 14:49 UTC (2+ messages)
[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
2024-06-28 12:17 UTC (4+ messages)
` [PATCH 26/26] gdbserver: allow gradually populating and selectively storing a regcache
[PATCH v8] Add a test for the gcore script
2024-06-28 9:33 UTC (2+ messages)
[PATCH v2 3/3] Fix range end handling of inlined subroutines
2024-06-28 7:50 UTC
[PATCH v2 2/3] Introduce a new line table flag is_weak
2024-06-28 7:49 UTC
[PATCH v2 1/3] Fix handling of DW_AT_entry_pc of inlined subroutines
2024-06-28 7:48 UTC
[PATCH v5 0/4] PR gdb/31353
2024-06-27 19:12 UTC (4+ messages)
` [PING] "
` [PING v2] "
[PATCH 0/2] Initial work for testing gnat-llvm
2024-06-27 19:09 UTC (4+ messages)
` [PATCH 1/2] Introduce and use foreach_gnat_encoding
[PATCH v2] gdb, testsuite: fix gdb.base/list-dot-nodebug and make it more robust
2024-06-27 18:42 UTC
[PATCH^5] gdb: mips: Add MIPSR6 support
2024-06-27 16:05 UTC (7+ messages)
[PATCH 0/2] string type overloads for some path manipulation functions
2024-06-27 14:22 UTC (5+ messages)
` [PATCH 1/2] gdb: add overloads of gdb_abspath
` [PATCH 2/2] gdb: add overloads of gdb_tilde_expand
[PATCH] gdb,testsuite: add XFAIL to gdb.base/list-dot-nodebug
2024-06-27 12:51 UTC (3+ messages)
[PATCH v2 0/2] Remove MPX
2024-06-27 8:37 UTC (6+ messages)
` [PATCH v2 2/2] gdb, gdbserver, python, testsuite: "
[PATCH 0/3] [gdb/symtab] Fix some issues with macro complaints
2024-06-26 18:50 UTC (4+ messages)
` [PATCH 1/3] [gdb/symtab] Emit malformed macro definition complaint once
` [PATCH 2/3] [gdb/symtab] Fix incorrect complaint for imported definition
` [PATCH 3/3] [gdb/symtab] Don't complain about stdc-predef.h include
[PATCH v4 0/4] Make linux checkpoints work with multiple inferiors
2024-06-26 12:25 UTC (6+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] Capitalize output of successful checkpoint command
` [PATCH v4 3/4] Print only process ptids from linux-fork.c
` [PATCH v4 4/4] Linux checkpoints: Update NEWS and gdb.texinfo regarding multiple inferiors
[PATCH v3 0/2] Add amd64 LAM watchpoint support
2024-06-26 11:30 UTC (4+ messages)
` [PATCH v3 2/2] LAM: Enable tagged pointer support for watchpoints
[PATCH v2] [gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.exp
2024-06-26 7:06 UTC (3+ messages)
[pushed] [gdb/testsuite] Minor cleanup in gdb.base/bg-execution-repeat.exp
2024-06-26 7:05 UTC
[PATCH 1/2] [gdb/symtab] Remove dead code in parse_macro_definition
2024-06-26 6:33 UTC (6+ messages)
` [PATCH 2/2] [gdb/symtab] Malloc/free less "
[PATCH v2] [gdb/symtab] Simplify memory management in parse_macro_definition
2024-06-26 6:32 UTC
[PATCH] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
2024-06-25 19:42 UTC (4+ messages)
[PATCH] Hurd port: update interface to match upstream and fix warnings
2024-06-25 17:05 UTC (5+ messages)
[PATCH] gdb/doc: the all-doc build target should build .... all docs
2024-06-25 13:39 UTC (3+ messages)
[PATCHv2 0/5] gdb/doc: parallel build fixes and improvements
2024-06-25 13:39 UTC (10+ messages)
` [PATCHv3 0/6] "
` [PATCHv3 6/6] gdb/doc: fix parallel build of pdf and dvi files
[PATCH v2 0/3] Small step in supporting AVX instructions
2024-06-25 11:46 UTC (4+ messages)
[PATCH] Use lwp field in ptid for AIX
2024-06-25 10:23 UTC (2+ messages)
[PATCH v2] [RFC] Contributing a thread fork testcase for AIX
2024-06-25 10:22 UTC (4+ messages)
[PATCH v2 0/2] gdb: LoongArch: Add support for hardware watchpoint & breakpoint
2024-06-24 21:55 UTC (2+ messages)
[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
2024-06-24 20:04 UTC (9+ messages)
` [External] : "
[PATCH 1/1] gdb: use alternative for demangled name for non-demangeable linkage names
2024-06-24 19:16 UTC (3+ messages)
[PATCH] Fix gdb.lookup_type for function-local types
2024-06-24 17:42 UTC (6+ messages)
[PATCH 1/4] Handle anonymous fields and base classes in NoOpStructPrinter
2024-06-24 15:49 UTC (7+ messages)
` [PATCH 2/4] Make it possible to disable pretty-printers in make_visualizer
` [PATCH 3/4] Use custom format argument in NoOpScalarPrinter
` [PATCH 4/4] Implement locals TUI window
[PATCH v3] Fix signal unsafe call inside a signal
2024-06-24 15:30 UTC
[PATCH htdocs] bugs/index.html: mention how to submit patches
2024-06-24 15:15 UTC
[PATCH 0/8] Remove obstack allocation of hash tables
2024-06-24 15:11 UTC (3+ messages)
[PATCH] Include needed unordered_map header
2024-06-24 12:24 UTC (3+ messages)
[PATCH] gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSET
2024-06-24 11:08 UTC (3+ messages)
[PATCH v2] Fix signal unsafe call inside a signal
2024-06-24 4:59 UTC (3+ messages)
[PATCH v2] [gdbserver] Imply --once if connecting via stdio
2024-06-23 13:12 UTC (4+ messages)
[PATCH] gdb/testsuite: analyze-racy-logs.py cleanup
2024-06-22 0:56 UTC (3+ messages)
You often say to yourself " No, I have not read: But I will do it"
2024-06-22 0:05 UTC
[PATCH v3 0/5] Modernize frame unwinders and add disable feature
2024-06-21 19:24 UTC (4+ messages)
` [PING^2][PATCH "
[PATCH 0/4] Fixes to record-full replay issues
2024-06-21 18:09 UTC (5+ messages)
` [PATCH 1/4] gdb, record: Introduce record_full_following_entry function
` [PATCH 2/4] gdb: Introduce RAII signal handler setter
` [PATCH 3/4] gdb, record: Fix exception handling in record_full_wait_1
` [PATCH 4/4] gdb: Stop considering replaying a thread as executing it
[PATCH v3] sim: riscv: Fix some compatibility issues with gcc
2024-06-21 15:00 UTC (2+ messages)
[PATCH] [gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp
2024-06-21 14:54 UTC (3+ messages)
[PATCH] [gdb/tdep] Fix gdb.base/watchpoint-running on {arm, ppc64le}-linux
2024-06-21 14:51 UTC (8+ messages)
[PATCH v2] [gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm, ppc64le}-linux
2024-06-21 14:50 UTC (4+ messages)
[PATCH v2] sim: riscv: Fix undefined behaviour in mulh and similar
2024-06-21 10:51 UTC
[PATCH v2 2/2] sim: riscv: Simplify the signed div by -1 code
2024-06-21 10:50 UTC
[PATCH v2 1/2] sim: riscv: fix a divw division by -1 bug
2024-06-21 10:50 UTC
Remove LIBINTL_DEP
2024-06-20 20:02 UTC (7+ messages)
[PATCH v3 0/1] gdb: adjust the default place of 'list' to main's prologue
2024-06-20 19:35 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH] [gdb/testsuite] Fix gdb.python/py-format-address.exp on arm
2024-06-20 14:55 UTC (2+ messages)
[PATCH v2 1/2] [gdb/python] Fix gdb.python/py-disasm.exp on arm-linux
2024-06-20 13:57 UTC (3+ messages)
[PATCH 1/4] [gdb/testsuite] Fix duplicates in gdb.fortran/array-{indices, repeat}.exp
2024-06-20 13:40 UTC (3+ messages)
` [PATCH 2/4] [gdb/testsuite] Fix duplicates in gdb.fortran/huge.exp
[PATCH] [gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.exp
2024-06-20 11:58 UTC (3+ messages)
[PATCH v2 0/1] gdb: adjust the default place of 'list' to main's prologue
2024-06-19 17:11 UTC (3+ messages)
` [PATCH v2 1/1] "
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