public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdbserver: try selecting a thread first to access memory
 2023-11-21 19:45 UTC  (3+ messages)
` [PATCH v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try selecting a thread first to access memory)

[PATCH 00/29] Restructure symbol domains
 2023-11-21 18:37 UTC  (32+ messages)
` [PATCH 01/29] Fix bug in cooked index scanner
` [PATCH 02/29] Small cleanup in DWARF reader
` [PATCH 03/29] Make nsalias.exp more reliable
` [PATCH 04/29] Fix latent bug in mdebugread.c
` [PATCH 05/29] Give names to unspecified types
` [PATCH 06/29] Remove NR_DOMAINS
` [PATCH 07/29] Simplify symbol_to_info_string
` [PATCH 08/29] Split up a big 'if' in symtab.c
` [PATCH 09/29] Use a .def file for domain_enum
` [PATCH 10/29] Add two new symbol domains
` [PATCH 11/29] Add domain_search_flags
` [PATCH 12/29] Replace search_domain with domain_search_flags
` [PATCH 13/29] Remove a check of VAR_DOMAIN
` [PATCH 14/29] Introduce "scripting" domains
` [PATCH 15/29] Use domain_search_flags in lookup_global_symbol_language
` [PATCH 16/29] Use domain_search_flags in lookup_symbol et al
` [PATCH 17/29] Remove some obsolete Python constants
` [PATCH 18/29] Remove old symbol_matches_domain
` [PATCH 19/29] Use the new symbol domains
` [PATCH 20/29] Simplify some symbol searches in Ada code
` [PATCH 21/29] Simplify some symbol searches in linespec.c
` [PATCH 22/29] Only search for "main" as a function
` [PATCH 23/29] Only look for functions in expand_symtabs_for_function
` [PATCH 24/29] Use a function-domain search in inside_main_func
` [PATCH 25/29] Only search types in cp_lookup_rtti_type
` [PATCH 26/29] Only search types in lookup_typename
` [PATCH 27/29] Only search for functions in rust_structop::evaluate_funcall
` [PATCH 28/29] Refine search in cp_search_static_and_baseclasses
` [PATCH 29/29] Document new Python and Guile constants

[PATCH] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
 2023-11-21 18:17 UTC  (5+ messages)
` [PATCH v2] "
  ` [PING][PATCH "

[RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
 2023-11-21 18:03 UTC  (10+ messages)
` [RFC 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
` [RFC 3/3] [gdb] Use ptrace events to get current syscall

[PATCH v5 0/2] add annotation in 'info locals' command for variables shadowing case
 2023-11-21 17:52 UTC  (7+ messages)
` [PATCH v5 1/2] gdb: "
` [PATCH v5 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH] Fix breakpoints on symbols with multiple trampoline symbols
 2023-11-21 17:28 UTC  (2+ messages)

[PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
 2023-11-21 17:25 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
 2023-11-21 17:24 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
 2023-11-21 17:22 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PINGv2][PATCH] "

[PATCH] [gdb] Fix assert in delete_breakpoint
 2023-11-21 16:52 UTC  (7+ messages)

[pushed] gdb: fix build of darwin-nat.c
 2023-11-21 16:45 UTC 

[PATCH v3] Fix hardware watchpoints in replay mode
 2023-11-21 16:42 UTC 

(no subject)
 2023-11-21 15:27 UTC  (9+ messages)
` [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
` [PATCH v2 2/8] Switch to -Wimplicit-fallthrough=5
` [PATCH v2 3/8] Enable some C++14 code in array-view.h
` [PATCH v2 4/8] Use try_emplace in index-write.c
` [PATCH v2 5/8] Rely on C++17 <new> in new-op.cc
` [PATCH v2 6/8] Rely on copy elision in scope-exit.h
` [PATCH v2 7/8] Use C++17 void_t
` [PATCH v2 8/8] Remove gdb_static_assert

[PATCH 0/2] Step over thread exit improvements/fixes
 2023-11-21 15:05 UTC  (3+ messages)
` [PATCH 1/2] gdb.threads/step-over-thread-exit.exp improvements
` [PATCH 2/2] Ensure selected thread after thread exit stop

[PATCH] Refactor DAP queue handling
 2023-11-21 14:53 UTC  (3+ messages)

[PATCH v2 00/18] Index DWARf in the background
 2023-11-21 14:24 UTC  (7+ messages)
` [PATCH v2 11/18] Do more DWARF reading "

[PATCH v2] Fix hardware watchpoints in replay mode
 2023-11-21 14:03 UTC  (5+ messages)

[PATCH] [gdb/tdep] Handle memory error in s390_linux_get_syscall_number
 2023-11-21 12:45 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix spurious FAILs with examine-backward.exp, again
 2023-11-21 12:18 UTC  (2+ messages)

[PATCH] Fix AIX thread NULL assertion failure during fork
 2023-11-21 12:17 UTC  (4+ messages)

[PATCH 00/11] GDB: Require C++17
 2023-11-21 12:05 UTC  (11+ messages)
` [COMMITTED PATCH v2 0/9] "
` [COMMITTED PATCH v2 1/9] gdb: Use C++17's std::make_unique instead of gdb::make_unique
` [COMMITTED PATCH v2 2/9] gdb: Replace gdb::optional with std::optional
` [COMMITTED PATCH v2 3/9] gdbsupport: remove gdb::optional
` [COMMITTED PATCH v2 4/9] gdb: Use std::string_view instead of gdb::string_view
` [COMMITTED PATCH v2 5/9] gdb: Remove uses of gdb::to_string (const std::string_view &)
` [COMMITTED PATCH v2 6/9] gdbsupport: Remove gdb::string_view
` [COMMITTED PATCH v2 7/9] gdbsupport: Replace gdb::invoke_result with std::invoke_result
` [COMMITTED PATCH v2 8/9] gdb/disasm.h: Mark callbacks noexcept unconditionally
` [COMMITTED PATCH v2 9/9] gdb: Use initializers in lambda captures unconditionally

[PATCH] [gdb/tdep] Fix catching syscall execve exit for arm
 2023-11-21 10:46 UTC  (3+ messages)

[PATCH] Fix gdb.base signal.exp test case in AIX
 2023-11-21  9:25 UTC  (4+ messages)

[PATCH] [gdb/tdep] Use PTRACE_GET_SYSCALL_INFO for syscall number
 2023-11-21  9:03 UTC  (3+ messages)

[PATCH v4 0/2] add annotation in 'info locals' command for variables shadowing case
 2023-11-21  8:30 UTC  (7+ messages)
` [PATCH v4 1/2] gdb: "

[PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
 2023-11-21  8:08 UTC  (4+ messages)

GDB 14.1 release -- 2023-11-19 Update
 2023-11-21  0:07 UTC  (2+ messages)

[PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-11-20 21:28 UTC  (5+ messages)
` [PATCH v2 1/2] *: add modern gettext support

[PATCH v3] gdb, python: selectively omit enabling stdin in gdb.execute exception
 2023-11-20 20:24 UTC  (5+ messages)
` [PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
    ` [PATCH v5] "

[PATCH 0/4] On-demand debuginfo downloading
 2023-11-20 18:40 UTC  (13+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
    ` [PING*2][PATCH "
` [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
    ` [PING*2][PATCH "
` [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
    ` [PING*2][PATCH "
` [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
    ` [PING*2][PATCH "

[PATCH] [gdb/tui] Refactor tui_layout_split::apply
 2023-11-20 16:19 UTC 

[PATCHv2] gdb/python: handle completion returning a non-sequence
 2023-11-20 11:40 UTC 

[PATCH v4 0/2] Improving frame printing with recursive calls
 2023-11-20  9:54 UTC  (3+ messages)

[PATCH 0/3] Three random cleanups
 2023-11-18 20:36 UTC  (3+ messages)

[PATCH] gdb: remove address space numbers
 2023-11-17 21:01 UTC 

[pushed] Remove extraneous blocks from dwarf2/read.c:new_symbol
 2023-11-17 18:07 UTC 

[PATCH] Fix bug in DAP handling of 'pause' requests
 2023-11-17 17:49 UTC 

[PATCH 1/3] gdb: regenerate target-delegates.c
 2023-11-17 15:41 UTC  (6+ messages)
` [PATCH 3/3] gdb: handle default argument in make-target-delegates.py

[PATCH v2 0/3] Implement the DAP notStopped response
 2023-11-17 15:33 UTC  (2+ messages)

[PATCH v3] gdb: Enable early init of thread pool size
 2023-11-17 15:09 UTC  (2+ messages)

[PATCH 0/3] Improve debug output support in gdbserver
 2023-11-17 14:55 UTC  (3+ messages)

[PATCH] gdb : Signal to pstack/gdb kills the attached process
 2023-11-17 14:48 UTC  (6+ messages)
  ` [External] : "
    ` [External] : Re: [PATCH v2] "
        ` [External] : Re: [PATCH v3] "

[PATCH v3] gdb/tui: add a vsplit layout
 2023-11-17 14:26 UTC  (3+ messages)

[PATCH] Handle StackFrameFormat in DAP
 2023-11-17 14:09 UTC  (2+ messages)

[PATCH v3 0/3] Check for zpoint support when handling watchpoints
 2023-11-17 13:42 UTC  (11+ messages)
` [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
` [PATCH v3 2/3] gdb, breakpoint: add a breakpoint type converter
` [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support

[PATCH] PowerPC: Fix test gdb.ada/finish-large.exp
 2023-11-17 13:33 UTC  (2+ messages)

[PATCH 0/6] Add vDefaultInferiorFd feature
 2023-11-17 12:09 UTC  (8+ messages)
` [PATCH 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start
` [PATCH 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
` [PATCH 3/6] Add new vDefaultInferiorFd packet
` [PATCH 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
` [PATCH 5/6] remote.c: Add terminal handling functions
` [PATCH 6/6] Add defaultinf.exp test to the testsuite

[ob/pushed] Fix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong setting
 2023-11-17 11:34 UTC 

[PATCH] gdb: remove two uses of obstack
 2023-11-17  2:26 UTC  (3+ messages)

[RFC] Adding a SECURITY policy for GDB
 2023-11-16 21:35 UTC  (5+ messages)

Ada compile with -fvar-tracking
 2023-11-16 21:07 UTC  (15+ messages)

[PATCH] gdb/s390: Add packed-stack support to the backchain unwinder
 2023-11-16 20:13 UTC  (2+ messages)

[PATCH 0/5] New Python hook for missing debug information
 2023-11-16 17:21 UTC  (8+ messages)
` [PATCHv2 "
  ` [PATCHv2 5/5] gdb: implement missing debug handler hook for Python

[PATCH] gdb/python: handle completion returning a non-sequence
 2023-11-16 15:28 UTC  (3+ messages)

[PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
 2023-11-16 15:14 UTC  (5+ messages)

[PATCH 0/3] Appoint new maintainers
 2023-11-16 14:22 UTC  (2+ messages)

[PUSHED] gdb/NEWS: merge two 'New commands' sections
 2023-11-16 12:13 UTC  (2+ messages)

[PATCH 0/2] Call target_can_do_single_step from maybe_software_singlestep
 2023-11-16 10:14 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Disabling hardware single step in gdbserver

[PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
 2023-11-16  2:25 UTC  (3+ messages)

[PATCH] Fix small bug in compile.exp
 2023-11-15 20:08 UTC  (2+ messages)

[PATCH v2 0/1] Fix detach bug when lwp has exited/terminated
 2023-11-15 19:41 UTC  (2+ messages)
` [PATCH v2 1/1] "

[pushed] Fix gdb.threads/threads-after-exec.exp race
 2023-11-15 18:06 UTC 

[PATCH v2] Minor cleanups in ada-nested.exp
 2023-11-15 16:22 UTC  (3+ 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).