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-06 23:56 UTC  (2+ messages)
` [PING*2][PATCH] "

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

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

Two observations using GDB 13 snapshot
 2023-01-06 20:55 UTC  (32+ messages)

[PATCH v3 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2023-01-06 20:36 UTC  (5+ messages)
` [PATCH v3 1/1] "

[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] remote.c: Allow inferior to reply with an error
 2023-01-06 18:59 UTC  (5+ 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] 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-06 15:53 UTC  (4+ messages)
  `  "

[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 00/46] Rewrite "require" test procedure and use it more often
 2023-01-06  2:47 UTC  (8+ messages)
` [PATCH 03/46] Use unsupported in 'require'

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

[PING][RFC PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
 2023-01-03 21:32 UTC  (4+ messages)
` [PATCH] "
  ` [PING*3][RFC PATCH] "
    ` [PING*4][RFC "

[PATCH v2 00/13] Make frame_info_ptr automatic
 2023-01-03 19:09 UTC  (7+ messages)
` [PATCH v2 06/13] gdb: move frame_info_ptr to frame.{c,h}

[PATCH 0/9] Fix "finish" with variably-sized types
 2023-01-03 16:44 UTC  (2+ messages)

[pushed] [gdb/testsuite] Add xfail in gdb.arch/i386-pkru.exp
 2023-01-03 15:41 UTC 

[PATCHv2] Use toplevel configure for GMP and MPFR for gdb
 2023-01-03 13:12 UTC  (8+ messages)

[PATCH v2] gdb: defer warnings when loading separate debug files
 2023-01-03 13:03 UTC 

[PATCH v2 0/5] sim: Suppress warnings if built with Clang
 2023-01-03  8:47 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] sim: Check known getopt definition existence

[PATCH 00/83] sim: merge subdir makefiles into top-level
 2023-01-03  7:56 UTC  (38+ messages)
` [PATCH 47/83] sim: erc32: move arch-specific file compilation to top-level
` [PATCH 48/83] sim: example-synacor: "
` [PATCH 49/83] sim: frv: "
` [PATCH 50/83] sim: ft32: "
` [PATCH 51/83] sim: h8300: "
` [PATCH 52/83] sim: iq2000: "
` [PATCH 53/83] sim: lm32: "
` [PATCH 54/83] sim: m32c: "
` [PATCH 55/83] sim: m32r: "
` [PATCH 56/83] sim: m68hc11: "
` [PATCH 57/83] sim: mcore: "
` [PATCH 58/83] sim: microblaze: "
` [PATCH 59/83] sim: mips: "
` [PATCH 60/83] sim: mn10300: "
` [PATCH 61/83] sim: moxie: "
` [PATCH 62/83] sim: msp430: "
` [PATCH 63/83] sim: or1k: "
` [PATCH 64/83] sim: pru: "
` [PATCH 65/83] sim: riscv: "
` [PATCH 66/83] sim: rl78: "
` [PATCH 67/83] sim: rx: "
` [PATCH 68/83] sim: sh: "
` [PATCH 69/83] sim: v850: "
` [PATCH 70/83] sim: move arch-specific file compilation of common/ files "
` [PATCH 71/83] sim: common: move test-hw-events to top-level build
` [PATCH 72/83] sim: disable recursive make in (most) subdirs
` [PATCH 73/83] sim: build: drop subdir Makefile.in files
` [PATCH 74/83] sim: build: delete Make-common.in logic
` [PATCH 75/83] sim: build: drop AM_MAKEFLAGS settings
` [PATCH 76/83] sim: common: simplify hw-config.h deps
` [PATCH 77/83] sim: igen: simplify build dep
` [PATCH 78/83] sim: common: move libcommon.a objects to sources
` [PATCH 79/83] sim: build: drop most recursive build deps
` [PATCH 80/83] sim: common: move libcommon.a dep to ppc code
` [PATCH 81/83] sim: common: move modules.c to source tracking
` [PATCH 82/83] sim: common: simplify modules.c deps
` [PATCH 83/83] sim: build: drop depdir subdir hack

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