[PATCH v2 00/79] Rewrite "require" test procedure and use it more often
2023-01-12 3:00 UTC (44+ messages)
` [PATCH v2 01/79] Don't use ensure_gdb_index with require
` [PATCH v2 02/79] Change 'require' to accept a list of predicates
` [PATCH v2 03/79] Use unsupported in 'require'
` [PATCH v2 04/79] Use require supports_reverse
` [PATCH v2 05/79] Use require supports_process_record
` [PATCH v2 06/79] Use require dwarf2_support
` [PATCH v2 07/79] Use require is_x86_like_target
` [PATCH v2 08/79] Use require skip_cplus_tests
` [PATCH v2 09/79] Use require skip_shlib_tests
` [PATCH v2 10/79] Use require skip_dlmopen_tests
` [PATCH v2 11/79] Use require skip_stl_tests
` [PATCH v2 12/79] Use require skip_rust_tests
` [PATCH v2 13/79] Use require skip_fortran_tests
` [PATCH v2 14/79] Use require skip_ada_tests
` [PATCH v2 15/79] Use require skip_go_tests
` [PATCH v2 16/79] Use require skip_d_tests
` [PATCH v2 17/79] Use require skip_ctf_tests
` [PATCH v2 18/79] Use require skip_hw_watchpoint_tests
` [PATCH v2 20/79] Use require skip_aarch64_sve_tests
` [PATCH v2 21/79] Use require skip_btrace_pt_tests
` [PATCH v2 22/79] Use require skip_btrace_tests
` [PATCH v2 23/79] Use require skip_avx_*
` [PATCH v2 24/79] Use require support_displaced_stepping
` [PATCH v2 25/79] Use require is_aarch64_target
` [PATCH v2 26/79] Use require is_aarch32_target
` [PATCH v2 27/79] Use require is_amd64_regs_target
` [PATCH v2 28/79] Use require is_elf_target
` [PATCH v2 29/79] Use require can_single_step_to_signal_handler
` [PATCH v2 30/79] Use require supports_get_siginfo_type
` [PATCH v2 31/79] Use require support_go_compile
` [PATCH v2 32/79] Use require use_gdb_stub
` [PATCH v2 33/79] Use require can_spawn_for_attach
` [PATCH v2 34/79] Use require isnative
` [PATCH v2 36/79] Use require skip_shlib_tests
` [PATCH v2 38/79] Use require gdb_debug_enabled
` [PATCH v2 39/79] Use require gdb_skip_xml_test
` [PATCH v2 43/79] Use require target_can_use_run_cmd
` [PATCH v2 44/79] Use require using_fission
` [PATCH v2 45/79] Use require skip_debuginfod_tests
` [PATCH v2 48/79] Remove mi_skip_python_tests
` [PATCH v2 57/79] Rename to allow_btrace_tests
` [PATCH v2 59/79] Rename to allow_ctf_tests
` [PATCH v2 61/79] Rename to allow_dlmopen_tests
[PATCH 1/1] Add support for symbol addition to the Python API
2023-01-12 2:00 UTC (2+ messages)
` [PATCH] "
[PATCH htdocs] current: fix cvs->git after migration
2023-01-12 1:58 UTC
[PATCH v4 0/8] Fix gdb.base/gdb-sigterm.exp failure/error
2023-01-12 1:56 UTC (9+ messages)
` [PATCH v4 1/8] Introduce gdb_exception_forced_quit
` [PATCH v4 2/8] Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit
` [PATCH v4 3/8] Catch gdb_exception_error instead of gdb_exception (in many places)
` [PATCH v4 4/8] Python QUIT processing updates
` [PATCH v4 5/8] Guile "
` [PATCH v4 6/8] Call quit_force for gdb_exception_forced_quit in safe_execute_command
` [PATCH v4 7/8] QUIT processing w/ explicit throw for gdb_exception_forced_quit
` [PATCH v4 8/8] Forced quit cases handled by resetting sync_quit_force_run
[PATCH] Increase size of main_type::nfields
2023-01-11 22:33 UTC (4+ messages)
[PATCH] gdb/doc: fix install-html with Texinfo 7
2023-01-11 22:30 UTC (3+ messages)
[RFC][PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
2023-01-11 21:25 UTC (2+ messages)
[PATCH] Update the 'g' packet documentation
2023-01-11 19:56 UTC (2+ messages)
[PATCH] gdb: Update gdbarch.py with latest changes in gdbarch.c
2023-01-11 19:49 UTC (3+ messages)
[PATCH] gdb: use gdb_test_multiple in gdb_breakpoint
2023-01-11 19:42 UTC (9+ messages)
[PATCH] Disable ptype/o for dynamic types
2023-01-11 18:42 UTC
[PATCH 0/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
2023-01-11 18:27 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "
[PATCH v3] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
2023-01-11 18:01 UTC
[PATCH 0/3] Add "announce" flag to Python breakpoint creation
2023-01-11 17:31 UTC (3+ messages)
` [PATCH 3/3] Let Python breakpoints be created silently
[PATCH] Set _WIN32_WINNT in common.m4 configure check
2023-01-11 17:30 UTC (4+ messages)
[pushed] [gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibc
2023-01-11 17:20 UTC (7+ messages)
[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
2023-01-11 13:31 UTC (24+ messages)
[PATCH] gdb: care for dynamic objfiles in build_id_bfd_get ()
2023-01-11 12:50 UTC (3+ messages)
[RFA] Fix use after free caused by redefining a python prefix cmd that has aliases
2023-01-11 10:58 UTC (4+ messages)
[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
2023-01-11 1:38 UTC (9+ messages)
` [PING] "
` [PING 3] "
[PATCH 1/1] Add support for gdb.Type initialization from within the Python API
2023-01-11 0:58 UTC (2+ messages)
` [PATCH] Add support for creating new types from "
[PATCH] Add __repr__() implementation to a few Python types
2023-01-11 0:35 UTC
[pushed] Fix bug in 'say_where' transform
2023-01-10 23:36 UTC
[PATCH] Convert say_where to method on code_breakpoint
2023-01-10 23:35 UTC (3+ messages)
[PATCH v3 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
2023-01-10 21:31 UTC (7+ messages)
` [PATCH v3 1/1] "
[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
2023-01-10 21:00 UTC (2+ messages)
[PATCH v2 0/4] Fix regression in new DWARF reader
2023-01-10 18:33 UTC (5+ messages)
` [PATCH v2 1/4] Avoid submitting empty tasks in parallel_for_each
` [PATCH v2 2/4] Don't erase empty indices in DWARF reader
` [PATCH v2 3/4] Move hash_entry and eq_entry into cooked_index::do_finalize
` [PATCH v2 4/4] Fix parameter-less template regression in new DWARF reader
[PATCH 0/4] Fix regression in new DWARF reader
2023-01-10 18:24 UTC (17+ 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] gdb: introduce bp_loc_tracepoint
2023-01-10 16:25 UTC (2+ messages)
[PATCH] gdb/mi: add no-history stop reason
2023-01-10 15:39 UTC (3+ messages)
[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
2023-01-10 15:19 UTC (4+ messages)
[PATCH 0/3] Small doc fixes
2023-01-10 15:13 UTC (10+ messages)
` [PATCH 1/3] gdb/doc: some whitespace fixes
` [PATCH 2/3] gdb/doc: use @value{GDBN} in some spots
` [PATCH 3/3] gdb/doc: use @value{GDBP} "
[PATCH v4] gdb/gcore: interrupt all threads before generating the corefile
2023-01-10 14:40 UTC (3+ messages)
[PATCH] gdb/linespec.c: Fix -Wmaybe-uninitialized warning
2023-01-10 2:53 UTC (4+ messages)
[PATCH] gdb/linespec.c: Fix missing source file during breakpoint re-set
2023-01-10 1:15 UTC (4+ messages)
` [PING*2][PATCH] "
[PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
2023-01-09 20:26 UTC (2+ messages)
[PATCH v5 2/3] gdb, dwarf: add assert to dwarf2_get_pc_bounds
2023-01-09 20:26 UTC (3+ messages)
` [PATCH v5 3/3] dwarf, fortran: add support for DW_TAG_entry_point
[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] remote.c: Allow inferior to reply with an error
2023-01-09 17:14 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 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)
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 (28+ 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)
` "
` "
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