Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] gdb/objfiles: make objfile::sections yield references
 2025-08-28 15:10 UTC  (2+ messages)
` [PATCH 3/3] gdb/objfiles: use filtered_iterator as objfile::section_iterator

[PATCH] Bump flake8 version
 2025-08-28 15:01 UTC  (3+ messages)

[PATCH] gdb/python: check return from final PyObject_New call
 2025-08-28 14:52 UTC  (5+ messages)
  ` [PATCHv2] gdb/python: check return from final PyObject_New in py-disasm.c

[PATCH] gdb/objfiles: add comment explaining when obj_section::the_bfd_section is nullptr
 2025-08-28 14:14 UTC  (3+ messages)

[PATCH v3 0/4] extending the amd64 prologue analyzer
 2025-08-28 11:50 UTC  (5+ messages)
` [PATCH v3 1/4] gdb, amd64: extend the amd64 prologue analyzer to skip register pushes
` [PATCH v3 2/4] gdb, amd64: return after amd64_analyze_frame_setup if current_pc reached
` [PATCH v3 3/4] gdb, amd64: extend the amd64 prologue analyzer to skip stack alloc
` [PATCH v3 4/4] gdb, amd64: return after amd64_analyze_register_saves if current_pc reached

[PATCH 0/2] [gdb/testsuite] Fix overlapping CUs in two test-cases
 2025-08-28 11:18 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix overlapping CUs in gdb.dwarf2/dw2-entry-points.exp
` [PATCH 2/2] [gdb/testsuite] Fix overlapping CUs in gdb.dwarf2/dw2-linkage-name-trust.exp

[PATCH v4 0/5] AArch64 Guarded Control Stack support
 2025-08-28 11:11 UTC  (8+ messages)
` [PATCH v4 1/5] GDB, gdbserver: aarch64-linux: Initial "
` [PATCH v4 2/5] GDB: aarch64-linux: GCS support in Linux signals
` [PATCH v4 3/5] GDB: aarch64-linux: Implement GCS support in displaced stepping
` [PATCH v4 4/5] GDB: aarch64-linux: Support unwinding the GCSPR
` [PATCH v4 5/5] GDB: doc: Document Linux AArch64 support for Guarded Control Stacks

[PATCH v6 00/12] Add CET shadow stack support
 2025-08-28 11:08 UTC  (20+ messages)
` [PATCH v6 01/12] gdb, testsuite: Extend core_find procedure to save program output
` [PATCH v6 02/12] gdbserver: Add optional runtime register set type
` [PATCH v6 03/12] gdbserver: Add assert in x86_linux_read_description
` [PATCH v6 04/12] gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch
` [PATCH v6 05/12] gdb, gdbserver: Use xstate_bv for target description creation on x86
` [PATCH v6 06/12] gdb, gdbserver: Add support of Intel shadow stack pointer register
` [PATCH v6 07/12] gdb: amd64 linux coredump support with shadow stack
` [PATCH v6 08/12] gdb: Handle shadow stack pointer register unwinding for amd64 linux
` [PATCH v6 09/12] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v6 10/12] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH v6 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v6 12/12] gdb: Enable displaced stepping with shadow stack on amd64 linux

[pushed] [gdb/testsuite] Use build_executable in gdb.tui/tui-missing-src.exp
 2025-08-28  9:36 UTC 

[PATCH v2] gdb/record: Support wfi, sfence.vma, sret and mret instructions in risc-v
 2025-08-28  9:27 UTC  (4+ messages)
  ` [pushed][PATCH] "

[pushed] [gdb/testsuite] Fix require dwarf2_support check in some test-cases, some more
 2025-08-28  9:25 UTC 

[RFC] [gdb/tdep] Use insn access size in aarch64_stopped_data_address
 2025-08-28  2:39 UTC  (2+ messages)

[PATCH 0/6] [gdb/testsuite] Error out on clean_restart <absolute filename>
 2025-08-27 20:44 UTC  (6+ messages)
` [PING][PATCH "

[PATCH v2] [gdb/tdep] Fix calc_ldst_datasize for strb
 2025-08-27 19:57 UTC  (3+ messages)

[pushed] Fix formatting of gdbarch_components.py
 2025-08-27 19:30 UTC 

[RFC v6 00/18] Add Python "JIT" API
 2025-08-27 17:33 UTC  (3+ messages)
` [PING] "

[PATCH] Change DAP condition for Ada exception catchpoint
 2025-08-27 17:13 UTC 

[PATCH v8 0/4] Tab complete convenience variables
 2025-08-27 17:10 UTC  (4+ messages)
` [PING][PATCH "
  ` [PING v2][PATCH "

[PATCH] Fix documentation of -list-[target-]features results
 2025-08-27 16:20 UTC  (2+ messages)

Inconsistent usage on onebyte_modrm and twobyte_modrm table in x86 disassembler and gdb?
 2025-08-27 15:23 UTC  (9+ messages)

[PATCH] [gdb/tdep] Add XOP support in amd64_get_insn_details
 2025-08-27 14:47 UTC  (5+ messages)

[PATCH] objfiles: make objfile::sections yield references
 2025-08-27 14:38 UTC 

[PATCH 0/2] [gdb/testsuite] Fix host_file_normalize with host mingw
 2025-08-27 13:14 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Add gdb.testsuite/mount-point-map.exp
` [PATCH 2/2] [gdb/testsuite] Fix host_file_normalize_mingw

[PATCHv6 0/4] Python Style API
 2025-08-27 11:34 UTC  (11+ messages)
` [PATCHv7 0/4] Fix for gdb.Color + pagination AND new gdb.Style API
  ` [PATCHv7 1/4] gdb: allow gdb.Color to work correctly with pagination
        ` [PATCH] gdb/testsuite: work around empty substring bug in expect
  ` [PATCHv8 0/3] new gdb.Style API
    ` [PATCHv8 1/3] gdb/python: add gdb.Style class
    ` [PATCHv8 2/3] gdb/python: new class gdb.StyleParameterSet
    ` [PATCHv8 3/3] gdb/python: extend gdb.write to support styled output

[PATCH] [gdb/testsuite] Fix gdb.server/non-existing-program.exp on msys2-ucrt64
 2025-08-27  8:49 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add have_startup_shell
 2025-08-27  8:38 UTC  (2+ messages)

[pushed] [gdb/testsuite] Add missing require {!is_remote host}
 2025-08-27  6:28 UTC 

[PATCH 0/3] Reduce current_program_space->core_bfd () usage
 2025-08-26 20:08 UTC  (8+ messages)
` [PATCH 1/3] gdb: use current_program_space->core_bfd() a little less
` [PATCH 2/3] gdb: more current_program_space->core_bfd() removal
` [PATCH 3/3] gdb: use existing argument more in rename_vmcore_idle_reg_sections

[PATCH] gdb/python: return gdbpy_ref<> from gdbpy_create_ptid_object
 2025-08-26 20:06 UTC  (2+ messages)

[PATCH v3 0/3] [gdb/symtab] Handle invalid .gdb_index better
 2025-08-26 15:27 UTC  (9+ messages)
` [PATCH v3 1/3] [gdb/symtab] Improve invalid range check in create_addrmap_from_gdb_index
` [PATCH v3 2/3] [gdb/symtab] Further improve "
` [PATCH v3 3/3] [gdb/symtab] Refactor warnings "

[PATCH] gdb/python: fix an unlikely memory leak
 2025-08-26 14:56 UTC  (3+ messages)

[PATCH 0/4] gdb: LoongArch: Modify the implementation of loongarch_frame_unwind
 2025-08-26 14:01 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix require dwarf2_support check in some test-cases
 2025-08-26 10:25 UTC 

[PATCH] gdb/gdb-gdb.gdb.in: skip gdb::ref_ptr<.*>::get
 2025-08-25 17:02 UTC 

[pushed] gdb: fix indentation in objfiles.c
 2025-08-25 16:48 UTC 

[PATCH v4] gdb: Print linker namespace when showing a frame
 2025-08-25 15:51 UTC  (4+ messages)

[PATCH] gdb/testsuite: use gdb_test_no_output when dumping in gdb.base/dump.exp
 2025-08-25 15:44 UTC 

[PATCH] Fix tekhex format related gdb.base/dump.exp failures
 2025-08-25 15:43 UTC  (3+ messages)

[PATCH 0/3] Some minor cleanups to type_stack
 2025-08-25 15:09 UTC  (7+ messages)
` [PATCH 1/3] Make type_stack pushing a bit safer
` [PATCH 2/3] Make type_stack popping "
` [PATCH 3/3] Change type_stack::insert to take gdbarch

Proposed Addition to GDB packets
 2025-08-25 14:54 UTC  (3+ messages)

[PATCH] gdb: LoongArch: Recognize LoongArch v1.10 store conditional instructions
 2025-08-25 12:12 UTC  (5+ messages)

[PATCH] [gdb] Handle EINTR in fgets
 2025-08-25  9:26 UTC  (3+ messages)

[PATCH] Fix tekhex format related gdb.base/dump.exp failures
 2025-08-24  6:04 UTC 

[pushed] Update comment in rust-parse.c
 2025-08-23 22:41 UTC 

[PATCH] Fix gdb.base/gcorebg.exp and --program-prefix
 2025-08-23 19:24 UTC  (2+ messages)

[PATCH v2 0/5] [gdb/symtab] Handle invalid .gdb_index better
 2025-08-23 17:53 UTC  (15+ messages)
` [PATCH v2 1/5] [gdb/symtab] Bail out of create_addrmap_from_gdb_index on error
` [PATCH v2 2/5] [gdb] Make addrmap_mutable::insert_empty return bool
` [PATCH v2 3/5] [gdb/symtab] Detect overlapping ranges in create_addrmap_from_gdb_index
` [PATCH v2 4/5] [gdb/symtab] Improve invalid range check "
` [PATCH v2 5/5] [gdb/symtab] Turn complaints in create_addrmap_from_gdb_index into warnings

GDB 17.1 release update -- 2025-08-23
 2025-08-23 16:57 UTC 

[pushed] [gdb/testsuite] Require cooked index in two test-cases
 2025-08-23  6:44 UTC 

[PATCH 0/3] [gdb/symtab] Handle invalid .gdb_index better
 2025-08-23  6:25 UTC  (14+ messages)
` [PATCH 1/3] [gdb/symtab] Improve invalid range check in create_addrmap_from_gdb_index
` [PATCH 2/3] [gdb/symtab] Bail out of create_addrmap_from_gdb_index on error
` [PATCH 3/3] [gdb/symtab] Turn complaints in create_addrmap_from_gdb_index into warnings

[pushed] gdb/testsuite: fix pattern in gdb.base/dlmopen-ns-ids.exp
 2025-08-22 20:56 UTC 

[PATCH] MSYS2+MinGW testing: Unix <-> Windows path conversion
 2025-08-22 20:35 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v3 00/31] Search symbols via quick API
 2025-08-22 19:26 UTC  (4+ messages)
` [PATCH v3 31/31] Rename expand_symtabs_matching

[PATCH] testsuite: Introduce gdb_watchdog (avoid unistd.h/alarm)
 2025-08-22 19:08 UTC  (5+ messages)
    ` [PATCH v2] "

[RFC] Add .clang-format
 2025-08-22 18:59 UTC  (6+ messages)

[PATCH] gdb/copyright.py: print notice about files that print copyright at runtime
 2025-08-22 18:56 UTC  (3+ messages)

[PATCH] Automatically handle includes in testsuite/lib/
 2025-08-22 18:29 UTC  (3+ messages)

[PATCH 00/10] Linker namespace fixes and formatting changes
 2025-08-22 14:49 UTC  (4+ messages)

Potential patch to remove Emacs "confuzzed" comment
 2025-08-21 19:35 UTC  (5+ messages)
  ` [PATCH] "
      ` [PING] "

[PATCH v3 0/2] Improve linker namespace handling
 2025-08-21 13:18 UTC  (8+ messages)
` [PATCH v3 1/2] gdb: rework _active_linker_namespaces variable
` [PATCH v3 2/2] gdb: Print linker namespace when showing a frame

[PATCH] gdb/python: check return value of PyObject_New in all cases
 2025-08-21 10:48 UTC  (3+ messages)

[PATCH 0/3] Avoid unnecessary name lookups in C parser
 2025-08-20 20:23 UTC  (2+ messages)

[RFC][PATCH 0/2] info line multiple matches per symtab
 2025-08-20 20:04 UTC  (3+ messages)
` [PATCH 1/2] gdb: rename find_line_pc to find_line_first_pc

[RFC] [PATCH 0/1] Add untested for corefile tests
 2025-08-20 19:12 UTC  (5+ messages)
` [PATCH 1/1] testsuite: add unsupported in case OS corefile is not found

page:  |  | latest

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