Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC 0/3] [gdb/contrib] Reduce false positives in check-gnu-style pre-commit check
 2025-11-05 13:49 UTC  (2+ messages)
` [RFC 1/3] [contrib] Fix typo in check_GNU_style_lib.py

[PATCH 0/4] RISC-V: Add bfloat16 and half-float support to GDB
 2025-11-05  8:51 UTC  (10+ messages)
` [PATCH 1/4] gdb/riscv: add bfloat16 and half-float support to FPU registers
` [PATCH 2/4] gdb/testsuite: add RISC-V bfloat16 tests
` [PATCH 3/4] gdb/testsuite: add RISC-V IEEE half-float (FP16) tests
` [PATCH 4/4] gdb/testsuite: update riscv-reg-aliases for expanded FPU union
` [PATCH v2 0/4] gdb/riscv: Add bfloat16 and half-float support
  ` [PATCH v2 1/4] gdb/riscv: add bfloat16 and half-float support to FPU registers
  ` [PATCH v2 2/4] gdb/testsuite: add RISC-V bfloat16 tests
  ` [PATCH v2 3/4] gdb/testsuite: add RISC-V IEEE half-float (FP16) tests
  ` [PATCH v2 4/4] gdb/testsuite: update riscv-reg-aliases for expanded FPU union

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

[PATCH 1/3] gdb/dwarf: clarify comment on dwarf_per_bfd::all_units
 2025-11-05  4:18 UTC  (3+ messages)
` [PATCH 2/3] gdb/dwarf: make some fields in dwarf2_per_cu private
` [PATCH 3/3] gdb/dwarf: pass is_debug_types to dwarf2_per_cu constructor, make field private

[PATCH 0/2] Fix DAP bug involving multiple breakpoints
 2025-11-04 21:14 UTC  (3+ messages)
` [PATCH 1/2] Rename variable in DAP breakpoint.py
` [PATCH 2/2] Have DAP handle multiple breakpoints at same location

[PATCH] Reject negative children in DAP
 2025-11-04 20:08 UTC 

[PATCH v4 0/2] Make 'help' command more helpful for new users
 2025-11-04 17:10 UTC  (3+ messages)
` [PATCH v4 1/2] gdb: make command classes be bitmaps
` [PATCH v4 2/2] gdb: add "essential" command class

[PATCH v3 0/2] Make 'help' command more helpful for new users
 2025-11-04 17:08 UTC  (7+ messages)
` [PATCH v3 1/2] gdb: make command classes be bitmaps
` [PATCH v3 2/2] gdb: add "essential" command class

[PATCH v3 0/4] update is_addr_in_objfile to support "dynamic" objfiles
 2025-11-04 17:08 UTC  (5+ messages)
` [PATCH v3 1/4] gdb: update blockvector::lookup
` [PATCH v3 2/4] gdb: change blockvector::contains() to handle blockvectors with "holes"
` [PATCH v3 3/4] gdb: add unittests for blockvector lookup functions
` [PATCH v3 4/4] gdb: update is_addr_in_objfile to support "dynamic" objfiles

[RFC] gdb: fix segfault caused by using gdb-index and DWO debug information
 2025-11-04 16:33 UTC  (5+ messages)

[PATCH] gdb/python: add Objfile.symtabs() method
 2025-11-04 16:27 UTC  (2+ messages)

[PATCH v2 0/6] update is_addr_in_objfile to support "dynamic" objfiles
 2025-11-04 15:34 UTC  (17+ messages)
` [PATCH v2 1/6] gdb: add unittests for blockvector lookup functions
` [PATCH v2 2/6] gdb: change find_block_in_blockvector to be a method
` [PATCH v2 3/6] gdb: update blockvector::lookup
` [PATCH v2 4/6] gdb: change blockvector_contains_pc to be a method
` [PATCH v2 5/6] gdb: change blockvector::contains() to handle blockvectors with "holes"
` [PATCH v2 6/6] gdb: update is_addr_in_objfile to support "dynamic" objfiles

[PATCHv2] gdb: remove attempted type de-duplication when building gdb-index
 2025-11-04 14:23 UTC  (7+ messages)
` [PATCHv3] "

[PATCHv2] gdb: crash if thread unexpectedly disappears from thread list
 2025-11-04 14:20 UTC  (9+ messages)
` [PATCHv3] "

[PATCH] gdb/python: fix gdb.Block repr output
 2025-11-04 14:17 UTC 

[PATCH v3] gdb: Make startup message more user friendly
 2025-11-04 12:58 UTC 

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-11-04 11:53 UTC  (27+ 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 7/9] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements

[pushed] gdb: change find_block_in_blockvector to be a method
 2025-11-04 11:27 UTC  (2+ messages)
` [pushed] gdb: change blockvector_contains_pc "

[PATCH] gdb/testsuite: rename thread_local variables
 2025-11-04  9:06 UTC 

[PATCH RESEND] gdb/hppa: guess g packet size
 2025-11-04  6:31 UTC  (6+ messages)

[PATCH v2] gdb/hppa: guess g packet size
 2025-11-04  6:30 UTC 

[PATCH v3] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in RISC-V
 2025-11-03 21:23 UTC  (2+ messages)

[PATCH] gdb: introduce blockvector_up
 2025-11-03 20:49 UTC  (2+ messages)

[PATCH] [gdb/python] Use PyConfig for python 3.9
 2025-11-03 18:21 UTC  (9+ messages)

[PATCH 1/1] gdb/dap: Support multiple inferiors when using DAP
 2025-11-03 18:13 UTC  (2+ messages)
` [PING] "

[PATCH] gdb: notify of inferior switch when needed from 'thread' command
 2025-11-03 17:57 UTC  (5+ messages)

[PATCH] pre-commit: check for whitespace errors in on all files under gdb
 2025-11-03 15:41 UTC 

[PUSHED] gdb: fix a typo in a comment in gdbtypes.h
 2025-11-03 15:13 UTC 

[COMMITTED] Sync top-level with GCC
 2025-11-03  9:54 UTC 

[PATCH v2 1/3] gdbserver, read_ptid: handle '0' and '-1' thread ids
 2025-11-03  9:41 UTC  (8+ messages)
` [PATCH v2 2/3] gdb, remote: fix set_thread () in start_remote ()
` [PATCH v2 3/3] gdb, gdbserver: fix read/write_ptid types

[PATCH v4 00/13] fix PR gdb/19340
 2025-11-03  5:54 UTC  (11+ messages)
` [PATCH v4 03/13] btrace: update record_btrace_stop_replaying_at_end
` [PATCH v4 09/13] gdb, remote: adjust debug printing
` [PATCH v4 10/13] btrace, infrun: simplify scheduler-locking replay
` [PATCH v4 11/13] btrace, infrun: replay scheduler locking only depends on to-be-resumed thread

GDB 17.1 release update -- 2025-11-02
 2025-11-03  0:45 UTC 

[PATCH] Don't use "module" name
 2025-11-02 17:50 UTC 

[PATCH] gdb: add a constructor for symtab
 2025-11-02 16:10 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/inline-frame-cycle-unwind.exp for s390x
 2025-11-02  4:46 UTC 

[PATCH] Clean up "return -1" in gdb.rust
 2025-11-01  3:53 UTC  (2+ messages)

[PATCH v2] gdb: Make startup message more user friendly
 2025-10-31 19:34 UTC  (2+ messages)

[PATCH v1 00/12] [RFC] migrate some of the GDB Python Extension Objects to the Python Limited C API
 2025-10-31 19:25 UTC  (11+ messages)
` [PATCH v1 04/12] gdb: new setters and getters for __dict__, and attributes
` [PATCH v1 05/12] gdb/python/py-arch.c: migration to Python limited API
` [PATCH v1 06/12] gdb/python/py-block.c: "
` [PATCH v1 08/12] gdb/python/py-color.c: "

[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  (3+ messages)

[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] 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  (4+ 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  (7+ messages)
` [PATCH 2/4] gdb: make find_sal_for_pc_sect attempt to fill sal section

[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

page:  |  | latest

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