[PATCH v4 0/8] Add another way to check tagged addresses on remote targets
2024-04-16 14:34 UTC (10+ messages)
` [PATCH v4 1/8] gdb: aarch64: Remove MTE address checking from get_memtag
` [PATCH v4 2/8] gdb: aarch64: Move MTE address check out of set_memtag
` [PATCH v4 3/8] gdb: aarch64: Remove MTE address checking from memtag_matches_p
` [PATCH v4 4/8] gdb: Use passed gdbarch instead of calling current_inferior
` [PATCH v4 5/8] gdb: Introduce is_address_tagged target hook
` [PATCH v4 6/8] gdb: Add qIsAddressTagged packet
` [PATCH v4 7/8] gdb/testsuite: Add unittest for "
` [PATCH v4 8/8] gdb: Document "
[PATCH 0/3] Small cleanups in gdb/record*.c code
2024-04-16 14:12 UTC (6+ messages)
` [PATCH 1/3] gdb/record: remove unnecessary use of filename_completer
` [PATCH 2/3] gdb/record: add an assert in cmd_record_start
` [PATCH 3/3] gdb/record: minor clean, remove some unneeded arguments
[PATCH] [gdb/python] Throw MemoryError in inferior.read_memory if malloc fails
2024-04-16 13:55 UTC (5+ messages)
[PATCH] gdb : Signal to pstack/gdb kills the attached process
2024-04-16 10:14 UTC (14+ messages)
` [External] : "
` [External] : Re: [PATCH v2] "
` [External] : Re: [PATCH v3] "
` [External] : Re: [PATCH v4] "
[RFC] Using all three fields of ptid and handling thread events from rs6000-aix-nat.c
2024-04-16 8:52 UTC (3+ messages)
[PATCH] gdb/doc: use silent-rules.mk in the Makefile
2024-04-16 8:47 UTC (9+ messages)
[RFC PATCH 0/3] Fix attaching to process when it has zombie threads
2024-04-16 4:48 UTC (4+ messages)
` [RFC PATCH 3/3] gdb/nat/linux: "
[pushed] Fix crash in gdb_rl_callback_handler
2024-04-15 18:53 UTC
[PATCH] Strip trailing newlines from input string
2024-04-15 18:28 UTC (8+ messages)
` [PP?] "
Felix Willgerodt appointed x86 architecture maintainer in GDB
2024-04-15 17:42 UTC
[PATCH] Remove 'copy_names' parameter from add_using_directive
2024-04-15 17:16 UTC (2+ messages)
[PATCH] gdb/Windows: Fix detach while running
2024-04-15 17:02 UTC (4+ messages)
` [PATCH v2] "
[PATCH] gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension
2024-04-15 16:48 UTC (4+ messages)
[PATCH v5] gdb: Support embedded source in DWARF
2024-04-15 16:13 UTC (6+ messages)
[PATCH] gdb/linux-nat: Fix mem access ptrace fallback (PR threads/31579)
2024-04-15 16:05 UTC (5+ messages)
[PATCH 1/7] [gdb/testsuite] Factor out proc get_portnum
2024-04-15 15:56 UTC (7+ messages)
` [PATCH 2/7] [gdb/testsuite] Make portnum a persistent global
` [PATCH 3/7] [gdb/testsuite] Factor out proc with_lock
` [PATCH 4/7] [gdb/testsuite] Factor out proc lock_dir
` [PATCH 5/7] [gdb/testsuite] Move gpu-parallel.lock to cache dir
` [PATCH 6/7] [gdb/testsuite] Use unique portnum in parallel testing
` [PATCH 7/7] [gdb/testsuite] Use unique portnum in parallel testing (check//% case)
[pushed] Change printf attribute to fix clang build
2024-04-15 15:36 UTC
[PATCH] Avoid complaint warning on mingw
2024-04-15 15:22 UTC (3+ messages)
[PATCH 2/2] sim: riscv: Simplify the signed div by -1 code
2024-04-15 14:46 UTC
[PATCH 1/2] sim: riscv: fix a divw division by -1 bug
2024-04-15 14:46 UTC
[PATCH v5 0/4] PR gdb/31353
2024-04-15 12:44 UTC (8+ messages)
` [PATCH v5 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH v5 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH v5 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH v5 4/4] gdb, infrun: fix multi-threaded reverse stepping
[PATCH 0/3] Add amd64 LAM watchpoint support
2024-04-15 11:26 UTC (2+ messages)
` [PING][PATCH "
[PATCH v3] Change message when reaching end of reverse history
2024-04-15 10:59 UTC (2+ messages)
[PATCH] sim: riscv: Fix confusion with c.jal vs. c.addiw
2024-04-15 9:05 UTC (3+ messages)
[PATCH v3] sim: riscv: Fix some compatibility issues with gcc
2024-04-15 8:41 UTC
[PATCH] sim: riscv: Make stack 16-byte aligned
2024-04-15 8:27 UTC (3+ messages)
[PATCH] sim: riscv: Fix PC at gdb breakpoints
2024-04-15 8:21 UTC (3+ messages)
[PATCH v3 0/3] Make linux checkpoints work with multiple inferiors
2024-04-14 19:44 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] Capitalize output of successful checkpoint command
` [PATCH v3 3/3] Make thread_db_target::pid_to_str checkpoint-aware
GDB 15.1 release update (2024-04-14)
2024-04-14 18:15 UTC
[PATCH v2 0/2] Make linux checkpoints work with multiple inferiors
2024-04-14 3:24 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Make thread_db_target::pid_to_str checkpoint-aware
[PATCH 0/6] Further filename completion improvements
2024-04-13 9:46 UTC (19+ messages)
` [PATCH 2/6] gdb: move display of completion results into completion_result class
` [PATCH 4/6] gdb: add match formatter mechanism for 'complete' command output
[PATCH v1 0/2] Fix the right shift of negative numbers
2024-04-13 7:41 UTC (2+ messages)
` [PING] "
[PATCH] Fix setting watchpoints when current thread is running (PR gdb/31521)
2024-04-12 17:57 UTC (4+ messages)
[PATCH 1/2] [gdb/testsuite] Simplify gdb.server/server-kill-python.exp
2024-04-12 17:51 UTC (2+ messages)
` [PATCH 2/2] [gdb/testsuite] Fix gdbserver pid in gdb.server/server-kill-python.exp
[PATCH] Fix windows_nat_target::fake_create_process ptid
2024-04-12 17:45 UTC (5+ messages)
` [PATCH] New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)
[PATCH v2] sim: riscv: Fix some compatibility issues with gcc
2024-04-12 17:18 UTC (4+ messages)
[PATCH] Normalize "on|off" text in manual
2024-04-12 17:04 UTC (3+ messages)
[PATCH] gdb/data-directory: silence output from mkinstalldirs script
2024-04-12 17:01 UTC (3+ messages)
[PATCH] Cygwin/testsuite: Avoid infinite hang
2024-04-12 16:54 UTC (2+ messages)
[PATCH v2 0/5] Modernize frame unwinders and add disable feature
2024-04-12 14:40 UTC (8+ messages)
` [PATCH v2 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v2 4/5] gdb: introduce ability to disable frame unwinders
[PATCH] sim: riscv: Fix newlib issue with brk syscall
2024-04-12 11:41 UTC (3+ messages)
☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master)
2024-04-12 6:06 UTC
[PATCH v2] Change message when reaching end of reverse history
2024-04-12 5:39 UTC (5+ messages)
[PATCH v5 1/2] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
2024-04-11 13:59 UTC (4+ messages)
` [PATCH v5 2/2] [gdb/symtab] Handle two-linetable function "
[PUSHED] gdb: fix format in remote.c
2024-04-11 11:05 UTC
[PATCH v2 0/6] fix PR gdb/19340
2024-04-11 5:26 UTC (7+ messages)
` [PATCH v2 1/6] gdb, btrace: fix pr19340
` [PATCH v2 2/6] gdb, btrace: simplify gdb.btrace/multi-inferior.exp
` [PATCH v2 3/6] gdb, btrace: remove record_btrace_target::supports_*()
` [PATCH v2 4/6] gdb, btrace: set wait status to ignore if nothing is moving
` [PATCH v2 5/6] gdb, infrun: fix silent inferior switch in do_target_wait()
` [PATCH v2 6/6] gdb, btrace, infrun: per-inferior run-control
[PATCH] [gdb/testsuite] Fix gdb.threads/access-mem-running-thread-exit.exp with clang
2024-04-10 16:00 UTC (2+ messages)
[PATCH] gdb: Add missing install-dvi Makefile target
2024-04-10 13:00 UTC (6+ messages)
` [PATCH v2] gdb, gdbserver: "
[RFC] Adding a SECURITY policy for GDB
2024-04-10 10:22 UTC (8+ messages)
` [V3] "
` [V4] "
` [V5] "
[PATCH v2] gdb: specify sh pointer register types
2024-04-10 8:01 UTC (4+ messages)
[PING][PATCH v3 0/1] gdb: Fix assertion in 'value_primitive_field'
2024-04-10 6:50 UTC
Fix max-depth test case for AIX
2024-04-10 6:01 UTC (4+ messages)
[PATCH] Add flake8 and isort to .pre-commit-config.yaml
2024-04-10 5:38 UTC (10+ messages)
[PATCH v3] Fix sporadic XFAILs in gdb.threads/attach-many-short-lived-threads.exp
2024-04-10 3:59 UTC (2+ messages)
[PATCH 0/7] Fix race in DWARF reader
2024-04-10 0:02 UTC (5+ messages)
[PATCH] Use std::vector in event-loop.cc
2024-04-09 18:40 UTC (2+ messages)
[PATCHv3 0/8] x86/Linux Target Description Changes
2024-04-09 18:37 UTC (3+ messages)
` [PATCHv4 00/10] "
[PATCH] gdb: xtensa: fix truncated backtrace for nested noreturn functions
2024-04-09 18:06 UTC (2+ messages)
[PATCH v2] gdb: xtensa: don't supply registers if they are not present
2024-04-09 17:59 UTC (4+ messages)
` [PATCH v3] gdb: xtensa: fix registers supply if they "
[PATCH 0/4] gcore and config.status related Makefile changes
2024-04-09 15:53 UTC (4+ messages)
` [PATCHv2 0/6] "
` [PATCHv2 5/6] gdb/configure: use AC_MSG_NOTICE not a direct echo call
[PATCH v3 0/7] Add another way to check tagged addresses on remote targets
2024-04-09 15:52 UTC (6+ messages)
` [PATCH v3 7/7] gdb: Document qMemTagCheckAddr packet
[PATCH] Rewrite gdb_bfd_error_handler
2024-04-09 15:44 UTC (2+ messages)
[PATCH v2] Capture warnings when writing to the index cache
2024-04-09 15:20 UTC (6+ messages)
[PATCH 0/1] update btrace tests to test all recording methods
2024-04-09 9:54 UTC (4+ messages)
` [PATCH 1/1] testsuite, btrace: update btrace testsuite to test all btrace "
[PATCH v3 1/2] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
2024-04-09 9:37 UTC (7+ messages)
[PATCH v2 0/4] Introduce the 'x' RSP packet
2024-04-09 9:27 UTC (6+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] doc: fine-tune the documentation of the 'm' "
` [PATCH v3 2/3] gdbserver: allow suppressing the next putpkt remote-debug log
` [PATCH v3 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read
[PATCH v4 0/4] btrace: infrun fixes
2024-04-09 9:14 UTC (4+ messages)
` [PATCH v4 4/4] gdb, infrun: fix multi-threaded reverse stepping
[RFC PATCH] gdb, rsp: clarify a 0-length memory access
2024-04-09 6:39 UTC (5+ messages)
[PATCH v4] gdb: Support embedded source in DWARF
2024-04-09 4:57 UTC
[PATCH 0/3] Introduce the 'x' RSP packet
2024-04-08 21:36 UTC (10+ messages)
` [PATCH 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read
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