Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[pushed] [gdb/testsuite] Avoid intermittent failures on another debuginfod test
 2024-11-11 14:57 UTC 

[RFC 00/21] Add Python "JIT" API
 2024-11-11 14:55 UTC  (20+ 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

[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  (4+ 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  (11+ messages)
` [PATCH v5 1/4] Fix some minor header file irregularities
` [PATCH v5 2/4] Add an include-checking script
` [PATCH v5 3/4] Add check-include-guards.py to pre-commit
` [PATCH v5 4/4] Run check-include-guards.py

[PATCH] gdb/testsuite: fix failure in gdb.base/info_sources.exp
 2024-11-11 14:20 UTC 

[PATCHv2] gdb: unix: allow to use custom baud rate
 2024-11-11 13:50 UTC  (3+ messages)
` [PATCHv3] "

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

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

[PATCH 1/1] gdb, linespec: also error when explicit line BP is outside source file range
 2024-11-11 12:38 UTC 

[PATCH 1/2] gdb/breakpoint.c: Fix style issues in get_sal_arch
 2024-11-11 12:12 UTC  (11+ 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 1/1] gdb, dwarf2: fix dumping of a DIE's sibling
 2024-11-11  9:51 UTC 

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

[PATCH 0/2] [gdb/testsuite] Fix and cleanup in gdb.base/annota1.exp
 2024-11-10 10:21 UTC  (3+ 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

[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  (22+ messages)
` [PATCH 01/11] gdbserver: remove for_each_thread(pid, func)
` [PATCH 02/11] gdbserver: add thread -> process backlink
` [PATCH 03/11] gdbserver: make add_thread a method of process_info
` [PATCH 04/11] gdbserver: make remove_thread "
` [PATCH 05/11] gdbserver: remove get_thread_process
` [PATCH 06/11] gdbserver: remove current_ptid macro
` [PATCH 07/11] gdbserver: remove current_thread_ptid
` [PATCH 08/11] gdbserver: remove ptid_of(thread)
` [PATCH 09/11] gdbserver: remove lwpid_of(thread)
` [PATCH 10/11] gdbserver: remove pid_of(thread)
` [PATCH 11/11] gdbserver: remove pidof(process)

[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  (8+ 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 

[PATCH v2] [gdb/tdep] Use raw_supply_part_zeroed for AArch64
 2024-11-08  9:33 UTC 

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

Plant extract Food additive supplier--We will attend FOODEXPO Qazaqstan on NOV. 13-15, 2024
 2024-11-08  4:06 UTC 

[PATCH 1/2] gdb/progspace: link objfiles using owning_intrusive_list
 2024-11-07 20:46 UTC  (6+ messages)
` [PATCH 2/2] gdb/progspace: make program_space::objfiles_list private

[PATCH v4 0/4] Add include guard checker and reformatter
 2024-11-07 16:30 UTC  (7+ messages)

[PATCH] gdb/testsuite: force TERM setting for some filename completion tests
 2024-11-07 15:54 UTC  (3+ messages)
` [PATCHv2] "

[PATCH 1/3] [gdb/contrib] Add spellcheck.sh --check
 2024-11-07 14:57 UTC  (7+ messages)
` [PATCH 2/3] [gdb/contrib] Speed up "
` [PATCH 3/3] [gdb] Add spell check pre-commit hook
  ` [PING][PATCH "

[PATCH v6 0/2] gdbserver: add thread map
 2024-11-07 13:22 UTC  (6+ messages)
` [PATCH v6 1/2] gdbserver: change 'all_processes' and 'all_threads' list type
` [PATCH v6 2/2] gdbserver: add process specific thread list and map
    ` [PUSHED] "

[PATCH v7 0/5] Modernize frame unwinders and add disable feature
 2024-11-07 12:55 UTC  (6+ messages)
` [PATCH v7 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v7 2/5] gdb: add "unwinder class" to "
` [PATCH v7 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v7 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v7 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2024-11-07  7:45 UTC  (7+ messages)

[PATCH v4 00/11] GDB-internal TLS support for Linux targets
 2024-11-07  5:38 UTC  (13+ messages)
` [PATCH v4 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v4 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v4 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v4 04/11] Implement internal TLS address lookup for Linux targets
` [PATCH v4 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v4 06/11] Internal, but disabled, TLS support for i386
` [PATCH v4 07/11] Delete disabled i386 internal TLS support
` [PATCH v4 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v4 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v4 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v4 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[PATCH] Add dw2-aranges.exp
 2024-11-06 18:58 UTC  (3+ messages)

[PATCH] Add dw2-aranges.exp
 2024-11-06 16:31 UTC 

[PATCH 1/1] gdb: remove exact_match parameter from find_line_symtab
 2024-11-06 10:18 UTC  (3+ messages)
  ` [PUSHED] "

[PATCH v4 00/22] Add a C++ hash table to gdbsupport
 2024-11-06  1:12 UTC  (4+ messages)
` [PATCH v4 11/22] Convert type copying to new hash table

[PATCH v2] gdb: fix crash when GDB can't read an objfile
 2024-11-05 20:26 UTC 

[PATCHv4] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
 2024-11-05 19:57 UTC  (7+ messages)
` [PATCHv5] "

[PATCH 0/2] A couple of trivial cleanups in breakpoint code
 2024-11-05 16:54 UTC  (4+ messages)
` [PATCH 2/2] gdb: remove an unnecessary scope block in update_breakpoint_locations

[PATCH 0/1] crashes with interpreter-exec
 2024-11-05 16:39 UTC  (2+ messages)
` [PATCH 1/1] gdb, mi: GDB crash with multiple "thread apply interpreter-exec mi"

[PATCH v6 0/2] Add amd64 LAM watchpoint support
 2024-11-05 15:36 UTC  (10+ messages)
` [PATCH v6 1/2] gdb: Make tagged pointer support configurable

page:  |  | latest

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