public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5] Add an option with a color type
 2024-05-13 19:02 UTC  (8+ messages)
` [PATCH v6] "

[PATCH] Fix build issues with mingw toolchain
 2024-05-13 18:45 UTC  (20+ messages)

[PATCH] Inline some ui_out methods
 2024-05-13 17:21 UTC 

[PATCH 0/4] gdb/doc: build fixes and improvements
 2024-05-13 16:18 UTC  (9+ messages)
` [PATCH 1/4] gdb/doc: don't delete *.pod files too early
` [PATCH 2/4] gdb/doc: don't try to copy GDBvn.texi from the source tree
` [PATCH 3/4] gdb/doc: fix parallel build of refcard related targets
` [PATCH 4/4] gdb/doc: fix parallel build of pdf and dvi files

[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
 2024-05-13 14:49 UTC  (4+ messages)

[PATCH v5] [gdb/testsuite] New test: gdb.base/check-errno.exp
 2024-05-13 14:34 UTC  (7+ messages)

Auto Wrap
 2024-05-13  3:34 UTC 

[PATCH] Adjust C++ destructor type tests
 2024-05-11 21:56 UTC  (2+ messages)

[PATCH v6] [gdb/testsuite] New test: gdb.base/errno.exp
 2024-05-11 21:45 UTC 

[PATCH] Fix heap-use-after-free in index-cached with --disable-threading
 2024-05-11 10:47 UTC  (9+ messages)

[PATCHv4 00/10] x86/Linux Target Description Changes
 2024-05-11 10:08 UTC  (31+ messages)
` [PATCHv5 00/11] "
  ` [PATCHv5 11/11] gdb/gdbserver: share x86/linux tdesc caching
  ` [PATCHv6 0/9] x86/Linux Target Description Changes
    ` [PATCHv6 1/9] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
    ` [PATCHv6 2/9] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
    ` [PATCHv6 3/9] gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory
    ` [PATCHv6 4/9] gdb/x86: move have_ptrace_getregset "
    ` [PATCHv6 5/9] gdb/x86: move reading of cs and ds state "
    ` [PATCHv6 6/9] gdb: move xcr0 == 0 check into i386_linux_core_read_description
    ` [PATCHv6 7/9] gdb/gdbserver: share some code relating to target description creation
    ` [PATCHv6 8/9] gdbserver: update target description creation for x86/linux
    ` [PATCHv6 9/9] gdb/gdbserver: share x86/linux tdesc caching
    ` [PATCHv7 0/9] x86/Linux Target Description Changes
      ` [PATCHv7 1/9] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
      ` [PATCHv7 2/9] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
      ` [PATCHv7 3/9] gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory
      ` [PATCHv7 4/9] gdb: move have_ptrace_getregset declaration "
      ` [PATCHv7 5/9] gdb/x86: move reading of cs and ds state "
      ` [PATCHv7 6/9] gdb: move xcr0 == 0 check into i386_linux_core_read_description
      ` [PATCHv7 7/9] gdb/gdbserver: share some code relating to target description creation
      ` [PATCHv7 8/9] gdbserver: update target description creation for x86/linux
      ` [PATCHv7 9/9] gdb/gdbserver: share x86/linux tdesc caching

[pushed] [gdb/testsuite] Fix Wreturn-mismatch in gdb.base/list-dot-nodebug.exp
 2024-05-11  7:57 UTC 

GDB 15.1 release update (2024-05-10)
 2024-05-10 22:25 UTC 

[PATCH v3] gdb: Change "list ." command's error when no debuginfo is available
 2024-05-10 19:53 UTC  (5+ messages)

Optionally print source code to gdb console window
 2024-05-10 19:29 UTC  (12+ messages)

[PATCH] Change gdbarch_inner_than to return bool
 2024-05-10 19:13 UTC  (2+ messages)

[PATCH] Put "source" into DAP scope
 2024-05-10 18:49 UTC 

[PATCH v2] Add "error_message+" feature to qSupported
 2024-05-10 18:46 UTC  (3+ messages)

[PATCH v3][PR symtab/30520 v2 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-10 18:39 UTC  (5+ messages)
` [PATCH v3][PR symtab/30520 v2 2/4] gdb/symtab: reuse last segment lookup name info by creating it outside the loop
` [PATCH v3][PR symtab/30520 v2 3/4] gdb/symtab: compute match_type "
` [PATCH v3][PR symtab/30520 v2 4/4] gdb/symtab: use symbol name matcher for all segments in a qualified name

[PATCH v2 0/3] Add more info to DAP disassemble response
 2024-05-10 18:35 UTC  (2+ messages)

[PATCH] Remove FIXME from DAP
 2024-05-10 18:08 UTC  (2+ messages)

[PATCH v3 0/5] Add support for AArch64 MOPS instructions
 2024-05-10 17:26 UTC  (12+ messages)
` [PATCH v3 1/5] gdb/aarch64: Disable displaced single-step for "
` [PATCH v3 2/5] gdb/aarch64: Add record support "
` [PATCH v3 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
` [PATCH v3 4/5] gdb/testsuite: Add gdb.arch/aarch64-mops-single-step.exp
` [PATCH v3 5/5] gdb/testsuite: Add gdb.reverse/aarch64-mops.exp

[PATCH v2 0/5] Add support for AArch64 MOPS instructions
 2024-05-10 15:07 UTC  (10+ messages)
` [PATCH v2 1/5] gdb/aarch64: Implement software single stepping for "
` [PATCH v2 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp

[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2024-05-10 13:47 UTC  (5+ messages)

[PATCH] gdb: add gdbarch_stack_grows_down function
 2024-05-10 13:31 UTC  (5+ messages)

[PATCH v5] Add a test for the gcore script
 2024-05-10 11:53 UTC  (2+ messages)

[PATCH] Pass stream to remote_console_output
 2024-05-10 11:01 UTC  (3+ messages)

[PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more
 2024-05-10 10:52 UTC  (13+ messages)
` [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native
                      ` [pushed] gdb sim testing, set gdb_protocol to "sim"

[PATCH] Remove tui_refresh_all
 2024-05-10 10:22 UTC  (3+ messages)

[PATCH] gdb: Add missing single quotation mark in README
 2024-05-10  2:03 UTC  (4+ messages)

[PATCH] sim: riscv: Fix build fail since INSN_CLASS_A was removed
 2024-05-09 15:06 UTC  (5+ messages)

[PATCH 00/34] Windows non-stop mode
 2024-05-09 14:17 UTC  (37+ messages)
` [PATCH 02/34] Windows gdb: Eliminate global current_process.dr[8] global
` [PATCH 03/34] Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_CONTEXT)
` [PATCH 06/34] Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) calls
` [PATCH 07/34] Windows gdb+gdbserver: Eliminate DONT_SUSPEND
` [PATCH 08/34] Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
` [PATCH 11/34] Windows gdb: Introduce continue_last_debug_event_main_thread
` [PATCH 12/34] Windows gdb: Introduce windows_continue_flags
` [PATCH 13/34] Windows gdb: Factor code out of windows_nat_target::windows_continue
` [PATCH 14/34] Windows gdb: Pending stop and current_event
` [PATCH 19/34] Windows gdb: Enable "set scheduler-locking on"
` [PATCH 20/34] Windows gdbserver: Eliminate soft-interrupt mechanism
` [PATCH 24/34] Add backpointer from windows_thread_info to windows_process_info
` [PATCH 25/34] Windows gdb+gdbserver: Share $_siginfo reading code
` [PATCH 31/34] Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
    ` [PATCH 31/34 v1.2] "
            ` [PATCH 31/34 v1.3] "

[PATCH] sim: riscv: Fix build issue due to recent binutils commit
 2024-05-09 14:12 UTC  (2+ messages)

[PATCH] [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust (fixup)
 2024-05-09 14:09 UTC  (2+ messages)

[PATCH v3 0/5] Modernize frame unwinders and add disable feature
 2024-05-09 13:55 UTC  (8+ messages)
` [PATCH v3 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v3 2/5] gdb: add "unwinder class" to "
` [PATCH v3 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v3 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v3 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH] [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust
 2024-05-09 10:03 UTC  (3+ messages)

[PATCH] gdb: convert address_in_mem_range to mem_range::contains
 2024-05-09  9:12 UTC  (3+ messages)

[PATCH] gdb: add a new build_id_equal function
 2024-05-09  9:11 UTC  (4+ messages)

[PATCH v3][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-09  5:55 UTC  (5+ messages)

[PATCH v5] Fix AIX thread exit events not being reported and UI to show kernel thread ID
 2024-05-09  5:44 UTC  (3+ messages)

[PATCH v4] [gdb/testsuite] New test: gdb.base/check-errno.exp
 2024-05-09  2:42 UTC 

[PATCH 0/2] binutils-gdb: Remove Itanium (IA-64) architecture
 2024-05-09  1:33 UTC  (3+ messages)

[PATCH] gdb/doc: use silent-rules.mk in the Makefile
 2024-05-08 17:46 UTC  (11+ messages)

[PATCH] gdb: more filename styling
 2024-05-08 17:05 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Add gdb.tui/reread.exp
 2024-05-08 14:50 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).