Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 0/4] Add another way to check for MTE-tagged addresses on remote targets
 2024-04-06  1:55 UTC  (21+ 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 v2 3/4] gdb: aarch64: Remove MTE address checking from memtag_matches_p
` [PATCH v2 4/4] gdb: Add new remote packet to check if address is tagged

Introducing a GDB Code Of Conduct
 2024-04-05 20:32 UTC  (3+ messages)

[PATCH] Fix an out of bounds array access in, find_epilogue_using_linetable
 2024-04-05 18:13 UTC  (5+ messages)

[PATCH v3] gdb: Support embedded source in DWARF
 2024-04-05 16:18 UTC  (2+ messages)

[PATCH v4 0/4] btrace: infrun fixes
 2024-04-05 15:51 UTC  (13+ messages)
` [PATCH v4 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH v4 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH v4 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH v4 4/4] gdb, infrun: fix multi-threaded reverse stepping

[PATCH] Change message when reaching end of reverse history
 2024-04-05 15:43 UTC  (14+ messages)

[PATCH^4] gdb: mips: Add MIPSR6 support
 2024-04-05 15:12 UTC  (2+ messages)

[PATCH v3 1/2] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
 2024-04-05 15:10 UTC  (2+ messages)
` [PATCH v3 2/2] [gdb/testsuite] Add gdb.dwarf2/dw2-epilogue-begin-2.exp

[PATCH 0/3] Introduce the 'x' RSP packet
 2024-04-05 14:09 UTC  (9+ messages)
` [PATCH 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read

[RFC PATCH] gdb, rsp: clarify a 0-length memory access
 2024-04-05 13:10 UTC  (4+ messages)

[PATCH v2 0/4] Introduce the 'x' RSP packet
 2024-04-05 12:59 UTC  (5+ messages)
` [PATCH v2 3/4] rsp: add 'E' to escaped characters

[PATCHv3 0/8] x86/Linux Target Description Changes
 2024-04-05 12:33 UTC  (12+ messages)
` [PATCHv4 00/10] "
  ` [PATCHv4 01/10] gdbserver/ipa/x86: remove unneeded declarations
  ` [PATCHv4 02/10] gdbserver: convert have_ptrace_getregset to a tribool
  ` [PATCHv4 03/10] gdb/x86: move reading of cs and ds state into gdb/nat directory
  ` [PATCHv4 04/10] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
  ` [PATCHv4 05/10] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
  ` [PATCHv4 06/10] gdb/gdbserver: share some code relating to target description creation
  ` [PATCHv4 07/10] gdb/arch: assert that X86_XSTATE_MPX is not set for x32
  ` [PATCHv4 08/10] gdbserver: update target description creation for x86/linux
  ` [PATCHv4 09/10] gdb: move xcr0 == 0 check into i386_linux_core_read_description
  ` [PATCHv4 10/10] gdb/gdbserver: share x86/linux tdesc caching

[PATCH 0/4] gcore and config.status related Makefile changes
 2024-04-05 12:21 UTC  (5+ messages)
` [PATCH 1/4] gdb/Makefile: add gcore to the 'all' target dependency list
` [PATCH 2/4] gdb/Makefile: rewrite dependencies for config.status target
` [PATCH 3/4] gdb/Makefile: add some missing config.status dependencies
` [PATCH 4/4] gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG more

[PATCH] sim: riscv: Fix some compatiblity issues with gcc
 2024-04-05  7:51 UTC 

[PATCH] Add wildcard matching to substitute-path rules
 2024-04-05  5:58 UTC  (9+ messages)

[PATCH] Fix sporadic XFAILs in, gdb.threads/attach-many-short-lived-threads.exp
 2024-04-05  5:00 UTC  (4+ messages)

[PATCH v2] bfd: Handle bmmap failure in _bfd_mmap_read_temporary
 2024-04-04 22:24 UTC  (2+ messages)

[PATCH] gdb: Add missing install-dvi Makefile target
 2024-04-04 21:59 UTC 

[PATCH v3 0/7] Add another way to check tagged addresses on remote targets
 2024-04-04 16:20 UTC  (17+ messages)
` [PATCH v3 1/7] gdb: aarch64: Remove MTE address checking from get_memtag
` [PATCH v3 2/7] gdb: aarch64: Move MTE address check out of set_memtag
` [PATCH v3 3/7] gdb: aarch64: Remove MTE address checking from memtag_matches_p
` [PATCH v3 4/7] gdb: Use passed gdbarch instead of calling current_inferior
` [PATCH v3 5/7] gdb: Introduce is_address_tagged target hook
` [PATCH v3 6/7] gdb: Add qMemTagAddrCheck packet
` [PATCH v3 7/7] gdb: Document qMemTagCheckAddr packet

[PATCH v2] Fix an out of bounds array access in find_epilogue_using_linetable
 2024-04-04 15:34 UTC 

[PATCH 1/3] [gdb/testsuite] Require address update for DW_LNE_end_sequence
 2024-04-04 15:18 UTC  (3+ messages)
` [PATCH 2/3] [gdb/testsuite] Require address update for DW_LNS_copy
` [PATCH 3/3] [gdb/testsuite] Fix end_sequence addresses

[PATCH] bfd: Handle bmmap failure in _bfd_mmap_read_temporary
 2024-04-04 13:53 UTC  (3+ messages)

[PATCH] Fix a test failure in gdb.threads/stepi-over-clone.exp
 2024-04-04 12:28 UTC  (4+ messages)

[PATCH v3 1/2] remote.c: Use packet_check_result
 2024-04-04  8:52 UTC  (4+ messages)
` [PATCH v3 2/2] remote.c: Make packet_ok return struct packet_result

[PATCH 0/3] Add amd64 LAM watchpoint support
 2024-04-04  8:50 UTC  (5+ messages)
` [PATCH 1/3] gdb: Make tagged pointer support configurable

[PATCH] gdb/compile: Use std::filesystem::remove_all in cleanup
 2024-04-04  7:40 UTC  (8+ messages)

[PATCH v2] Add wildcard matching to substitute-path rules
 2024-04-04  6:25 UTC  (2+ messages)

[PATCH v2] gdb: Support embedded source in DWARF
 2024-04-03 21:20 UTC  (3+ messages)

[PATCH] Add flake8 and isort to .pre-commit-config.yaml
 2024-04-03 19:57 UTC  (4+ messages)

[PATCH] Revert "gdb/compile: Use std::filesystem::remove_all in cleanup"
 2024-04-03 15:35 UTC  (3+ messages)

[PATCH] gdb: xtensa: use rmap from dynconfig library
 2024-04-03 15:25 UTC  (3+ messages)

[PATCH 0/7] Fix race in DWARF reader
 2024-04-03 15:16 UTC  (2+ messages)

[PATCH] gdb: xtensa: fix truncated backtrace for nested noreturn functions
 2024-04-03 15:04 UTC 

Fix max-depth test case for AIX
 2024-04-03 14:58 UTC  (3+ messages)

[PATCH 1/2] doc: add the missing 'handle' attribute in xml
 2024-04-03 14:57 UTC  (6+ messages)
` [PATCH 2/2] gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XML
  ` [PATCH v2] "

[PATCH v2] gdb: xtensa: don't supply registers if they are not present
 2024-04-03 14:49 UTC  (4+ messages)
  ` [PATCH v3] gdb: xtensa: fix registers supply if they "

[PATCH] gdb: ensure has dwarf info before reading DWZ file
 2024-04-03 12:55 UTC  (5+ messages)

[PATCH v1 0/2] Fix the right shift of negative numbers
 2024-04-02 20:17 UTC  (3+ messages)
` [PATCH v1 1/2] gdb/testsuite: enable back gdb.base/bitshift.exp
` [PATCH v1 2/2] Fix the right shift of negative numbers

[PATCH] Print type name when printing Rust slice
 2024-04-02 17:44 UTC  (2+ messages)

[PATCH 00/12] Ada iterated assignment, plus parser cleanups
 2024-04-02 17:35 UTC  (2+ messages)

[PATCH 0/2] Use isort in gdb
 2024-04-02 17:20 UTC  (3+ messages)
` [PATCH 2/2] Run isort

[PATCH 0/9] Make gdb/python flake-clean
 2024-04-02 17:01 UTC  (2+ messages)

[PATCH 1/3] [gdb/tetsuite] Add missing include in gdb.base/ctf-ptype.c
 2024-04-02 14:23 UTC  (4+ messages)

[PATCH v2 1/2] testsuite, mi: fix indentation in get_mi_thread_list
 2024-04-02  8:54 UTC  (3+ messages)
` [PATCH v2 2/2] testsuite, mi: prevent buffer overflow "

[PATCH] gdbserver: require_running_or_break for the 'z' packet
 2024-04-02  8:52 UTC  (2+ messages)

[PATCH] libiberty: Invoke D demangler when --format=auto
 2024-04-02  7:02 UTC  (2+ messages)

[RFC][PATCH 0/1] Add support for embedded source in GDB
 2024-04-01 19:18 UTC  (3+ messages)

[PATCH] Remove unnecessary get_current_frame calls from infrun.c
 2024-04-01 17:00 UTC  (5+ messages)

[PATCH] [gdb/tui] Fix centering and highlighting of current line
 2024-04-01 16:13 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.ada/verylong.exp on 32-bit target
 2024-04-01 15:52 UTC  (2+ messages)

[PATCH v2] gdb: specify sh pointer register types
 2024-04-01  9:55 UTC 

[PATCH] gdb: specify sh4al-dsp register types
 2024-04-01  9:14 UTC  (3+ messages)

[PATCH] Fix handling of DW_AT_entry_pc of inlined subroutines
 2024-03-31 10:49 UTC 

[PATCHv8 00/14] thread-specific breakpoints in just some inferiors
 2024-03-31 10:31 UTC  (22+ messages)
` [PATCHv9 "
  ` [PATCHv9 01/14] gdb: create_breakpoint: add asserts and additional comments
  ` [PATCHv9 02/14] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
  ` [PATCHv9 03/14] gdb: change 'if' to gdb_assert in update_dprintf_command_list
  ` [PATCHv9 04/14] gdb: the extra_string in a dprintf breakpoint is never nullptr
  ` [PATCHv9 05/14] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [PATCHv10 0/9] thread-specific breakpoints in just some inferiors
    ` [PATCHv10 1/9] gdb: don't display inferior list for pending breakpoints
    ` [PATCHv10 2/9] gdb: remove breakpoint_re_set_one
    ` [PATCHv10 3/9] gdb: remove tracepoint_probe_create_sals_from_location_spec
    ` [PATCHv10 4/9] gdb: make breakpoint_debug_printf global
    ` [PATCHv10 5/9] gdb: add another overload of startswith
    ` [PATCHv10 6/9] gdb: create new is_thread_id helper function
    ` [PATCHv10 7/9] gdb: parse pending breakpoint thread/task immediately
    ` [PATCHv10 8/9] gdb: don't set breakpoint::pspace in create_breakpoint
    ` [PATCHv10 9/9] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH 0/6] Further filename completion improvements
 2024-03-31  5:55 UTC  (12+ messages)
` [PATCH 1/6] gdb: improve escaping when completing filenames
` [PATCH 2/6] gdb: move display of completion results into completion_result class
` [PATCH 3/6] gdb: simplify completion_result::print_matches
` [PATCH 4/6] gdb: add match formatter mechanism for 'complete' command output

[PATCH] Normalize "on|off" text in manual
 2024-03-31  5:01 UTC  (2+ messages)

[pushed] Lower variable definitions in tui_redisplay_readline
 2024-03-30 18:21 UTC 

[PATCH] Avoid race when reading dwz file
 2024-03-30 16:47 UTC  (5+ messages)

GDB 15.1 release update (2024-03-30)
 2024-03-30  3:48 UTC 

page:  |  | latest

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