Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 0/1] gdb: Update linkage name lookup function to allow mst_file_data/bss types
 2024-11-12 18:28 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCHv2] gdb: unix: allow to use custom baud rate
 2024-11-12 16:54 UTC  (5+ messages)
` [PATCHv3] "
    ` [PATCHv4] "

[PATCH] gdb/doc: improve documentation for all-stop mode
 2024-11-12 16:51 UTC  (3+ messages)

[PATCH 0/3] [gdb/contrib] A few improvements for spellcheck.sh
 2024-11-12 16:07 UTC  (4+ messages)
` [PATCH 1/3] [gdb/contrib] Handle parentheses in spellcheck.sh
` [PATCH 2/3] [gdb/contrib] Handle double quotes "
` [PATCH 3/3] [gdb/contrib] Add "doens't->doesn't" to common-misspellings.txt

[PATCH v7 0/2] Add amd64 LAM watchpoint support
 2024-11-12 14:49 UTC  (4+ messages)
` [PATCH v7 1/2] gdb: Make tagged pointer support configurable
` [PATCH v7 2/2] LAM: Enable tagged pointer support for watchpoints

[PATCH] gdb/testsuite: fix duplicate test names in gdb.trace/
 2024-11-12 14:40 UTC  (3+ messages)

[PATCH 0/2] Fis for readline eof and secondary prompt issue
 2024-11-12 14:10 UTC  (3+ messages)
` [PATCHv2 0/2] Fix "

[PATCHv4 0/3] Returning osabi from gdbserer in more cases
 2024-11-12 13:46 UTC  (6+ messages)
` [PATCHv5 "
  ` [PATCHv5 3/3] gdbserver: pass osabi to GDB in more target descriptions

[PATCH 0/5] gdb/python: error checking for PyObject_IsTrue calls
 2024-11-12 13:44 UTC  (12+ messages)
` [PATCH 1/5] gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfo
` [PATCH 2/5] gdb/python: remove some additional PyObject_IsTrue calls
` [PATCH 3/5] gdb/python: missing PyObject_IsTrue error check in py-arch.c
` [PATCH 4/5] gdb/python: add PyObject_IsTrue error checki in micmdpy_set_installed
` [PATCH 5/5] gdb/python: missing PyObject_IsTrue error check in bppy_init

[PATCH 1/3] [gdb/contrib] Add spellcheck.sh --check
 2024-11-12 13:07 UTC  (6+ messages)
` [PATCH 3/3] [gdb] Add spell check pre-commit hook
  ` [PING][PATCH "

[PATCH v2] [gdb] Add spell check pre-commit hook
 2024-11-12 13:06 UTC 

[PATCH v7 0/5] Modernize frame unwinders and add disable feature
 2024-11-12 13:06 UTC  (4+ messages)
` [PATCH v7 1/5] gdb: make gdbarch store a vector of frame unwinders

[PATCH 0/2] A couple of trivial cleanups in breakpoint code
 2024-11-12 13:00 UTC  (5+ messages)
` [PATCHv2 0/3] Some minor "
  ` [PATCHv2 1/3] gdb: remove bp_location::objfile
  ` [PATCHv2 2/3] gdb: remove an unnecessary scope block in update_breakpoint_locations
  ` [PATCHv2 3/3] gdb: do better in breakpoint_free_objfile

[PATCH v2 0/1] gdb, linespec: also error when explicit line BP is outside source file range
 2024-11-12 12:34 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4] gdb: Introduce RAII signal handler setter
 2024-11-12 12:12 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: fix gdb.reverse/i386-avx-reverse.exp with clang
 2024-11-12 11:49 UTC  (3+ messages)

[PATCH v2] [gdb/tdep] Use raw_supply_part_zeroed for AArch64
 2024-11-12 10:15 UTC  (4+ messages)

[PATCH 1/2] gdbreplay: Calculate the checksum if missing
 2024-11-12  9:45 UTC  (5+ messages)
` [PATCH 2/2] Add gdbreplay.exp

[PATCH 1/1] gdb, linespec: also error when explicit line BP is outside source file range
 2024-11-12  8:53 UTC  (3+ messages)

[PATCH 0/3] [gdb/tdep] Fix three gdb.reverse test-cases on arm-linux
 2024-11-12  2:10 UTC  (4+ messages)
` [PATCH 1/3] [gdb/tdep] Handle sycall statx for arm-linux
` [PATCH 2/3] [gdb/tdep] Handle syscall clock_gettime64 "
` [PATCH 3/3] [gdb/tdep] Fix recording of T1 push

[PATCH v2] Handle type-casting in template parameter list when hashing symbols
 2024-11-11 23:15 UTC  (3+ messages)
` [PUSHED] "

[PATCH v4 0/4] Make linux checkpoints work with multiple inferiors
 2024-11-11 18:40 UTC  (5+ messages)
` [PATCH v4 1/4] "

[RFC 00/21] Add Python "JIT" API
 2024-11-11 17:05 UTC  (38+ messages)
` [RFC 01/21] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC 02/21] gdb/python: add subblocks property to gdb.Block
` [RFC 03/21] gdb/python: add domain property to gdb.Symbol
` [RFC 04/21] gdb/python: add void_type () method to gdb.Architecture object
` [RFC 05/21] gdb/python: add function () method to gdb.Type object
` [RFC 06/21] gdb/python: add template function to implement equality comparison
` [RFC 07/21] gdb/python: make gdb.Symbol comparable for equality
` [RFC 08/21] gdb/python: make gdb.Symtab "
` [RFC 09/21] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC 10/21] gdb/python: add gdb.Compunit
` [RFC 11/21] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC 12/21] gdb/python: add unlink () method to gdb.Objfile object
` [RFC 13/21] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC 14/21] gdb/python: allow instantiation of gdb.Symtab "
` [RFC 15/21] gdb/python: allow instantiation of gdb.Block "
` [RFC 16/21] gdb/python: allow instantiation of gdb.Symbol "
` [RFC 17/21] gdb/python: add add_symbol () method to gdb.Block
` [RFC 18/21] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC 19/21] gdb/python: allow to instantiate gdb.LineTableEntry objects
` [RFC 20/21] gdb/python: allow to instantiate gdb.LineTable objects
` [RFC 21/21] gdb/python: add section in documentation on implementing JIT interface

[PATCH 1/2] gdb/progspace: link objfiles using owning_intrusive_list
 2024-11-11 16:29 UTC  (5+ messages)
` [PATCH 2/2] gdb/progspace: make program_space::objfiles_list private

[PATCH] Fix using Page-Up in TUI source window close to the top
 2024-11-11 16:15 UTC  (3+ messages)

[PUSHED] gdb/testsuite: fix typo 'unsupport' to 'unsupported'
 2024-11-11 16:12 UTC 

[PATCH] gdb/testsuite: fix failure in gdb.base/info_sources.exp
 2024-11-11 15:30 UTC  (3+ messages)

[PATCH 1/1] gdb, dwarf2: fix dumping of a DIE's sibling
 2024-11-11 15:09 UTC  (3+ messages)

[PATCH 0/2] [gdb/testsuite] Fix and cleanup in gdb.base/annota1.exp
 2024-11-11 15:04 UTC  (5+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix gdb.base/annota1.exp on arm-linux
` [PATCH 2/2] [gdb/testsuite] Reduce quoting in gdb.base/annota1.exp

[pushed] [gdb/testsuite] Avoid intermittent failures on another debuginfod test
 2024-11-11 14:57 UTC 

[PATCH 1/7] [gdb/tdep] Use raw_supply_zeroed for SPARC g0 reg
 2024-11-11 14:52 UTC  (9+ messages)
` [PATCH 7/7] [gdb/tdep] Use raw_supply_part_zeroed for AArch64

[PATCH] Use an iterator range for 'using' directives
 2024-11-11 14:50 UTC  (2+ messages)

[PATCH 0/4] [gdb/syscalls] Update arm-linux.xml and others to linux 6.11
 2024-11-11 14:49 UTC  (5+ messages)
` [PATCH 1/4] [gdb/syscalls] Update to linux v6.11
` [PATCH 2/4] [gdb/syscalls] Improve update-linux-from-src.sh
` [PATCH 3/4] [gdb/syscalls] Restructure update-linux-from-src.sh
` [PATCH 4/4] [gdb/syscalls] Use update-linux-from-src.sh for arm-linux

[PATCH v3 0/7] Require help text to fit in 80 columns
 2024-11-11 14:44 UTC  (2+ messages)

[PATCH] Add setting to control frame language mismatch warning
 2024-11-11 14:36 UTC  (3+ messages)

[PATCH v6 0/4] Add include guard checker and reformatter
 2024-11-11 14:32 UTC  (5+ messages)
` [PATCH v6 1/4] Fix some minor header file irregularities
` [PATCH v6 2/4] Add an include-checking script
` [PATCH v6 3/4] Run check-include-guards.py
` [PATCH v6 4/4] Add check-include-guards.py to pre-commit

[pushed] Re-run isort
 2024-11-11 14:23 UTC 

[PATCH v5 0/4] Add include guard checker and reformatter
 2024-11-11 14:21 UTC  (9+ messages)
` [PATCH v5 2/4] Add an include-checking script
` [PATCH v5 3/4] Add check-include-guards.py to pre-commit

[PATCH] Fix missing operator % on xmethod matcher output
 2024-11-11 13:49 UTC  (2+ messages)

[PATCH 1/2] gdb/breakpoint.c: Fix style issues in get_sal_arch
 2024-11-11 12:12 UTC  (7+ messages)
` [PATCH 2/2] gdb: Fix setting breakpoint by address in heterogeneous systems

[PATCH v2 1/2] gdb/breakpoint.c: Fix style issues in get_sal_arch
 2024-11-11 11:51 UTC  (3+ messages)
` [PATCH v2 2/2] gdb: Fix setting breakpoint by address in heterogeneous systems

[PATCH] gdb/dwarf2/read.c: Handle empty CU name
 2024-11-11  9:31 UTC  (3+ messages)

Fix missing operator % on xmethod matcher output
 2024-11-10 18:59 UTC 

[PATCH] gdb/testsuite: some cleanups in gdb.base/annota{1, 3}.exp tests
 2024-11-10 11:22 UTC  (2+ messages)

[PATCHv2 0/4] Python API to find missing objfiles
 2024-11-10 10:21 UTC  (3+ messages)
` [PATCHv3 "

[PATCH] Trust DT_DEBUG in AUXV better than in ELF
 2024-11-09 14:05 UTC 

[PATCH^6] gdb: mips: Add MIPSR6 support
 2024-11-08 19:20 UTC 

[PATCH 00/11] Small gdbserver cleanups
 2024-11-08 16:53 UTC  (14+ messages)
` [PATCH 01/11] gdbserver: remove for_each_thread(pid, func)
` [PATCH 05/11] gdbserver: remove get_thread_process
` [PATCH 10/11] gdbserver: remove pid_of(thread)

[PATCH] Improve choice sorting in ada-lang.c
 2024-11-08 14:12 UTC 

[PATCH 00/46] A new target to debug Intel GPUs
 2024-11-08 13:56 UTC  (4+ messages)
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture

[PATCH] Fix 'edit' command to go to right line
 2024-11-08 13:28 UTC  (5+ messages)
` [PATCHv2] gdb: fixes and tests for the 'edit' command
      `  "

[PATCH 1/1] gdb: LoongArch: Remove use of gdbarch_remove_non_address_bits hook
 2024-11-08 13:23 UTC  (3+ messages)

[PATCH] [gdb/tdep] Use std::array in amd64-windows-tdep.c
 2024-11-08 12:40 UTC  (6+ messages)

[RFC 00/13] [gdb/build] Use [[deprecated]] for deprecated functions in regcache.h
 2024-11-08 12:38 UTC  (14+ messages)
` [RFC 01/13] [gdb/contrib] Add replace-on-error.sh
` [RFC 02/13] [gdb/build] Deprecate deprecated reg_buffer::raw_collect
` [RFC 03/13] [gdb/build] Deprecate deprecated reg_buffer::raw_collect_part
` [RFC 04/13] [gdb/build] Deprecate deprecated reg_buffer::raw_supply
` [RFC 05/13] [gdb/build] Deprecate deprecated readable_regcache::raw_read
` [RFC 06/13] [gdb/build] Deprecate deprecated readable_regcache::raw_read_part
` [RFC 07/13] [gdb/build] Deprecate deprecated readable_regcache::cooked_read_part
` [RFC 08/13] [gdb/build] Deprecate deprecated regcache::raw_write
` [RFC 09/13] [gdb/build] Deprecate deprecated regcache::cooked_write
` [RFC 10/13] [gdb/build] Deprecate deprecated regcache::raw_write_part
` [RFC 11/13] [gdb/build] Deprecate deprecated regcache::cooked_write_part
` [RFC 12/13] [gdb/build] Fix some deprecated warnings in gdb/amd64-nat.c
` [RFC 13/13] [gdb/build] Fix some more deprecated warnings

[PATCH] gdb: make the error message for unreadable objfiles more informative
 2024-11-08 12:00 UTC  (3+ messages)

[PUSHED] gdb/testsuite: fix gdb.base/basic-edit-cmd.exp test
 2024-11-08 11:24 UTC 

[RFC] [gdb/build] Build extra nat targets as unit test
 2024-11-08  8:48 UTC 

page: 

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