Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v4 00/22] Add a C++ hash table to gdbsupport
 2024-11-01 19:07 UTC  (11+ messages)
` [PATCH v4 20/22] Convert dwarf_cu::die_hash to new hash table
` [PATCH v4 21/22] Convert dwarf2_cu::call_site_htab "

[PATCH v2] Handle type-casting in template parameter list when hashing symbols
 2024-11-01 19:03 UTC 

[PATCH] Handle type-casting in template parameter list when hashing symbols
 2024-11-01 18:46 UTC 

[PATCH 0/2] Fis for readline eof and secondary prompt issue
 2024-11-01 18:15 UTC  (10+ messages)
` [PATCH 1/2] gdb/readline: new 'maint info readline' command
` [PATCH 2/2] gdb/readline: don't get stuck thinking an EOF arrived

[PATCHv2] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
 2024-11-01 18:13 UTC  (13+ messages)
` [PATCHv3] "
  ` [PATCHv4] "
    ` [PATCHv5] "

[PATCH v3 1/3] Fix handling of DW_AT_entry_pc of inlined subroutines
 2024-11-01 17:40 UTC  (4+ messages)

[PATCH 1/3] [gdbsupport] Add gdb::{waitpid,read,write,close}
 2024-11-01 17:35 UTC  (4+ messages)
` [PATCH 2/3] [gdb] Use gdb::waitpid more often
` [PATCH 3/3] [gdbsupport] Add gdb::wait

[PATCH] gdb: fix crash when GDB can't read an objfile
 2024-11-01 17:31 UTC  (12+ messages)

[PATCH v2] [gdb] Fix compile error due to [[noreturn]] with clang
 2024-11-01 17:14 UTC  (2+ messages)

[PATCH v3 0/7] Require help text to fit in 80 columns
 2024-11-01 16:45 UTC  (9+ messages)
` [PATCH v3 1/7] Call gdbpy_fix_doc_string_indentation for function help
` [PATCH v3 2/7] Wrap help strings at 80 columns
` [PATCH v3 3/7] Clean up opaque-type-resolution help
` [PATCH v3 4/7] Remove the "title" from the remote packet help
` [PATCH v3 5/7] Shorten internal problem help text
` [PATCH v3 6/7] Wrap help options when building help string
` [PATCH v3 7/7] Ensure that help text fits in 80 columns

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

[PATCH v2 0/7] Require help text to fit in 80 columns
 2024-11-01 16:20 UTC  (7+ messages)
` [PATCH v2 2/7] Wrap help strings at "
` [PATCH v2 5/7] Shorten internal problem help text

Fixed history in gdb
 2024-11-01 14:36 UTC  (3+ messages)

[PATCH] Prevent use-after-free of bfd filename in gdb_bfd_close_or_warn
 2024-11-01 14:31 UTC  (4+ messages)

[PATCH v2] [gdb/tdep] Use std::array in amd64-windows-tdep.c
 2024-11-01 14:29 UTC  (3+ messages)

[PATCH] [gdb/tdep] Use std::array in amd64-windows-tdep.c
 2024-11-01 14:25 UTC  (4+ messages)

RFC: Deprecate the ARM simulator
 2024-11-01  9:45 UTC  (14+ messages)

[PATCH] gdb: unix: allow to use custom baud rate
 2024-10-31 21:39 UTC  (7+ messages)
  ` Why are we still missing BOTHER from termios? (was: Re: [PATCH] gdb: unix: allow to use custom baud rate)
    ` Why are we still missing BOTHER from termios?

[PATCH] gdb: jit - fix crash on missing text sect
 2024-10-31 19:03 UTC  (2+ messages)

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

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

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

[PATCH v4 0/4] Make linux checkpoints work with multiple inferiors
 2024-10-31  3:04 UTC  (4+ messages)
` [PATCH v4 1/4] "

[PATCH v4] gdb: Update SECURITY.txt to mention extension scripts and internal errors
 2024-10-30 17:28 UTC  (9+ messages)

[PATCH] gdb/testsuite: spring clean the gdb.stabs/gdb11479.exp test
 2024-10-30 17:03 UTC  (3+ messages)

[PATCH 00/16] Inferior argument (inc for remote targets) changes
 2024-10-30 15:58 UTC  (11+ messages)
` [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
` [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues

[PATCH v5 0/2] gdbserver: add thread map
 2024-10-30 14:12 UTC  (7+ messages)
` [PATCH v5 1/2] gdbserver: change 'all_processes' and 'all_threads' list type
` [PATCH v5 2/2] gdbserver: add process specific thread list and map

[PATCH] Fix AIX core dump while main thread exits
 2024-10-30 12:56 UTC  (5+ messages)

[PATCH 1/3] [gdb/symtab] Fix parent map when handling .debug_info and .debug_types
 2024-10-29 16:57 UTC  (3+ messages)
` [PATCH 2/3] [gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.exp
` [PATCH 3/3] [gdb/symtab] Fix parent map dump

[PATCH v7 0/2] gdb: setting BP with multiple locations only displays one location
 2024-10-29 16:53 UTC  (6+ messages)
` [PATCH v7 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v7 2/2] gdb, breakpoint: output multiple bp locations

[PATCH v4] Fix signal unsafe call inside a signal
 2024-10-29 15:05 UTC  (3+ messages)

[PATCH 0/5] Better executable auto-loading when opening a core file
 2024-10-29 14:08 UTC  (18+ messages)
` [PATCH 1/5] gdb: add gdbarch method to get execution context from "
` [PATCH 2/5] gdb: parse and set the inferior environment from core files
` [PATCH 3/5] gdb/testsuite: make some of the core file / build-id tests harder
` [PATCH 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
` [PATCH 5/5] gdb/freebsd: port core file context parsing to FreeBSD
` [PATCHv2 0/5] Better executable auto-loading when opening a core file
  ` [PATCHv2 1/5] gdb: add gdbarch method to get execution context from "
  ` [PATCHv2 2/5] gdb: parse and set the inferior environment from core files
  ` [PATCHv2 3/5] gdb/testsuite: make some of the core file / build-id tests harder
  ` [PATCHv2 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
  ` [PATCHv2 5/5] gdb/freebsd: port core file context parsing to FreeBSD
  ` [PATCHv3 0/5] Better executable auto-loading when opening a core file
    ` [PATCHv3 1/5] gdb: add gdbarch method to get execution context from "
    ` [PATCHv3 2/5] gdb: parse and set the inferior environment from core files
    ` [PATCHv3 3/5] gdb/testsuite: make some of the core file / build-id tests harder
    ` [PATCHv3 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
    ` [PATCHv3 5/5] gdb/freebsd: port core file context parsing to FreeBSD

[PATCH] Fix size of register buffer
 2024-10-29 11:55 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Add read1 and readmore to make-check-all.sh
 2024-10-29 10:50 UTC  (2+ messages)

[PATCH] [gdb/symtab] Handle multiple .debug_info sections
 2024-10-29  9:54 UTC  (5+ messages)

[PATCH 1/5] [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)
 2024-10-29  9:51 UTC  (6+ messages)
` [PATCH 3/5] [gdb/testsuite] Fix some test-cases for check-read1 (-lbl)

[PATCH] Don't copy memory for arguments if there are none
 2024-10-28 20:02 UTC  (3+ messages)

[pushed 1/2] gdbserver: fix formatting in gdbthread.h
 2024-10-28 18:01 UTC  (2+ messages)
` [pushed 2/2] gdbserver: remove unused include "

[PATCH 1/2] [gdbsupport] Rewrite handle_eintr
 2024-10-28 17:50 UTC  (5+ messages)

[PATCH v2 0/6] fix PR gdb/19340
 2024-10-28 17:15 UTC  (7+ messages)
` [PATCH v2 5/6] gdb, infrun: fix silent inferior switch in do_target_wait()

[PATCH v3 0/3] *** SUBJECT HERE ***
 2024-10-28 15:21 UTC  (6+ messages)
` [PATCH v3 1/3] gdb/testsuite: fix XPASSes when testing with clang

[PATCH v5 0/7] Support for recording some AVX instructions
 2024-10-28 13:52 UTC  (3+ messages)

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

[PATCH 1/2] [gdb/symtab] Fix dwarf version of DWO TU
 2024-10-28 12:40 UTC  (2+ messages)
` [PATCH 2/2] [gdb] Handle exception when getting result of inferior call

[PATCH v6 0/2] Add amd64 LAM watchpoint support
 2024-10-28  8:46 UTC  (3+ messages)
` [PATCH v6 1/2] gdb: Make tagged pointer support configurable
` [PATCH v6 2/2] LAM: Enable tagged pointer support for watchpoints

[PATCH] gdb: do better at retaining shlib_disabled breakpoint locations
 2024-10-27 20:09 UTC  (2+ messages)
` [PATCHv2] "

[PATCHv1 0/2] Fix regression passing core files on GDB command line
 2024-10-27  9:19 UTC  (3+ messages)
` [PATCHv1 1/2] gdb: make core_target_open static
` [PATCHv1 2/2] gdb: allow core file containing special characters on the command line

[PATCH 0/2] Filename option support
 2024-10-27  9:15 UTC  (4+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/2] gdb: add filename "
  ` [PATCHv2 2/2] gdb: use option framework for add-inferior and clone-inferior

[PATCH 0/4] Python API to find missing objfiles
 2024-10-27  9:10 UTC  (6+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/4] gdb: use mapped file information to improve debuginfod text
  ` [PATCHv2 2/4] gdb: rename ext_lang_missing_debuginfo_result
  ` [PATCHv2 3/4] gdb: add extension hook ext_lang_find_objfile_from_buildid
  ` [PATCHv2 4/4] gdb/python: implement Python find_exec_by_build_id hook

[PUSHED] gdb/testsuite: avoid intermittent failures on a debuginfod test
 2024-10-27  9:07 UTC 

[PATCH v3] Fix signal unsafe call inside a signal
 2024-10-27  8:25 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix gdb.dwarf2/dwp-symlink.exp with target board fission-dwp
 2024-10-26 12:49 UTC 

[PATCH v2] Add gdb.events.tui_enabled
 2024-10-26  3:31 UTC  (2+ messages)

You have a private message from Emily
 2024-10-26  1:44 UTC 

[PATCH] Add gdb.events.tui_status
 2024-10-25 19:10 UTC  (3+ messages)

[PATCH v3 0/3] gdbserver: add thread map
 2024-10-25 19:01 UTC  (3+ messages)
` [PATCH v3 2/3] gdbserver: introduce 'introdusive_list' type

[PATCH v3] [gdb] Don't create registry keys in destructor
 2024-10-25 18:39 UTC  (2+ messages)

[PATCH v8 0/1] Fix arrays of variable length strings for FORTRAN
 2024-10-25 18:36 UTC  (3+ messages)
` [PATCH v8 1/1] fortran: "

page:  |  | latest

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