Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/15] GDB: Initial AArch64-Darwin support
 2025-10-31 18:06 UTC  (23+ messages)
` [PATCH 01/15] libbacktrace: recognize MACH_O_MH_BUNDLE as an executable file type
` [PATCH 02/15] darwin-nat.c: fix broken build caused by typing issues from 1ad8737b
` [PATCH 03/15] darwin-nat.c: Don't try to get around SIP for the shell if the binary is arm64e
` [PATCH 04/15] bfd: add more entries to dwarf_section_names_xlat for mach-o binaries
` [PATCH 05/15] gdb: Add preliminary support for aarch64-darwin-nat
` [PATCH 06/15] bfd: add a DYLINKER flag and use it to enable loading symbols for dyld into gdb
` [PATCH 07/15] bfd: Read arm64 mach-o start address for LC_THREAD/LC_UNIXTHREAD
` [PATCH 08/15] gdb: bail out of macho_add_oso_symfile early if oso doesn't contain symbols
` [PATCH 09/15] gdb/aarch64-darwin: handle initial arm64e dyld notifier ptr and dyld rebase
` [PATCH 10/15] bfd/dyld cache: Cache strtab entries between dylib's in the dyld cache
` [PATCH 11/15] bfd/dyld cache: rebase offsets into __LINKEDIT to be relative to __TEXT
` [PATCH 12/15] gdb/dyld cache: send base of a loaded library and shared cache data to bfd
` [PATCH 13/15] gdb/dyld cache: Enable support in solib-darwin
` [PATCH 14/15] gdb/aarch64-darwin: enable solib with dyld shared cache logic
` [PATCH 15/15] gdb: Add an entitlements xml for codesigning on macos

[PATCH 0/4] Add commands to modify the "local" environment
 2025-10-31 18:05 UTC  (7+ messages)
` [PATCH 4/4] Implement local-environment commands

[PATCH] Partial fix for #33420
 2025-10-31 18:01 UTC  (2+ messages)

[PING][PATCH v2] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
 2025-10-31 17:54 UTC  (5+ messages)
  ` [PATCH] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in RISC-V

[PATCH v4 0/6] gdb/aarch64: Support for FPMR
 2025-10-31 16:57 UTC  (8+ messages)
` [PATCH v4 1/6] gdb/aarch64: Enable FPMR for AArch64 in gdb on Linux
` [PATCH v4 2/6] gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver "
` [PATCH v4 3/6] gdb/aarch64: signal frame support for fpmr
` [PATCH v4 4/6] gdb/aarch64: core file support for FPMR
` [PATCH v4 5/6] gdb/aarch64: Tests for fpmr
` [PATCH v4 6/6] gdb/doc: Document AArch64 FPMR support

[PATCH] gdb: add a constructor for symtab
 2025-10-31 16:07 UTC  (2+ messages)

[PATCH] bfd: loongarch: modify NT_PRSTATUS note to 480 bytes for kernel uapi.And gdb need more protect for coredump
 2025-10-31  7:29 UTC  (5+ messages)
  ` [PATCH v2 0/1] bfd/loongarch: set PRSTATUS_SIZE=0x1e0 to match kernel's struct elf_prstatus size

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-10-31  4:39 UTC  (21+ messages)
` [PATCH 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH 6/9] gdb: Implement 'bt shadow' to print the shadow stack backtrace

[PATCH] Allow Python to create const+volatile types
 2025-10-30 17:05 UTC  (3+ messages)

[PATCH] gdb/solib-svr4: remove unnecessary assert and variable
 2025-10-30 16:57 UTC 

[PATCH] gdbsupport: bump unordered_dense to 4.8.0
 2025-10-30 16:33 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] gdb: implement "info proc environ"
 2025-10-30 16:27 UTC  (4+ messages)

[PATCH 00/15] Run flake8 on more Python files
 2025-10-30 16:26 UTC  (20+ messages)
` [PATCH 01/15] gdb/{testsuite, system-gdbinit}: import gdb module in Python scripts
` [PATCH 02/15] gdb/testsuite: remove variable with ambiguous name in gdb.server/fileio-packets.py
` [PATCH 03/15] gdb/testsuite: remove unused imports in Python files
` [PATCH 04/15] gdb/testsuite: remove unused "global" statements "
` [PATCH 05/15] gdb/testsuite: use "is" for type comparison "
` [PATCH 06/15] gdb/testsuite: use "is" to check against None
` [PATCH 07/15] gdb/testsuite: avoid bare except in Python files
` [PATCH 08/15] gdb/testsuite: remove unused but set variables "
` [PATCH 09/15] gdb/testsuite: address "unused not at top of file" warnings "
` [PATCH 10/15] gdb/testsuite: use "not in" "
` [PATCH 11/15] gdb/testsuite: rename ambiguous variable in py-command-breakpoint.py
` [PATCH 12/15] gdb/testsuite: avoid assigning lambdas in Python files
` [PATCH 13/15] gdb/contrib/dwarf-to-dwarf-assembler.py: remove unused imports
` [PATCH 14/15] pre-commit: run flake8 on all .py(.in)? files under gdb
` [PATCH 15/15] pre-commit: use ^ anchors in `files`

[PATCH] [gdb/testsuite] Fix device index in gdb.rocm/addr-bp-gpu-no-deb-info.exp
 2025-10-30 15:13 UTC  (3+ messages)
` [PATCH] "

[PATCH] fix: support LoongArch64 in my-syscalls.S to resolve step-over-thread-exit-while-stop-all-threads.exp build failure
 2025-10-30 14:11 UTC  (4+ messages)
` [PATCH V2] gdb/testsuite: Add LoongArch case in my-syscalls.S

[PATCH] gdb: LoongArch: Change default char data type to signed
 2025-10-30 14:10 UTC  (2+ messages)

[PATCH] gdb: symbol_search objects of different types are not the same
 2025-10-30 10:30 UTC 

[PATCH 0/4] make it the responsibility of a symtab_and_line's creator to set its section
 2025-10-29 20:44 UTC  (16+ messages)
` [PATCH 1/4] gdb: lookup minsym using section in find_sal_for_pc_sect
` [PATCH 2/4] gdb: make find_sal_for_pc_sect attempt to fill sal section
` [PATCH 3/4] gdb: pass minsym section to find_function_start_sal, when possible
` [PATCH 4/4] gdb: assign a valid section in convert_address_location_to_sals

[PATCH 0/3] update is_addr_in_objfile to support "dynamic" objfiles
 2025-10-29 17:37 UTC  (9+ messages)
` [PATCH 1/3] gdb: change find_block_in_blockvector to be a method
` [PATCH 2/3] gdb: change blockvector_contains_pc "
` [PATCH 3/3] gdb: update is_addr_in_objfile to support "dynamic" objfiles

[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
 2025-10-29 12:58 UTC  (4+ messages)
` [PATCH v6 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v6 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v6 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCHv2] gdb: include NT_I386_TLS note in generated core files
 2025-10-29  9:49 UTC  (3+ messages)
` [PATCHv3] "

[PATCH] gdb/testsuite: fix git repository check in gdb.src/pre-commit.exp
 2025-10-29  9:15 UTC  (3+ messages)

[PATCH v5 0/3] Introduce syntax for linker-namespace specific symbols
 2025-10-28 19:59 UTC  (9+ messages)
` [PATCH v5 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v5 2/3] gdb: Make the parser recognize the [[N]] syntax for variables

[pushed] Fix typo in break-kernel-no-debug-info.exp
 2025-10-28 15:53 UTC 

[PATCH 0/3] Minor fixes to DWARF disassembler
 2025-10-28 15:31 UTC  (2+ messages)

[PATCH] gdb/solib-rocm: avoid expensive gdbarch_from_bfd call in rocm_solib_relocate_section_addresses
 2025-10-28 10:52 UTC  (2+ messages)

[PATCH] Fix: Sign extensions for DW_FORM_addrx were never considered
 2025-10-28  1:03 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCHv2 0/7] Inline Function Optimised Code Debug Improvements
 2025-10-27 23:00 UTC  (10+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/7] gdb: improve line number lookup around inline functions
  ` [PATCHv3 4/7] gdb: move block range recording into its own function
  ` [PATCHv3 5/7] gdb: create address map after parsing all DIE
  ` [PATCHv3 6/7] gdb: record block end addresses while parsing DIEs

[PATCH v3 0/6] gdb/aarch64: Support for FPMR
 2025-10-27 22:32 UTC  (13+ messages)
` [PATCH v3 1/6] gdb/aarch64: Enable FPMR for AArch64 in gdb on Linux
` [PATCH v3 2/6] gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver "
` [PATCH v3 3/6] gdb/aarch64: signal frame support for fpmr
` [PATCH v3 4/6] gdb/aarch64: core file support for FPMR
` [PATCH v3 5/6] gdb/aarch64: Tests "
` [PATCH v3 6/6] gdb/doc: Document AArch64 FPMR support

[PATCH] gdb/dwarf: make some fields of dwarf2_per_cu private
 2025-10-27 19:27 UTC  (3+ messages)

[PATCH v1 00/12] [RFC] migrate some of the GDB Python Extension Objects to the Python Limited C API
 2025-10-27 18:01 UTC  (10+ messages)
` [PATCH v1 03/12] gdb: introduce a new gdbpy_type_ready () compatible with Python limited "
` [PATCH v1 08/12] gdb/python/py-color.c: migration to Python limited API
` [PATCH v1 12/12] gdb/python/py-progspace.c: "

[PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-10-27 17:33 UTC  (3+ messages)
` [PATCH v10 1/2] gdb: "

[PING][PATCH v2] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
 2025-10-27 17:23 UTC  (2+ messages)

[PATCH] gdbsupport: bump unordered_dense library to 4.6.0
 2025-10-27 17:13 UTC  (5+ messages)

[PATCH v2] gdb/reverse: force direction to forward when stopping record
 2025-10-27 12:54 UTC 

[PATCH] gdb/reverse: force direction to forward when stopping record
 2025-10-27 12:09 UTC  (3+ messages)

[PATCH] gdb/help: Update help message for target record-core
 2025-10-27 11:57 UTC  (3+ messages)

[PATCH v4 00/13] fix PR gdb/19340
 2025-10-27  5:26 UTC  (7+ messages)
` [PATCH v4 02/13] gdb, record: notify frame change on 'record stop' when selected thread moves
` [PATCH v4 03/13] btrace: update record_btrace_stop_replaying_at_end

[PATCH v2] gdb: fix loading compressed scripts from `.debug_gdb_scripts`-section
 2025-10-26 12:09 UTC  (6+ messages)

[PATCH] [gdb/corefiles] Fix segfault in add_thread_silent
 2025-10-25 12:20 UTC  (2+ messages)

[PATCH] gdbsupport: remove undefined behaviour from (forward_)scope_exit
 2025-10-24 21:14 UTC 

[PING][PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-10-24 21:13 UTC  (3+ messages)
  ` [PING2][PATCH "

[PATCH] gdb/reverse: update error message for "reverse-" commands
 2025-10-24 18:44 UTC  (3+ messages)

[RFC] Add quotemeta to gdb test suite
 2025-10-24 18:40 UTC  (3+ messages)

[PATCH] make it the responsibility of a symtab_and_line's creator to set its section
 2025-10-24 18:19 UTC  (8+ messages)
` [PATCH] gdb: lookup minsym using section in find_sal_for_pc_sect
` [PATCH] gdb: make find_sal_for_pc_sect attempt to fill sal section
` [PATCH] gdb: pass minsym section to find_function_start_sal, when possible
` [PATCH] gdb: assign a valid section in convert_address_location_to_sals

[PATCH 0/2] Fix memory leak with .debug_types
 2025-10-24 18:04 UTC  (7+ messages)
` [PATCH 2/2] Free multidicts from blockvector

[PATCH] Handle dynamic DW_AT_bit_size
 2025-10-24 17:52 UTC  (3+ messages)

[PATCH 0/3] Fix svr4_solib_ops not loading shared libraries symbols for core files
 2025-10-24 17:51 UTC  (4+ messages)
` [PATCH 3/3] Update shared libraries when inferior is created, even if no bfd exists
` [PING] [PATCH 0/3] Fix svr4_solib_ops not loading shared libraries symbols for core files

[PATCH 1/4] gdb: remove TYPE_*_PROP macros
 2025-10-24 15:25 UTC  (9+ messages)
` [PATCH 2/4] gdb: remove TYPE_DATA_LOCATION_BATON macro
` [PATCH 3/4] gdb: remove TYPE_DATA_LOCATION_KIND
` [PATCH 4/4] gdb: remove TYPE_DATA_LOCATION_ADDR macro

[PATCH] gdb: add gdb_rl_tilde_expand util
 2025-10-24 15:16 UTC  (3+ messages)

[RFC v7 00/19] Add Python "JIT" API
 2025-10-24 15:07 UTC  (4+ messages)
` [RFC v7 01/19] gdb: introduce expand_symtabs_maybe_overlapping

[PATCH] gdb: replace use of alloca with std::string in openp
 2025-10-24 15:00 UTC  (3+ messages)

[PATCH] gdb: RISC-V: Record correct frame base address
 2025-10-24 13:57 UTC  (3+ 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