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 (59+ messages)
[PATCH 0/4] Fix regression in new DWARF reader
2023-01-07 11:45 UTC (12+ 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
Generated GDB documentation have colliding files on a case insensitive files system
2023-01-07 11:08 UTC (6+ 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] gdb/linespec.c: Fix -Wmaybe-uninitialized warning
2023-01-07 0:49 UTC
[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 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] "
[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] 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 (6+ 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 (7+ messages)
[PATCH v2] gdb: defer warnings when loading separate debug files
2023-01-03 13:03 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox