Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/11] GDB-internal TLS support for Linux targets
 2024-10-12  2:32 UTC  (8+ messages)
` [PATCH v2 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v2 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v2 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v2 04/11] Implement internal TLS address lookup for Linux targets
` [PATCH v2 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v2 06/11] Internal, but disabled, TLS support for i386
` [PATCH v2 07/11] Delete disabled i386 internal TLS support

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

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

[PATCH 0/3] More use of ui-out tables
 2024-10-11 23:24 UTC  (4+ messages)
` [PATCH 1/3] Use ui-out tables in some "maint print" commands
` [PATCH 2/3] Use ui-out table in "maint print reggroups"
` [PATCH 3/3] Fix "maint print" error messages

[PATCH 0/4] Python API to find missing objfiles
 2024-10-11 23:07 UTC  (4+ messages)
` [PATCH 4/4] gdb/python: implement Python find_exec_by_build_id hook

[PATCHv3 0/3] Returning osabi from gdbserer in more cases
 2024-10-11 22:27 UTC  (4+ messages)
` [PATCHv3 1/3] gdb/features: set osabi in all Linux related features/*.xml files
` [PATCHv3 2/3] gdb/regformats: add osabi information to generated .dat files
` [PATCHv3 3/3] gdbserver: pass osabi to GDB in more target descriptions

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

[PATCH] Add syscall tests when following/detaching from fork
 2024-10-11 15:16 UTC 

[PATCH] [gdb] Handle bad alloc in gdb_rl_callback_read_char_wrapper_noexcept
 2024-10-11 14:38 UTC  (2+ messages)

[PATCH v2 1/5] [gdb] Don't create registry keys in destructor
 2024-10-11 14:35 UTC  (5+ messages)
` [PATCH v2 2/5] [gdb] Handle bad alloc handling in gdb_bfd_open
` [PATCH v2 3/5] [gdb] Handle bad alloc in cooked_index_debug_info::do_reading
` [PATCH v2 4/5] [gdb] Handle bad alloc in gdb_rl_callback_read_char_wrapper_noexcept
` [PATCH v2 5/5] [gdb] Handle bad alloc in cooked_index_worker::start

[PUSHED] gdbserver: remove declaration of init_registers_arm_with_neon
 2024-10-11 12:23 UTC 

[PATCH] gdbreplay: Add --debug-logging option
 2024-10-11  9:51 UTC  (6+ messages)

[PATCH 0/3] Set osabi in remote target descriptions
 2024-10-11  8:31 UTC  (36+ messages)
` [PATCH 1/3] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char>
` [PATCH 2/3] gdb: make use of set_tdesc_osabi overload in features/ files
` [PATCH 3/3] gdbserver: pass osabi to GDB in target description
` [PATCH 0/5] Set osabi in remote target descriptions
  ` [PATCH 1/5] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char>
  ` [PATCH 2/5] gdb: make use of set_tdesc_osabi overload in features/ files
  ` [PATCH 3/5] gdb: split osabi support between gdb/ and gdbsupport/ directories
  ` [PATCH 4/5] gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi
  ` [PATCH 5/5] gdbserver: pass osabi to GDB in target description

[PATCH] gdb/guile: add get-basic-type
 2024-10-11  1:51 UTC  (2+ messages)

[PATCH v7 0/1] Fix arrays of variable length strings for FORTRAN
 2024-10-10 21:01 UTC  (2+ messages)
` [PATCH v7 1/1] fortran: "

[PATCH] gdb, configure: Add disable-formats option for configure
 2024-10-10 20:18 UTC  (20+ messages)

[PATCH 1/5] [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)
 2024-10-10 12:55 UTC  (12+ messages)
` [PATCH 2/5] [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep)
` [PATCH 3/5] [gdb/testsuite] Fix some test-cases for check-read1 (-lbl)
` [PATCH 4/5] [gdb/testsuite] Fix gdb.threads/ia64-sigill.exp with check-read1
` [PATCH 5/5] [gdb/testsuite] Fix gdb.cp/exceptprint.exp "

[PATCH v2] [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linux
 2024-10-10 11:03 UTC  (5+ messages)
` [PING] "
  ` [PING^2] "
    ` [pushed] "

[PATCH] [gdb/testsuite] Fix gdb.dwarf2/enum-type-c++.exp with clang
 2024-10-10  6:18 UTC  (7+ messages)

[PATCH] [gdb/testsuite] Fix some gdb.dwarf2 test-cases for check-read1
 2024-10-10  5:21 UTC  (3+ messages)

[PATCH v5] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-10-09 22:07 UTC 

[PATCH v5 0/4] PR gdb/31353
 2024-10-09 14:10 UTC  (6+ messages)
` [PING] "
  ` [PING v2] "
      ` [PING v3] "
        ` [PING v4] "

[PATCH v2 0/6] fix PR gdb/19340
 2024-10-09 14:09 UTC  (6+ messages)
` [PING] "
  ` [PING v2] "
    ` [PING v3] "
      ` [PING v4] "
        ` [PING v5] "

[PATCH v7 0/2] add annotation in 'info locals' command for variables shadowing case
 2024-10-09 12:51 UTC  (5+ messages)
` [PATCH v7 1/2] gdb: "
` [PATCH v7 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH] gdb: do better at retaining shlib_disabled breakpoint locations
 2024-10-09  9:55 UTC 

[pushed] [gdb/testsuite] Fix gdb.base/reggroups.exp with check-read1
 2024-10-09  9:17 UTC 

[PATCH 00/46] A new target to debug Intel GPUs
 2024-10-09  7:55 UTC  (8+ messages)
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture

[PATCH] Use std::make_unique in more places
 2024-10-09  7:25 UTC  (2+ messages)

[PATCH 0/2] More use of ui-out tables
 2024-10-08 23:55 UTC  (6+ messages)
` [PATCH 1/2] Use ui-out tables for info proc mappings
` [PATCH 2/2] Use ui-out tables in "maint print user-regs"

[pushed] [gdb/testsuite] Fix gdb.base/break-interp.exp with check-read1
 2024-10-08 20:31 UTC 

[PATCH v2 0/1] gdbserver: add thread map
 2024-10-08 20:12 UTC  (6+ messages)
` [PATCH v2 1/1] gdbserver: add process specific thread list and map
` [PING][PATCH v2 0/1] gdbserver: add thread map

[PATCH] gdb-dap: disable events when deleting breakpoints
 2024-10-08 18:04 UTC  (4+ messages)

[PATCH v4 0/7] Support for recording some AVX instructions
 2024-10-08 18:01 UTC  (10+ messages)
` [PATCH v4 1/7] gdb: Allow replayed threads to read and write pseudo registers
` [PATCH v4 2/7] gdb: Start supporting AVX instruction

[PATCH] gdb: include --enable-targets in 'show configuration' output
 2024-10-08 13:25 UTC  (3+ messages)

[PATCH] gdb: avoid breakpoint::clear_locations calls in update_breakpoint_locations
 2024-10-08 13:18 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with read1+readnow
 2024-10-08 11:45 UTC 

[PATCH v2 1/2] [gdb/symtab] Fix parent of enumerator
 2024-10-08 10:29 UTC  (5+ messages)

[PATCH 1/3] [gdb/contrib] Add spellcheck.sh --check
 2024-10-08  7:44 UTC  (3+ messages)
` [PATCH 2/3] [gdb/contrib] Speed up "
` [PATCH 3/3] [gdb] Add spell check pre-commit hook

[PATCH] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2024-10-08  7:03 UTC  (3+ messages)

[PATCH 1/3] [gdb/contrib] Factor out grep_or and sed_or in spellcheck.sh
 2024-10-08  6:24 UTC  (3+ messages)

[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-10-07 19:07 UTC  (11+ messages)
        ` [PING*3][PATCH "
          ` [PING*4][PATCH "
            ` [PING*5][PATCH "
              ` [PING*6][PATCH "

[PATCH] Implement 'Object_Size
 2024-10-07 19:02 UTC  (2+ messages)

[PATCH] Add gdb.events.tui_status
 2024-10-07 18:33 UTC  (2+ messages)

[PATCH v4 00/22] Add a C++ hash table to gdbsupport
 2024-10-07 18:25 UTC  (13+ messages)
` [PATCH v4 17/22] Convert all_bfds to new hash table
` [PATCH v4 20/22] Convert dwarf_cu::die_hash "
` [PATCH v4 21/22] Convert dwarf2_cu::call_site_htab "

[pushed] [gdb/testsuite] Fix gdb.python/py-inferior.exp with -fsanitize=thread
 2024-10-07 17:03 UTC  (2+ messages)

[PATCH] Fix handling of DW_AT_entry_pc of inlined subroutines
 2024-10-07  6:37 UTC  (3+ messages)

page:  |  | latest

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