public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb/linespec.c: Fix missing source file during breakpoint re-set
 2023-01-09 19:27 UTC  (3+ messages)

[pushed] gdb/doc: fix @code{GDBN} -> @value{GDBN}
 2023-01-09 19:12 UTC 

[PATCH 0/4] Fix regression in new DWARF reader
 2023-01-09 18:18 UTC  (15+ messages)
` [PATCH 1/4] Avoid submitting empty tasks in parallel_for_each
` [PATCH 2/4] Don't erase empty indices in DWARF reader
` [PATCH 3/4] Move hash_entry and eq_entry into cooked_index::do_finalize
` [PATCH 4/4] Fix parameter-less template regression in new DWARF reader

[PATCH] remote.c: Allow inferior to reply with an error
 2023-01-09 17:14 UTC  (7+ messages)

[PATCH] gdb/linespec.c: Fix -Wmaybe-uninitialized warning
 2023-01-09 17:10 UTC  (2+ messages)

[PATCH] Set _WIN32_WINNT in common.m4 configure check
 2023-01-09 16:41 UTC  (3+ messages)

[PATCH 0/2] Add some agent expression support for Ada
 2023-01-09 16:11 UTC  (7+ messages)
` [PATCH 1/2] Implement some agent expressions "
` [PATCH 2/2] Handle range types in ax-gdb.c

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2023-01-09 14:04 UTC  (23+ messages)

[PATCH v2] gdb: defer warnings when loading separate debug files
 2023-01-09 12:56 UTC  (2+ messages)

[PATCH v8 0/6] gdb: split array and string limiting options
 2023-01-09 12:27 UTC  (2+ messages)
` [PING^2][PATCH "

Generated GDB documentation have colliding files on a case insensitive files system
 2023-01-09 12:24 UTC  (8+ messages)

[PING] [PATCH v7 00/10] Extensions for PTWRITE
 2023-01-09 12:21 UTC  (2+ messages)

[PATCH] Fix crash with C++ qualified names
 2023-01-09 11:50 UTC  (3+ messages)

[PATCH v3 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2023-01-09  8:12 UTC  (6+ messages)
` [PATCH v3 1/1] "

GDB 13 release -- 2023-01-07 update
 2023-01-09  6:47 UTC  (2+ messages)

Two observations using GDB 13 snapshot
 2023-01-07 19:35 UTC  (57+ messages)

[PATCH] I'm debugging https://github.com/helix-editor/helix.git@63dcaae1b9083396fb3faaef9eaa2421f7e48fb9, which is a editor implemented with rust lang. When I type gdb command below: (gdb) b pars gdb dumped. I got: m_match = 0x7fffd8173cc7 "parse::h3bbecc5bbd82b347" m_ignored_ranges = { first = 0x7fffd8173cbb "<impl str>::parse::h3bbecc5bbd82b347", second = 0x7fffd8173cc5 "::parse::h3bbecc5bbd82b347" }
 2023-01-07  8:58 UTC  (5+ messages)
  `  "
      `  "

[PATCH 00/46] Rewrite "require" test procedure and use it more often
 2023-01-07  0:07 UTC  (9+ messages)
` [PATCH 03/46] Use unsupported in 'require'

[PATCH] gdb/linespec.c: Fix missing source file during breakpoint re-set
 2023-01-06 23:56 UTC  (2+ messages)
` [PING*2][PATCH] "

[PATCH v4] gdb/gcore: interrupt all threads before generating the corefile
 2023-01-06 21:27 UTC  (3+ messages)
` [PING] "

[PATCH 1/1] Add support for symbol addition to the Python API
 2023-01-06 20:21 UTC  (2+ messages)

[PATCH 1/1] Add support for gdb.Type initialization from within the Python API
 2023-01-06 20:00 UTC  (2+ messages)

[PATCH 1/1] Add extra __repr__() implementations to the Python API
 2023-01-06 19:43 UTC  (2+ messages)

[PATCH 0/9] Fix gdb.dap/basic-dap.exp for PIE
 2023-01-06 18:57 UTC  (10+ messages)
` [PATCH 1/9] gdb/testsuite/dap: use gdb_assert in gdb.dap/basic-dap.exp
` [PATCH 2/9] gdb/testsuite/dap: prefix some procs with _
` [PATCH 3/9] gdb/testsuite/dap: write requests to gdb.log
` [PATCH 4/9] gdb/testsuite/dap: make dap_request_and_response not catch / issue test result
` [PATCH 5/9] gdb/testsuite/dap: remove catch from dap_read_event
` [PATCH 6/9] gdb/testsuite/dap: pass around dicts instead of ton objects
` [PATCH 7/9] gdb/testsuite/dap: rename dap_read_event to dap_wait_for_event_and_check
` [PATCH 8/9] gdb/testsuite/dap: make dap_wait_for_event_and_check return preceding messages
` [PATCH 9/9] gdb/testsuite/dap: fix gdb.dap/basic-dap.exp disassembly test for PIE

[PATCH] Initial implementation of Debugger Adapter Protocol
 2023-01-06 14:12 UTC  (16+ messages)
              ` [PATCH] [gdb/python] Avoid queue.SimpleQueue for python 3.6

[PATCH 00/15] Mixed bag of TUI tests and fixes
 2023-01-06 10:25 UTC  (16+ messages)
` [PATCH 01/15] gdb/testsuite: extend gdb.tui/tui-layout.exp test script
` [PATCH 02/15] gdb/testsuite: update gdb.tui/tui-disasm-long-lines.exp
` [PATCH 03/15] gdb/testsuite: update gdb.tui/tui-nl-filtered-output.exp
` [PATCH 04/15] gdb/testsuite/tui: more testing of the 'focus' command
` [PATCH 05/15] gdb/tui: convert if/error to an assert
` [PATCH 06/15] gdb/tui: better filtering of tab completion results for focus command
` [PATCH 07/15] gdb/testsuite: fix line feed scrolling in tuiterm.exp
` [PATCH 08/15] gdb/tui: improve errors from tui focus command
` [PATCH 09/15] gdb/tui: disable tui mode when an assert triggers
` [PATCH 10/15] gdb/tui: make m_horizontal_offset private
` [PATCH 11/15] gdb/tui: rewrite of tui_source_window_base to handle very long lines
` [PATCH 12/15] gdb/tui: avoid extra refresh_window on horizontal scroll
` [PATCH 13/15] gdb/tui: avoid extra refresh_window on vertical scroll
` [PATCH 14/15] gdb/tui: more debug output
` [PATCH 15/15] gdb/tui: make use of a scoped_restore

[PATCH v4] gdb/c++: Detect ambiguous variables in imported namespaces
 2023-01-06  9:53 UTC  (4+ messages)
` [PING][PATCH "

[PATCH v2] gdb/mi: add no-history stop reason
 2023-01-06  9:52 UTC  (3+ messages)

[PATCH] gdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion.exp when using clang
 2023-01-06  9:51 UTC  (3+ messages)

FYI: Updating Copyright Year ranges for GDB to add year 2023
 2023-01-06  2:59 UTC  (3+ messages)

[PATCH v2 0/8] Initial support for ROCm platform (AMD GPU) debugging
 2023-01-06  0:48 UTC  (14+ messages)
` [PATCH v2 1/8] gdb: add supports_arch_info callback to gdbarch_register
` [PATCH v2 2/8] gdb: make install_breakpoint return a non-owning reference
` [PATCH v2 3/8] gdbsupport: add type definitions for pid, lwp and tid
` [PATCH v2 4/8] gdb: add inferior_pre_detach observable
` [PATCH v2 5/8] gdb: add gdbarch_up
` [PATCH v2 6/8] gdb/solib-svr4: don't disable probes interface if probe not found
` [PATCH v2 7/8] gdb: make gdb_printing_disassembler::stream public
` [PATCH v2 8/8] gdb: initial support for ROCm platform (AMDGPU) debugging

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2023-01-05 20:53 UTC  (5+ messages)
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data

[PATCH] gdbsupport: fix scoped_debug_start_end's move constructor
 2023-01-05 20:23 UTC  (4+ messages)

[PATCH 1/2] testsuite: handle icc and icpc deprecated remarks
 2023-01-05 19:59 UTC  (4+ messages)
` [PATCH 2/2] testsuite: add -O0 to Intel compilers if no 'optimize' option is given

[PATCH v2 0/4] Dynamic properties of pointers
 2023-01-05 19:46 UTC  (5+ messages)
` [PATCH v2 2/4] gdb/types: Resolve pointer types dynamically
` [PATCH v2 3/4] gdb, typeprint: workaround icc/icpc/ifort pointer/reference DWARF

[PATCH 00/12] Initial support for ROCm platform (AMDGPU) debugging
 2023-01-05 19:41 UTC  (2+ messages)

[PATCH] gdb: use gdb_test_multiple in gdb_breakpoint
 2023-01-05 16:36 UTC  (13+ messages)

[PATCH 1/2] gdb, gnulib: Regenerate using the maintainer mode
 2023-01-05 16:31 UTC  (6+ messages)
` [PATCH 2/2] sim: "
` [PATCH v2] gdbsupport, gnulib: Regenerate with "

[PATCH] Add type to expression dump of symbol
 2023-01-05 15:08 UTC  (3+ messages)

[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
 2023-01-05 13:35 UTC  (3+ messages)

[PATCH] [AArch64] Enable pointer authentication support for aarch64 bare metal/kernel mode addresses
 2023-01-05 13:16 UTC  (2+ messages)

[PATCH] sim: Move getopt checking inside SIM_AC_PLATFORM
 2023-01-05  3:38 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibc
 2023-01-04 16:54 UTC  (2+ messages)

[PATCH 0/2] Two minor expression changes
 2023-01-04 16:47 UTC  (3+ messages)

[PATCH] gdb/mi: add no-history stop reason
 2023-01-04 14:40 UTC  (3+ messages)

[PUSHED] gdb: fix some #ifdef logic in bt-utils.h
 2023-01-04 11:50 UTC 

[PATCH v3] gdb: add 'maintenance print record-instruction' command
 2023-01-04 10:30 UTC  (2+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).