Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[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] Add flake8 and isort to .pre-commit-config.yaml
 2024-04-09  9:41 UTC  (6+ messages)

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

[PATCH v5 1/2] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
 2024-04-09  9:27 UTC  (2+ messages)
` [PATCH v5 2/2] [gdb/symtab] Handle two-linetable function "

[PATCH v2 0/4] Introduce the 'x' RSP packet
 2024-04-09  9:27 UTC  (10+ messages)
` [PATCH v2 3/4] rsp: add 'E' to escaped characters
` [PATCH v3 0/3] Introduce the 'x' RSP packet
  ` [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  (14+ 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

[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 v2 0/5] Modernize frame unwinders and add disable feature
 2024-04-09  2:47 UTC  (7+ messages)
` [PATCH v2 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v2 2/5] gdb: add "unwinder class" to "
` [PATCH v2 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v2 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v2 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH v2] Capture warnings when writing to the index cache
 2024-04-09  1:33 UTC  (5+ messages)

[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

[PATCH gdb/symtab v2 0/7] Compute DWARF entry parents across CUs
 2024-04-08 21:11 UTC  (8+ messages)
` [PATCH gdb/symtab v2 1/7] Refactor condition in scan_attributes
` [PATCH v2 2/7] Change handling of DW_TAG_enumeration_type in DWARF scanner
` [PATCH v2 3/7] Add move operators for addrmap
` [PATCH v2 4/7] Introduce class parent_map for DIE range map
` [PATCH v2 5/7] Correctly handle DIE parent computations
` [PATCH gdb/testsuite v2 6/7] Add gdb.dwarf2/forward-spec-inter-cu.exp
` [PATCH gdb/testsuite v2 7/7] Add gdb.dwarf2/backward-spec-inter-cu.exp

[PATCH v3 0/7] Add another way to check tagged addresses on remote targets
 2024-04-08 20:47 UTC  (20+ 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] Make source.c:search_command_helper use source cache
 2024-04-08 18:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] gdb/data-directory: silence output from mkinstalldirs script
 2024-04-08 18:03 UTC  (2+ messages)

[PATCH] Strip trailing newlines from input string
 2024-04-08 17:18 UTC 

[PATCH v4] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
 2024-04-08 12:57 UTC 

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

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

[PATCH v2] Change message when reaching end of reverse history
 2024-04-08 11:12 UTC  (3+ messages)

[RFC] Adding a SECURITY policy for GDB
 2024-04-08 11:01 UTC  (6+ messages)
  ` [V3] "
      ` [V4] "
        ` [V5] "

Introducing a GDB Code Of Conduct
 2024-04-08 10:35 UTC  (4+ messages)

Call To Action: Code Of Conduct Committee
 2024-04-08 10:33 UTC 

[PATCH 0/4] gcore and config.status related Makefile changes
 2024-04-08 10:01 UTC  (19+ 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
` [PATCHv2 0/6] gcore and config.status related Makefile changes
  ` [PATCHv2 1/6] gdb/Makefile: add gcore to the 'all' target dependency list
  ` [PATCHv2 2/6] gdb/Makefile: rewrite dependencies for config.status target
  ` [PATCHv2 3/6] gdb/Makefile: add some missing config.status dependencies
  ` [PATCHv2 4/6] gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG more
  ` [PATCHv2 5/6] gdb/configure: use AC_MSG_NOTICE not a direct echo call
  ` [PATCHv2 6/6] gdb/build: apply silent-rules.mk to the data-directory Makefile.in

[PATCH 1/1] gdb: Fix segfault in "start" with fuzzed binary
 2024-04-08  9:20 UTC  (5+ messages)

[PATCH] Use std::vector in event-loop.cc
 2024-04-08  4:32 UTC  (2+ messages)

[PATCH] gdb: ignore -Wregister instead of -Wdeprecated-register
 2024-04-08  2:58 UTC  (6+ messages)

[PATCH] gdb: Add missing install-dvi Makefile target
 2024-04-07 19:10 UTC  (4+ messages)
    ` [PATCH v2] gdb, gdbserver: "

[PATCH v3] Fix sporadic XFAILs in gdb.threads/attach-many-short-lived-threads.exp
 2024-04-07  8:42 UTC 

[PATCH v2] Fix sporadic XFAILs in gdb.threads/attach-many-short-lived-threads.exp
 2024-04-06 17:40 UTC  (2+ messages)

GDB 15.1 release update (2024-04-06)
 2024-04-06 14:32 UTC 

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

[PATCH v2 0/4] Add another way to check for MTE-tagged addresses on remote targets
 2024-04-06  1:55 UTC  (19+ 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 4/4] gdb: Add new remote packet to check if address is tagged

[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] 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)

[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] 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 v2] bfd: Handle bmmap failure in _bfd_mmap_read_temporary
 2024-04-04 22:24 UTC  (2+ messages)

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

[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  (7+ 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] 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 2/2] gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XML
 2024-04-03 14:57 UTC  (2+ messages)
` [PATCH v2] "

page:  |  | latest

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