[PATCH v2 0/4] Add another way to check for MTE-tagged addresses on remote targets
2024-03-28 22:48 UTC (3+ messages)
` [PATCH v2 1/4] gdb: aarch64: Remove MTE address checking from get_memtag
` [PATCH v2 2/4] gdb: aarch64: Move MTE address check out of set_memtag
[PATCH 1/3] gdb: print 'stop_requested' in infrun_debug_show_threads
2024-03-28 17:35 UTC (3+ messages)
` [PATCH 2/3] gdb: boolify thread_info's 'stop_requested' field
` [PATCH 3/3] gdb: avoid redundant calls to target_stop during attach
[PATCH] [gdb/testsuite] Add missing include in gdb.base/rtld-step.exp
2024-03-28 17:26 UTC (3+ messages)
[PATCH] Make pascal_language::print_type handle varstring==nullptr
2024-03-28 17:25 UTC (2+ messages)
[PATCH 1/3] [gdb/tetsuite] Add missing include in gdb.base/ctf-ptype.c
2024-03-28 17:21 UTC (4+ messages)
` [PATCH 2/3] [gdb/testsuite] Fix missing return type in gdb.linespec/break-asm-file.c
` [PATCH 3/3] [gdb/testsuite] Add missing includes in gdb.trace/collection.c
[PATCH] [gdb/tui] Fix centering and highlighting of current line
2024-03-28 16:38 UTC (2+ messages)
[RFC PATCH] gdb, rsp: clarify a 0-length memory access
2024-03-28 15:31 UTC (5+ messages)
[PATCH v6 00/10] GDB support for DW_AT_trampoline
2024-03-28 14:31 UTC (18+ messages)
` [PATCH v6 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v6 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v6 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v6 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v6 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v6 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v6 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v6 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v6 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v6 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters
[PATCH 0/4] Add another way to check for MTE-tagged addresses on remote targets
2024-03-28 13:00 UTC (6+ messages)
` [PATCH 1/4] gdb: aarch64: Remove MTE address checking from get_memtag
` [PATCH 2/4] gdb: aarch64: Move MTE address check out of set_memtag
` [PATCH 3/4] gdb: aarch64: Remove MTE address checking from memtag_matches_p
` [PATCH 4/4] gdb: Add new remote packet to check if address is tagged
[PATCH 0/3] Add amd64 LAM watchpoint support
2024-03-28 12:50 UTC (7+ messages)
` [PATCH 1/3] gdb: Make tagged pointer support configurable
` [PATCH 2/3] LAM: Enable tagged pointer support for watchpoints
` [PATCH 3/3] LAM: Support kernel space debugging
[PATCH] Avoid race when reading dwz file
2024-03-28 10:37 UTC (3+ messages)
[PATCH] [gdb/testsuite] Fix test-case gdb.threads/attach-stopped.exp on manjaro linux
2024-03-28 7:27 UTC (2+ messages)
[PATCH] [gdb/testsuite] Fix gdb.base/ending-run.exp on manjaro linux
2024-03-28 7:27 UTC (2+ messages)
[PATCH 3/4 v5] gdb/debuginfod: Support on-demand debuginfo downloading
2024-03-27 23:56 UTC (4+ messages)
[PATCH 0/3] Better type safety for bcache
2024-03-27 19:50 UTC (7+ messages)
` [PATCH 1/3] Some constification in psymtab
` [PATCH 2/3] Make bcache more type-safe
` [PATCH 3/3] Remove a couple unnecessary casts
[pushed] Fix clang build
2024-03-27 16:19 UTC
[PATCH v3 0/1] gdb: Fix assertion in 'value_primitive_field'
2024-03-27 15:22 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2] Capture warnings when writing to the index cache
2024-03-27 14:39 UTC (5+ messages)
[RFC] Adding a SECURITY policy for GDB
2024-03-27 11:00 UTC (5+ messages)
` [V3] "
` [V4] "
[PATCH v3 0/4] Include early include files with `-include`
2024-03-27 1:15 UTC (8+ messages)
` [PATCH v3 1/4] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
` [PATCH v3 2/4] {gdb, gdbserver}/Makefile.in: remove unnecessary intermediary variables
` [PATCH v3 3/4] gdb, gdbserver, gdbsupport: include early header files with `-include`
` [PATCH v3 4/4] gdb, gdbserver, gdbsupport: remove includes of early headers
[pushed] gdb: make gdbarch_types.py non-executable
2024-03-27 1:09 UTC
[PATCH] Fix windows_nat_target::fake_create_process ptid
2024-03-26 20:04 UTC (7+ messages)
` [PATCH] New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)
[PATCH 0/7] x86/Linux Target Description Changes
2024-03-26 19:03 UTC (25+ messages)
` [PATCHv2 "
` [PATCHv2 6/7] gdbserver: update target description creation for x86/linux
` [PATCHv3 0/8] x86/Linux Target Description Changes
` [PATCHv3 1/8] gdbserver: convert have_ptrace_getregset to a tribool
` [PATCHv3 2/8] gdb/x86: move reading of cs and ds state into gdb/nat directory
` [PATCHv3 3/8] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
` [PATCHv3 4/8] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
` [PATCHv3 5/8] gdb/gdbserver: share some code relating to target description creation
` [PATCHv3 6/8] gdb/arch: assert that X86_XSTATE_MPX is not set for x32
` [PATCHv3 7/8] gdbserver: update target description creation for x86/linux
` [PATCHv3 8/8] gdb/gdbserver: share x86/linux tdesc caching
[pushed] Remove redundant check from parse_number.exp
2024-03-26 16:52 UTC
[PATCH v2 0/4] Include early include files with `-include`
2024-03-26 15:49 UTC (11+ messages)
` [PATCH v2 1/4] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
` [PATCH v2 2/4] {gdb, gdbserver}/Makefile.in: remove unnecessary intermediary variables
` [PATCH v2 3/4] gdb, gdbserver, gdbsupport: include early header files with `-include`
` [PATCH v2 4/4] gdb, gdbserver, gdbsupport: remove includes of early headers
GDB 15.1 release update (2024-03-23)
2024-03-26 15:48 UTC (3+ messages)
[PATCH] [gdb/testsuite] Fix valgrind tests on debian
2024-03-26 15:28 UTC (2+ messages)
[PATCH 0/2] Make linux checkpoints work with multiple inferiors
2024-03-26 12:55 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Make thread_db_target::pid_to_str checkpoint-aware
[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
2024-03-26 12:19 UTC (10+ messages)
` [PING] "
[PATCH] gdb : Signal to pstack/gdb kills the attached process
2024-03-26 9:59 UTC (14+ messages)
` [External] : "
` [External] : Re: [PATCH v2] "
` [External] : Re: [PATCH v3] "
` [External] : Re: [PATCH v4] "
[PATCH v2 1/2] remote.c: Use packet_check_result
2024-03-26 9:48 UTC (4+ messages)
` [PATCH v2 2/2] remote.c: Make packet_ok return struct packet_result
[PATCH 0/1] update btrace tests to test all recording methods
2024-03-26 9:16 UTC (3+ messages)
` [PATCH 1/1] testsuite, btrace: update btrace testsuite to test all btrace "
[PATCH 0/2] Fix some trivial build failures with clang
2024-03-26 1:49 UTC (5+ messages)
` [PATCH 1/2] gdb: mark addrmap classes `final`
` [PATCH 2/2] gdbserver/Makefile.in: add missing `-x c++`
[BACKPORT GDB 14][PATCH] PowerPC: Add support for Power11 options
2024-03-25 21:42 UTC
[PATCH] gdb/testsuite: Fix set_unbuffered_mode.o handling in parallel mode
2024-03-25 20:07 UTC (3+ messages)
[PATCH 0/5] Cleanup and changes for file name completion
2024-03-25 18:30 UTC (3+ messages)
` [PATCHv2 0/7] "
[PATCHv10 0/5] Infcalls from B/P conditions in multi-threaded inferiors
2024-03-25 17:47 UTC (3+ messages)
` [PATCHv11 "
[pushed] [gdb/testsuite] Fix tdlabel_re references
2024-03-25 16:31 UTC (2+ messages)
[PATCH] [gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with gcc <= 12
2024-03-25 14:19 UTC (2+ messages)
[PATCH] Make source.c:search_command_helper use source cache
2024-03-25 14:00 UTC (2+ messages)
` [PATCH v2] "
[PATCH 1/2] [gdb] Add contrib/sudo-allow-ptrace.sh
2024-03-25 13:45 UTC (2+ messages)
` [PATCH 2/2] [gdb] Fix gdb.base/attach-deleted-exec.exp with sudo-allow-ptrace.sh
[PATCH v2] gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32
2024-03-23 17:08 UTC (4+ messages)
Namecheap service suspension - Action needed
2024-03-23 16:05 UTC
Namecheap service suspension - Action needed
2024-03-23 0:17 UTC
[PATCH 0/4] Down with SO_NAME_MAX_PATH_SIZE and windows_make_so spring cleaning
2024-03-22 19:49 UTC (7+ messages)
` [PATCH 1/4] Remove SO_NAME_MAX_PATH_SIZE limit from core solib code
` [PATCH 2/4] Simplify windows-nat.c:windows_make_so #ifdefery
` [PATCH 3/4] windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
` [PATCH 4/4] windows-nat: Use gdb_realpath
[PATCH 0/3] Minor cleanups in disassemble code
2024-03-22 19:12 UTC (3+ messages)
[PATCH] Better handling for realpath() failures in windows_make_so() on Cygwin
2024-03-22 19:07 UTC (5+ messages)
[RFC PATCH 0/3] Fix attaching to process when it has zombie threads
2024-03-22 17:33 UTC (9+ messages)
` [RFC PATCH 1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
` [RFC PATCH 2/3] gdb/nat: Factor linux_find_proc_stat_field out of linux_common_core_of_thread
` [RFC PATCH 3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads
[pushed] Revert "Pass GUILE down to subdirectories"
2024-03-22 17:31 UTC
[RFC v2][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
2024-03-22 17:29 UTC (9+ messages)
` [RFC v2][PR symtab/30520] gdb/symtab: fix the gdb.cp/anon-struct test
[PATCH] Revert "Pass GUILE down to subdirectories"
2024-03-22 17:25 UTC (5+ messages)
[PATCH] gdb internal fatal error while opening a binary built with gsplit-dwarf
2024-03-22 17:01 UTC
[PATCH 1/3] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
2024-03-22 15:43 UTC (8+ messages)
` [PATCH 2/3] gdb, gdbserver, gdbsupport: include config.h files with -include
[PATCH 1/1] gdb, testsuite: Handle unused compiler option fdiagnostics-color=never
2024-03-22 13:55 UTC
[PATCH] gdb: LoongArch: Clean up loongarch_iterate_over_regset_sections()
2024-03-22 12:42 UTC (2+ messages)
[PATCH] Teach GDB to generate sparse core files (PR corefiles/31494)
2024-03-22 12:33 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH 00/12] Ada iterated assignment, plus parser cleanups
2024-03-21 19:03 UTC (13+ messages)
` [PATCH 01/12] Introduce and use aggregate_assigner type
` [PATCH 02/12] Implement Ada 2022 iterated assignment
` [PATCH 03/12] Introduce ada_parse_state
` [PATCH 04/12] Move "int_storage" global into ada_parse_state
` [PATCH 05/12] Move "components" and "associations" "
` [PATCH 06/12] Move "assignments" global "
` [PATCH 07/12] Move "iterated_associations" "
` [PATCH 08/12] Move "temp_parse_space" "
` [PATCH 09/12] Move "paren_depth" "
` [PATCH 10/12] Move "returned_complete" "
` [PATCH 11/12] Remove "numbuf" global
` [PATCH 12/12] Constify ada-lex.l:attributes
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