[PATCH 0/8] Some fixes for handling vfork by multi-threaded programs
2022-03-31 18:17 UTC (9+ messages)
` [PATCH 1/8] gdb/infrun: add reason parameter to stop_all_threads
` [PATCH 2/8] gdb/linux-nat: remove check based on current_inferior in linux_handle_extended_wait
` [PATCH 3/8] gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_for_vfork_done
[PATCH] gdb: make timestamped_file implement can_emit_style_escape
2022-03-31 17:32 UTC
[PATCH] gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml
2022-03-31 17:13 UTC (4+ messages)
` PING^1 "
[PATCH] gdbserver/linux: set lwp !stopped when failing to resume
2022-03-31 17:03 UTC (5+ messages)
[pushed] gdb/testsuite/tui: implement _csi_P proc
2022-03-31 16:55 UTC
[pushed] gdb: fix use of fprintf_filtered in top.c
2022-03-31 16:53 UTC
Include --enable-threading in "gdb --config" output
2022-03-31 16:23 UTC (3+ messages)
[PATCH] Fix qRcmd error code parsing
2022-03-31 16:04 UTC (2+ messages)
[PATCH] gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off
2022-03-31 15:14 UTC (3+ messages)
[PATCH] Allow thread-pool.h to work without threads
2022-03-31 14:39 UTC
[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
2022-03-31 14:31 UTC (8+ messages)
` [PATCH 09/11] gdb/testsuite: don't test gdb.base/msym-bp-shl with clang
` [PATCH 11/11] explicitly test for stderr in gdb.base/dprintf.exp
[PATCH] Let std::thread check pass even without pthreads
2022-03-31 14:29 UTC
[AArch64] MTE corefile support
2022-03-31 14:03 UTC
GDB 12.0.90 available for testing
2022-03-31 14:00 UTC (19+ messages)
[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
2022-03-31 13:52 UTC (2+ messages)
` [PATCH, v2] Fix reverse stepping multiple contiguous PC ranges over the line table
[PATCH v7] gdb: Add new 'print nibbles' feature
2022-03-31 13:41 UTC (2+ messages)
[PATCH] gdb: LoongArch: prepend tramp frame unwinder for signal
2022-03-31 12:01 UTC
[PATCH v2] gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
2022-03-31 11:44 UTC (2+ messages)
` [PING] "
[PATCH 0/3] gdbserver/linux: access memory while threads are running without pausing
2022-03-31 11:39 UTC (6+ messages)
` [PATCH 1/3] gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_all
` [PATCH 2/3] gdbserver/linux: Access memory even if threads are running
` [PATCH 3/3] gdbserver: Eliminate prepare_to_access_memory
[PATCH v2] gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.exp
2022-03-31 11:12 UTC
[PATCH v2 0/2] Add support for DWARF's prologue_end flag in line-table
2022-03-31 10:18 UTC (9+ messages)
` [PATCH v2 1/2] gdb/buildsym: Line record use a record flag
` [PATCH v2 2/2] gdb: Add support for DW_LNS_set_prologue_end in line-table
[pushed] Decode "dynamic" interface types in Ada
2022-03-31 9:29 UTC (2+ messages)
[COMMITTED PATCH] Fix procfs.c compilation
2022-03-31 8:40 UTC
Question on the gdb.cp/no-dmgl-verbose.exp test
2022-03-30 21:48 UTC
[PATCH v3 00/33] Rewrite the DWARF "partial" reader
2022-03-30 21:24 UTC (11+ messages)
` [PATCH v3 11/33] Return vector of results from parallel_for_each
` [PATCH v3 18/33] The new DWARF indexer
` [PATCH v3 23/33] Parallelize DWARF indexing
[PATCH] gdb/testsuite: add tests for Term
2022-03-30 20:27 UTC (3+ messages)
[PATCH 0/5] Make gdb_test's question non-optional if specified
2022-03-30 19:29 UTC (6+ messages)
` [PATCH 1/5] Remove gdb_test questions that GDB doesn't ask
` [PATCH 2/5] gdb.base/scope.exp: Remove bogus gdb_test questions
` [PATCH 3/5] Fix bogus gdb_test invocations
` [PATCH 4/5] Avoid having to unload file in gdb.server/connect-with-no-symbol-file.exp
` [PATCH 5/5] Make gdb_test's question non-optional if specified
Question on the gdb.xml/tdesc-regs.exp test
2022-03-30 17:14 UTC (4+ messages)
[PATCH] gdb/testsuite/tui: implement _csi_P proc
2022-03-30 16:58 UTC (3+ messages)
[PATCH] Use gdb_printf and gdb_vprintf in more places
2022-03-30 15:42 UTC (2+ messages)
[PATCH v2 00/12] FreeBSD/aarch64 hardware watchpoint support
2022-03-30 15:31 UTC (3+ messages)
[PATCH] gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.exp
2022-03-30 14:46 UTC (4+ messages)
[PATCH] Only allow QUIT on the main thread
2022-03-30 14:27 UTC (2+ messages)
[PATCH v4 0/8] gdb: split array and string limiting options
2022-03-30 14:17 UTC (10+ messages)
` [PATCH v4 7/8] GDB: Add a character string limiting option
[PATCH] Use current_inferior ()->pid for AIX
2022-03-30 13:04 UTC (3+ messages)
[PATCH v5 0/8] gdb: split array and string limiting options
2022-03-30 12:29 UTC (16+ messages)
` [PATCH v5 1/8] GDB: Remove extraneous full stops from `set' command error messages
` [PATCH v5 2/8] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'
` [PATCH v5 3/8] GDB: Add `NUMBER' completion to `set' integer commands
` [PATCH v5 4/8] GDB/testsuite: Tighten `set print elements' error check
` [PATCH v5 5/8] GDB/testsuite: Add coverage for `print -elements' command
` [PATCH v5 6/8] GDB: Allow arbitrary keywords in integer set commands
` [PATCH v5 7/8] GDB: Add a character string limiting option
` [PATCH v5 8/8] GDB/testsuite: Expand for character string limiting options
[PATCH] Debug support for global alias variable
2022-03-30 12:25 UTC (6+ messages)
[PATCH 1/2] Add lld(linker) specific option
2022-03-30 11:21 UTC (7+ messages)
[PATCH 1/2] gdb/python: add gdb.Breakpoint.source_locations property
2022-03-30 10:04 UTC (5+ messages)
` [PATCH 2/2] gdb/python: add gdb.Breakpoint.addresses property
[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
2022-03-30 9:19 UTC (5+ messages)
` [PATCHv3] "
[PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
2022-03-30 9:13 UTC (4+ messages)
` [PATCHv3 "
Fix for MUL instruction on the v850
2022-03-30 0:09 UTC (4+ messages)
[pushed] Remove two unused hooks
2022-03-29 22:05 UTC (2+ messages)
[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
2022-03-29 20:04 UTC (2+ messages)
[PATCH 00/19] Simplify GDB output functions
2022-03-29 19:38 UTC (6+ messages)
` [PATCH 18/19] Minor comment updates in utils.h
[PATCH] Consolidate definition of current_directory
2022-03-29 17:55 UTC (2+ messages)
[PATCH v4] gdb, gdbserver: support dlmopen()
2022-03-29 16:13 UTC (5+ messages)
[PATCH] [ARM] Enable ARMv8.1-m PACBTI support
2022-03-29 15:11 UTC (3+ messages)
[PATCHv3 0/2] Fix GDB prompt corruption issue
2022-03-29 14:26 UTC (5+ messages)
` [PATCHv4 0/3] "
` [PATCHv4 1/3] gdb: improved EOF handling when using readline 7
` [PATCHv4 2/3] readline: back-port changes needed to properly detect EOF
` [PATCHv4 3/3] gdb: handle bracketed-paste-mode and EOF correctly
[PATCH v2 0/3] Apply fixme notes for multi-target support
2022-03-29 13:48 UTC (6+ messages)
` [PATCH v2 1/3] gdb: Make global feature array a per-remote target array
` [PATCH v2 2/3] gdb: Add per-remote target variables for memory read and write config
` [PATCH v2 3/3] gdb: Remove workaround for the vCont packet
[PATCHv2] gdb/python: add gdb.Architecture.format_address
2022-03-29 13:38 UTC (8+ messages)
` [PATCHv3] gdb/python: add gdb.format_address function
[PATCH v2] gdb/remote: use current_inferior in read_ptid if multi-process not supported
2022-03-29 10:28 UTC (2+ messages)
[pushed] gdb/mi: consistently notify user when GDB/MI client uses -thread-select
2022-03-29 10:10 UTC (4+ messages)
` [PATCHv2] gdb/mi: fix use after free of frame_info causing spurious notifications
[PATCH] gdb/remote: use current_inferior in read_ptid if multi-process not supported
2022-03-29 8:25 UTC (3+ messages)
[PATCH 0/3] Floating-point literal syntax extension for Ada
2022-03-29 8:13 UTC (6+ messages)
` [PATCH 2/3] Implement real literal "
[PATCH 1/2] gdb: remove some unused buildsym-legacy functions
2022-03-28 22:17 UTC (2+ messages)
` [PATCH 2/2] gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab
[PATCH] Add Rust parser check for end of expression
2022-03-28 21:16 UTC (2+ messages)
[PATCH 0/4] Change how stdlog timestamps are written
2022-03-28 20:12 UTC (3+ messages)
[PATCH 0/6] Handle split functions in call site chains
2022-03-28 19:54 UTC (3+ messages)
Metadata style?
2022-03-28 18:46 UTC
[PATCH] gdb/stack.c: avoid stale pointers when printing frame arguments
2022-03-28 17:57 UTC
[PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
2022-03-28 17:42 UTC
[PATCH] Powerpc, fix vla-optimized-out.exp test
2022-03-28 15:34 UTC (4+ messages)
Gdb-patches, A Better Way for Your Die-Casting Mold Project
2022-03-28 15:27 UTC
[PATCH] Fix for gdb.base/solib-search.exp test
2022-03-28 15:21 UTC (2+ messages)
` [PING] "
[PATCH] Remove dbx mode
2022-03-28 13:36 UTC
[PATCH] Don't test interface.exp without GNAT debug info
2022-03-28 12:42 UTC (3+ messages)
[RFC PATCH v2 0/5] Handle variable XSAVE layouts
2022-03-28 11:28 UTC (3+ messages)
` [RFC PATCH v2 2/5] core: Support fetching TARGET_OBJECT_X86_XSAVE_LAYOUT from architectures
[PATCH 00/12] * Support for Thread Local Storage (TLS) variables on FreeBSD arm and aarch64 architectures
2022-03-28 10:16 UTC (3+ messages)
` [PATCH 08/12] Add an aarch64-tls feature which includes the tpidr register
[PATCH] gdb:csky add support target-descriptions for CSKY arch
2022-03-28 2:03 UTC
[PATCH 0/2] Fix GDB prompt corruption issue
2022-03-27 0:59 UTC (6+ messages)
` [PATCHv2 0/3] "
` [PATCHv2 1/3] gdb: work around prompt corruption caused by bracketed-paste-mode
[pushed] Remove an unused declaration from value.h
2022-03-26 18:16 UTC
[PATCH] [Arm] Update the list of recognized m-profile TAG_CPU_ARCH_*
2022-03-25 18:28 UTC (2+ messages)
[PING][PATCH 00/11] Improve Fortran intrinsic types and procedures
2022-03-25 16:22 UTC
[PATCH v2 0/2] [symtab/27831] Fix OBJF_MAINLINE assert
2022-03-25 3:42 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp
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