Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] some amendments to rejecting inserting breakpoints between functions
 2024-10-18 10:21 UTC  (3+ messages)
` [PATCH 1/2] gdb, linespec: avoid multiple locations with same PC
` [PATCH 2/2] gdb, linespec: reject inserting breakpoints for both entry and prologue end PC

[PATCH] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
 2024-10-18 10:06 UTC  (3+ messages)

[PATCH] [gdb/symtab] Skip local variables in cooked index
 2024-10-18 10:00 UTC  (8+ messages)

[PATCH v3 1/2] gdbreplay: Use getopt_long to parse command line arguments
 2024-10-18  9:42 UTC 

[PATCH] [gdbsupport] Add gdb::array_view::{iterator,const_iterator}
 2024-10-18  9:08 UTC  (3+ messages)

[PATCH v2 1/2] [gdbsupport] Use std::span-style iterators for gdb::array_view
 2024-10-18  8:51 UTC  (2+ messages)
` [PATCH v2 2/2] [gdbsupport] Add gdb::array_view::{iterator, const_iterator}

[PATCH 1/2] [gdb/build, c++20] Fix more deprecated implicit capture of this
 2024-10-18  8:43 UTC  (2+ messages)
` [PATCH 2/2] [gdb/guile, c++20] Work around Werror=volatile in libguile.h

[PATCH 0/2] Fix a data race with the background DWARF reader
 2024-10-18  0:02 UTC  (3+ messages)
` [PATCH 1/2] Use gdb_bfd_get_full_section_contents in auto-load.c
` [PATCH 2/2] Add locking when reading BFD sections

[PATCH v5 0/5] Modernize frame unwinders and add disable feature
 2024-10-17 23:41 UTC  (12+ messages)
` [PATCH v5 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v5 3/5] gdb: Migrate frame unwinders to use C++ classes

[PATCH v7 0/1] Fix arrays of variable length strings for FORTRAN
 2024-10-17 23:39 UTC  (3+ messages)
` [PATCH v7 1/1] fortran: "

RFC: Adding a target to src-release.sh to crate a binutils release without Gold
 2024-10-17 23:00 UTC  (2+ messages)

[PATCH] [gdb/build] Use -fno-hoist-adjacent-loads for gcc <= 13
 2024-10-17 22:22 UTC  (3+ messages)

[PATCH] [gdb/symtab] Fix qualified name for cooked index dump
 2024-10-17 22:16 UTC  (3+ messages)

[PATCH] Require a command argument in gdb.execute_mi
 2024-10-17 20:22 UTC  (2+ messages)

[PATCH v2 0/3] clang inspired testsuite fixups
 2024-10-17 20:13 UTC  (13+ messages)
` [PATCH v2 1/3] gdb/testsuite: fix XPASSes when testing with clang
` [PATCH v2 2/3] gdb/testsuite: ask for DWARF5 in gdb.cp/pass-by-ref.exp
` [PATCH v2 3/3] gdb/testsuite: introduce dwarf5 option to gdb_compile

[PATCH v2 2/2] gdbreplay: Add --debug-logging option
 2024-10-17 20:12 UTC  (2+ messages)

[PATCH v2 1/2] gdbreplay: Use getopt_long to parse command line arguments
 2024-10-17 20:09 UTC  (2+ messages)

[PATCH v2] [gdb/symtab] Skip local variables in cooked index
 2024-10-17 19:53 UTC  (2+ messages)

[PATCH] gdb, configure: Add disable-formats option for configure
 2024-10-17 19:48 UTC  (24+ messages)

RFC: Deprecate the ARM simulator
 2024-10-17 19:46 UTC  (4+ messages)

[PATCH 0/3] More use of ui-out tables
 2024-10-17 19:20 UTC  (8+ 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 v2 1/5] [gdb] Don't create registry keys in destructor
 2024-10-17 19:13 UTC  (7+ 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

[PATCH v3 0/3] *** SUBJECT HERE ***
 2024-10-17 17:56 UTC  (4+ messages)
` [PATCH v3 1/3] gdb/testsuite: fix XPASSes when testing with clang
` [PATCH v3 2/3] gdb/testsuite: ask for DWARF5 in gdb.cp/pass-by-ref.exp
` [PATCH v3 3/3] gdb/testsuite: introduce dwarf5 option to gdb_compile

[pushed] [gdb/testsuite] Fix gdb.ada/fixed_points.exp for gcc < 10
 2024-10-17 13:54 UTC 

[PATCH] User space threads (aka 'green threads') support for `linux-thread-db`
 2024-10-17 12:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] Add myself to gdb/MAINTAINERS
 2024-10-17 12:14 UTC  (3+ messages)

[PATCH] gdb: fix 'maint info inline-frames' after 'stepi'
 2024-10-17 11:08 UTC 

[PATCH] Require Python 3.4
 2024-10-16 18:24 UTC  (2+ messages)

Linaro CI new feature: skip precommit testing
 2024-10-16 16:31 UTC 

[PATCH v5 0/3] Improve debugging of optimized code
 2024-10-16 15:49 UTC  (3+ messages)
` [PATCH v5 1/3] Fix handling of DW_AT_entry_pc of inlined subroutines

[PATCH v6 0/2] gdb: setting BP with multiple locations only displays one location
 2024-10-16 15:39 UTC  (7+ messages)
` [PATCH v6 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v6 2/2] gdb, breakpoint: output multiple bp locations
` [PING][PATCH v6 0/2] gdb: setting BP with multiple locations only displays one location

[PATCH 1/2] gdbreplay: Use getopt_long to parse command line arguments
 2024-10-16 12:35 UTC  (4+ messages)
` [PATCH 2/2] gdbreplay: Add --debug-logging option

[PATCH] Add myself to gdb/MAINTAINERS
 2024-10-16 11:58 UTC  (3+ messages)

Welcome!
 2024-10-16  0:26 UTC 

[PATCH 00/46] A new target to debug Intel GPUs
 2024-10-15 23:35 UTC  (8+ messages)
` [PATCH 02/46] bfd: add intelgt target to BFD
` [PATCH 05/46] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture

[PATCH] gdb: unix: allow to use custom baud rate
 2024-10-15 23:16 UTC  (5+ messages)
    ` [PATCHv2] "
  ` Why are we still missing BOTHER from termios? (was: Re: [PATCH] gdb: unix: allow to use custom baud rate)

[PATCH] Introduce and use gnat_version_compare
 2024-10-15 17:10 UTC  (2+ messages)

[PATCHv3 0/3] Returning osabi from gdbserer in more cases
 2024-10-15 14:05 UTC  (8+ 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
` [PATCHv4 0/3] Returning osabi from gdbserer in more cases
  ` [PATCHv4 1/3] gdb/features: set osabi in all Linux related features/*.xml files
  ` [PATCHv4 2/3] gdb/regformats: add osabi information to generated .dat files
  ` [PATCHv4 3/3] gdbserver: pass osabi to GDB in more target descriptions

[PATCH] gdb/testsuite: fix gdb.multi/inferior-specific-bp.exp
 2024-10-14 19:58 UTC  (4+ messages)

[PATCH v6 0/5] Modernize frame unwinders and add disable feature
 2024-10-14 15:32 UTC  (21+ 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] [gdb] Handle EINTR in run_under_shell
 2024-10-14 14:49 UTC 

[PATCH 0/2] More use of ui-out tables
 2024-10-14 14:05 UTC  (5+ messages)
` [PATCH 2/2] Use ui-out tables in "maint print user-regs"

[OBV PATCH] gdb: make frame_unwind_try_unwinder return bool
 2024-10-14 12:12 UTC 

[PATCH v5 0/2] Add amd64 LAM watchpoint support
 2024-10-14 11:18 UTC  (11+ messages)
` [PATCH v5 1/2] gdb: Make tagged pointer support configurable
  ` [PING][PATCH "
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
        ` [PING*4][PATCH "
          ` [PING*5][PATCH "
            ` [PING*6][PATCH "
              ` [PING*7][PATCH "
                ` [PING*8][PATCH "
                  ` [PING*9][PATCH "

[PATCH v5] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-10-14 11:15 UTC  (2+ messages)

[PATCH] gdb/doc: some more details in the README file
 2024-10-12 19:44 UTC 

[PATCH] gdb: reference gold --gdb-index in documentation
 2024-10-12 11:47 UTC  (2+ messages)

[PATCH v2 00/11] GDB-internal TLS support for Linux targets
 2024-10-12  8:49 UTC  (13+ 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 v2 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v2 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v2 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v2 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[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

[PATCH 00/11] GDB-internal TLS support for Linux targets
 2024-10-11 19:48 UTC  (9+ messages)
` [PATCH 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [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)

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

[PATCH 0/3] Set osabi in remote target descriptions
 2024-10-11  8:31 UTC  (15+ messages)
` [PATCH 0/5] "
  ` [PATCH 1/5] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char>
  ` [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 1/5] [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)
 2024-10-10 12:55 UTC  (8+ messages)

[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] "

page:  |  | latest

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