public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
Add a way to invoke redefined (overridden) GDB commands
 2020-09-14  9:39 UTC  (3+ messages)
` [PATCH 1/2] Move the code to execute a cmd_list_element out from execute_command
` [PATCH 2/2] Add a way to preserve redefined GDB commands for later invocation

[PATCH] Avoid running one Rust test against older LLVM
 2020-09-14  7:58 UTC  (2+ messages)

[committed][gdb/testsuite] Fix PATH warning in gdb.rust/traits.exp
 2020-09-14  7:55 UTC 

[RFC 00/18] Allow building (more) C tests with a C++ compiler
 2020-09-14  0:14 UTC  (17+ messages)
` [RFC 02/18] gdb.base/display.exp C++ify
` [RFC 03/18] gdb.base/break.exp C++ify
` [RFC 04/18] gdb.base/nested-addr.exp C++ify
` [RFC 05/18] gdb.base/examine-backward.exp C++ify and Clang
` [RFC 06/18] gdb.base/printcmds.c C++-ify
` [RFC 07/18] gdb.base/watchpoint.{c,exp}
` [RFC 08/18] gdb.base/charset.exp C++ify
` [RFC 09/18] gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify
` [RFC 10/18] gdb.mi/var-cmd.c C++ify
` [RFC 11/18] gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify
` [RFC 13/18] gdb.base/{prologue,symbol-alias}.exp C++ify
` [RFC 14/18] gdb.base/share-env-with-gdbserver.exp C++ify
` [RFC 15/18] gdb.base/sizeof.exp C++ify
` [RFC 16/18] gdb.python/py-as-string.exp C++ify
` [RFC 17/18] gdb.python/py-frame-inline.exp and C++
` [RFC 18/18] gdb.cp/call-c.exp C++ify

[PATCH] bfd: verilog hex dump backend should handle 64-bit addresses
 2020-09-13 23:30 UTC 

[pushed] gdb/testsuite: Explicitly return from main
 2020-09-13 22:31 UTC 

[pushed] Fix gdb.base/share-env-with-gdbserver.exp with Clang
 2020-09-13 20:35 UTC 

[pushed] Make default_mi_gdb_start/dbx_gdb_start use gdb_spawn
 2020-09-13 19:50 UTC 

[ob/pushed] Fix a couple gdb.dwarf2/ testcases with "clang -flto"
 2020-09-13 17:37 UTC 

[PATCH] Add MI "-break-insert --qualified"
 2020-09-13 17:13 UTC  (3+ messages)

[PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier
 2020-09-13 16:40 UTC  (6+ messages)
  ` [PATCH] Move "register" test out of classes.exp to a separate testcase (Re: [PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier.)
    ` [PATCH] Remove stale "register" bits from gdb.cp/misc.cc (Re: [PATCH] Move "register" test out of classes.exp to a separate testcase)

[PATCH] Don't drop static function bp locations w/o debug info
 2020-09-13 13:25 UTC  (3+ messages)

GDB 10.0.90 available for testing
 2020-09-13  3:10 UTC 

gdb-10 branch FROZEN
 2020-09-13  3:09 UTC  (2+ messages)
` gdb-10-branch OPEN again (was: "gdb-10 branch FROZEN")

[pushed/branch] gdb/NEWS: Change "since GDB 9" to "in GDB 10"
 2020-09-13  2:53 UTC 

[pushed] Fix GDB build in infrun.c when configured with unit tests disabled
 2020-09-12 20:54 UTC 

Problem building today's snapshot with MinGW
 2020-09-12 17:36 UTC  (3+ messages)

[PATCH 0/7] Standarize int-wrapping approach in Python code
 2020-09-12 16:16 UTC  (9+ messages)
` [PATCH 1/7] Don't use PyInt_FromSsize_t
` [PATCH 2/7] Don't use gdb_py_long_from_longest
` [PATCH 3/7] Don't use gdb_py_long_from_ulongest
` [PATCH 4/7] Don't use PyLong_FromLong
` [PATCH 5/7] Don't use PyLong_FromLongLong
` [PATCH 6/7] Don't use PyLong_FromUnsignedLong
` [PATCH 7/7] Don't use PyInt_FromLong

[PATCH 0/3] Rewrite enum_flags, add unit tests, fix problems
 2020-09-11 20:26 UTC  (5+ messages)
` [PATCH 2/3] Use type_instance_flags more throughout

[PATCH v3 0/3] avx512 bfloat16 support
 2020-09-11 19:17 UTC  (7+ messages)
` [PATCH v3 1/3] Sync include, libiberty with GCC
` [PATCH v3 2/3] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH v3 3/3] Add bfloat16 support for AVX512 register view

[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
 2020-09-11 13:59 UTC  (12+ messages)
` [PATCH v2] Enable gdb.cp/ambiguous.exp with GCC "

[PATCH v2 0/2] Breakpoint conditions at locations with differing contexts
 2020-09-11 11:56 UTC  (3+ messages)

[PATCH] gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluation"
 2020-09-11 11:54 UTC  (2+ messages)

[OBV][PATCH] gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.exp
 2020-09-11 11:46 UTC 

[RFC PATCH v1] Support inspecting green threads
 2020-09-10 21:24 UTC  (4+ messages)

[PATCH] Fix exception unwinding for ARM Cortex-M
 2020-09-10 21:00 UTC  (7+ messages)
      ` [PATCH] Fix exception stack "

[PATCH v2 0/5] Remove support for old FreeBSD hosts
 2020-09-10 20:18 UTC  (6+ messages)
` [PATCH v2 1/5] Assume that PT_LWPINFO is always defined on "
` [PATCH v2 2/5] Assume KERN_PROC_PATHNAME is present "
` [PATCH v2 3/5] Assume FreeBSD hosts include support for fetching signal information
` [PATCH v2 4/5] Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts
` [PATCH v2 5/5] Assume FreeBSD kernels always report exec events

[PATCH 0/5] Remove support for old FreeBSD hosts
 2020-09-10 19:56 UTC  (5+ messages)

Propose GDB 10 branch this Fri-Sun (Sep 11-13) [2020-09-05 Update]
 2020-09-10 15:03 UTC  (9+ messages)

PR26597, FAIL: gdb.dlang/demangle.exp: _D8demangle4testFI5identZv
 2020-09-10 14:28 UTC 

[PATCH v4 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-10 12:48 UTC  (13+ messages)
` [PATCH v4 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v4 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v4 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v4 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v4 05/10] Add gdb/nat common functions for listing threads
` [PATCH v4 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v4 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v4 08/10] Avoid double free in startup_inferior
` [PATCH v4 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v4 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH v1][PowerPC] Use flexible target descriptors for Linux PowerPC
 2020-09-09 20:19 UTC  (4+ messages)
` [PATCH v2] "

[pushed] Fix latent bug in ada-lang.c:remove_extra_symbols
 2020-09-09 18:49 UTC 

Sales Forecast File
 2020-09-09 14:17 UTC 

[PATCH] bpf: simulator: correct div, mod insn semantics
 2020-09-09  6:21 UTC  (3+ messages)

[pushed] Fix uninitialized warning in gdb_bfd_open
 2020-09-08 16:40 UTC 

[PATCH] Do not adjust mtime timezone on Windows
 2020-09-08 16:28 UTC  (5+ messages)

[PATCH v2] Avoid hash table corruption in gdb_bfd.c
 2020-09-08 16:24 UTC  (3+ messages)

[PATCH v2 0/3] Support frames inlined in outer frames
 2020-09-08  9:55 UTC  (3+ messages)
` [PATCH v2 3/3] gdb: support frames inlined into the outer frame
  ` [committed][gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.exp

[PATCH v2 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-08  2:21 UTC  (29+ messages)
` [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v2 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v2 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v2 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v2 05/10] Add gdb/nat common functions for listing threads
` [PATCH v2 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v2 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v2 08/10] Avoid double free in startup_inferior
` [PATCH v2 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v2 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH v3 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-08  1:07 UTC  (11+ messages)
` [PATCH v3 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v3 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v3 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v3 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v3 05/10] Add gdb/nat common functions for listing threads
` [PATCH v3 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v3 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v3 08/10] Avoid double free in startup_inferior
` [PATCH v3 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v3 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH] Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang
 2020-09-07 14:29 UTC 

[PATCH] gdb/infrun: use switch_to_target_no_thread to switch the target
 2020-09-07 13:22 UTC  (2+ messages)

[PATCH] arc: Add support for Linux coredump files
 2020-09-07  9:14 UTC  (2+ messages)

[PATCH] gdbserver: Add GNU/Linux support for ARC
 2020-09-07  9:12 UTC  (2+ messages)

[PING][PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
 2020-09-07  7:40 UTC 

[PATCH] Rename block.{h,c} to gdb-block.{h, c}
 2020-09-07  5:27 UTC  (6+ messages)

[pushed] Remove unused declaration from symfile.h
 2020-09-06 22:14 UTC 

[PATCH 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-04 12:35 UTC  (15+ messages)
` [PATCH 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH 05/10] Add gdb/nat common functions for listing threads
` [PATCH 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH 08/10] Avoid double free in startup_inferior
` [PATCH 09/10] Switch local native code to gdb/nat shared functions
` [PATCH 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH] bpf: several small fixes in the simulator
 2020-09-03 16:23 UTC  (3+ messages)

[PATCH] sim: better handle builds of primary targets lacking sims
 2020-09-03 16:23 UTC  (4+ messages)

[PATCH] Allow Flang kind printing in complex.exp,pointer-to-pointer.exp,vla-ptr-info.exp
 2020-09-03 16:07 UTC  (3+ messages)

[PATCH] Support printing of 16 byte real/complex type for Flang compiler
 2020-09-03 16:06 UTC  (3+ messages)

[PATCHv2 00/18] Further updates for the language class structure
 2020-09-03 16:00 UTC  (2+ messages)

[PATCH] gdbsupport: move index_digits function here
 2020-09-03 14:15 UTC  (2+ messages)

[PATCH][gdb/breakpoint] Handle setting breakpoint on label without address
 2020-09-03 10:34 UTC  (6+ messages)
      ` [PATCH][gdb/breakpoint, PIE] "
        ` [committed][PATCH][gdb/breakpoint, "

[PATCH 0/3] Fix gdb's BFD cache
 2020-09-02 18:45 UTC  (4+ messages)
` [PATCH 3/3] Further simplify gdb BFD caching

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).