public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/10] gdb/gdbserver support for aarch64 SVE
 2018-10-15 10:16 UTC  (18+ messages)
` [PATCH v2 02/10] Add Aarch64 SVE Linux headers
                      ` Status of the AArch* builders (was: Re: [PATCH v2 02/10] Add Aarch64 SVE Linux headers)
                          ` Status of the AArch* builders

Gdbserver can listen on local domain sockets
 2018-10-15  9:31 UTC  (16+ messages)
` [PATCH] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested
    ` [PATCH 1/4] "
      ` [PATCH 3/4] GDB: Fix documentation for invoking GDBSERVER
      ` [PATCH 2/4] GDB: Document the unix::/path/to/socket of remote connection
      ` [PATCH 4/4] GDB: Remote target can now accept the form unix::/path/to/socket

[RFC 0/2] add new async events =target-connected and =target-disconnected
 2018-10-14 15:02 UTC  (4+ messages)
` [RFC 2/2] gdb/mi: "
` [RFC 1/2] gdb: add new observables target_connected and target_disconnected

[PATCH] Fix various tests to use -no-pie linker flag when needed
 2018-10-14  9:59 UTC  (4+ messages)

[PATCH][gdb/testsuite] Rewrite catch-follow-exec.exp
 2018-10-13 22:18 UTC  (9+ messages)

[PATCH] Prevent inline function parameters from crashing the DWARF reader
 2018-10-13 18:49 UTC  (2+ messages)

[PATCH] GDB: Documentation: Remove greengrocer's apostrophe
 2018-10-13 18:25 UTC  (2+ messages)

[RFA/commit] rs6000-tdep.c:skip_prologue avoid negative left shift
 2018-10-13  4:26 UTC  (2+ messages)

[PATCH 0/2] Update FreeBSD's syscall table
 2018-10-13  1:52 UTC  (4+ messages)
` [PATCH 1/2] Add an optional "alias" attribute to syscall entries

[patch, testsuite] Clean up gdb.trace results
 2018-10-12 21:36 UTC  (6+ messages)

[PATCH v2 00/10] Undefined Behavior Sanitizer, this time with docs
 2018-10-12 21:07 UTC  (5+ messages)

[pushed] Fix buglets in gdb.trace/tspeed.{exp,c}
 2018-10-12 20:33 UTC 

[PATCH v2] Release the GIL while running a gdb command or expression
 2018-10-12 16:56 UTC  (5+ messages)

[PATCH] Testsuite: Fix racy conditions in py-cmd.exp
 2018-10-12  9:21 UTC 

[PATCH 0/8] Add -Wshadow=local
 2018-10-12  5:25 UTC  (21+ messages)
` [PATCH 5/8] Fix latent bug in msp430-tdep.c
` [PATCH 2/8] Avoid shadowing in gdbserver
` [PATCH 4/8] Avoid shadowing in linux-tdep.c
` [PATCH 6/8] Avoid shadowing in fdwalk
` [PATCH 3/8] Use std::string in mdebugread.c
            ` [SPAM] Re: [PATCH 0/8] Add -Wshadow=local

[testsuite, obvious] fix pathname regexp in gdb.base/solib-vanish.exp
 2018-10-12  0:01 UTC 

[RFC 0/3] Some TUI fixes
 2018-10-11 23:04 UTC  (3+ messages)
` [RFC 2/3] Making ANSI terminal escape sequences work in TUI

[PATCH][gdb] fix unsigned overflow in charset.c
 2018-10-11 20:16 UTC  (8+ messages)

[RFAv3 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-10-11 19:56 UTC  (2+ messages)
` PING^2 "

[PATCH v3 0/3] Aarch64: Fix segfault when casting dummy calls
 2018-10-11 14:49 UTC  (4+ messages)
` [PATCH v3 3/3] "
` [PATCH v3 1/3] Use enum for return method for "
` [PATCH v3 2/3] Pass return_method to _push_dummy_call

[PATCH] Add support for recording xsave x86 instruction
 2018-10-11 11:56 UTC  (9+ messages)
` [PATCH v3] "
` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] Do not mistreat instructions as cmpxchg8b
  ` [PATCH v4 3/3] Add support for recording xsavec x86 instruction

[PATCH] Fix buffer overrun in fetch_register_using_p
 2018-10-10 20:38 UTC  (2+ messages)

[RFC/PATCH] Don't disable selftests in a non-development build
 2018-10-10 20:31 UTC  (6+ messages)
` [PATCH] Add parameter to allow enabling/disabling selftests via configure

[PATCH 0/2] Fix resource leaks found by Coverity
 2018-10-10 16:02 UTC  (5+ messages)
` [PATCH 2/2] Fix resource leak "
` [PATCH 1/2] "

[PATCH] x86-64: fix ZMM register state tracking
 2018-10-10 15:12 UTC  (2+ messages)
` [PATCH v2] "

[RFC] Release the GIL while running a gdb command or expression
 2018-10-10 14:38 UTC  (6+ messages)

[PATCH] Fix resource leak found by Coverity
 2018-10-10 14:20 UTC  (3+ messages)
  ` [PATCH] Fix badness vector resource leaks "

[PATCH] Add missing va_end found by Coverity
 2018-10-10 14:06 UTC  (3+ messages)

[PATCH v2 0/2] Aarch64: Fix segfault when casting dummy calls
 2018-10-10 11:54 UTC  (11+ messages)
` [PATCH v2 1/2] Add lang_struct_return to _push_dummy_call
` [PATCH v2 2/2] Aarch64: Fix segfault when casting dummy calls
` [PING][PATCH v2 0/2] "

[PATCH 2/2] Add Inferior.architecture method
 2018-10-09 20:01 UTC  (3+ messages)
` [Committed] Python doc build fixes

[PATCH] Disable the undefined behavior sanitizer by default
 2018-10-09 18:20 UTC  (3+ messages)

[PATCH] Testsuite: Remove race condition from mi-cmd-param-changed.exp
 2018-10-09 17:52 UTC  (3+ messages)

[PATCH] RISC-V: enable have_nonsteppable_watchpoint by default
 2018-10-09 17:39 UTC  (17+ messages)

RFC: using Ada tasks numbers with thread commands
 2018-10-09 14:22 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix target_supports_scheduler_locking raciness
 2018-10-09 13:47 UTC  (3+ messages)
  ` [gdb/testsuite] Add gdb-caching-proc.exp testcase

[PATCH] Fix buffer overrun found by Coverity
 2018-10-09 13:25 UTC  (5+ messages)

[PATCH 1/2] Support AT_HWCAP2 on FreeBSD
 2018-10-08 22:54 UTC  (2+ messages)
` [PATCH 2/2] Treat all unknown auxv tags on FreeBSD as unknown

[FYI] Remove unused variables from riscv-fbsd-tdep.c
 2018-10-08 22:40 UTC 

[RFC 0/8] add terminal styling to gdb
 2018-10-08 22:17 UTC  (17+ messages)
` [RFC 4/8] Add variable name styling
` [RFC 1/8] Change wrap buffering to use a std::string
` [RFC 3/8] Add output styles to gdb
` [RFC 5/8] Style locations when setting a breakpoint

Oh dear. I regret to inform you that commit 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd might be unfortunate
 2018-10-08 21:58 UTC  (12+ messages)
` Breakage on builder Fedora-s390x-m64, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd
` Breakage on builder Fedora-i686, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Solaris11-amd64-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-w64-mingw32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-m32, "

[PATCH v4 00/12] GDB support for more powerpc registers on linux
 2018-10-08 19:32 UTC  (5+ messages)
    ` ping: "

[PATCH v3 8/8] Make the "info proc" documentation more consistent
 2018-10-08 15:55 UTC  (3+ messages)
` [PATCH] Update string expected from "help info proc" on gdb.base/info-proc.exp

[RFA 00/15] Work toward making psymtabs reusable
 2018-10-08  0:01 UTC  (7+ messages)
` [RFA 08/15] Remove readin and compunit_symtab fields from psymtab

[PATCH] GDB: Work around buggy Dwarf lineinfo produced by third party compiler
 2018-10-07 22:21 UTC  (2+ messages)

[PATCH 0/2] two more Python paper-cuts
 2018-10-07  5:21 UTC  (2+ messages)

[PATCH v3] Logical short circuiting with argument lists
 2018-10-07  5:14 UTC  (4+ messages)
    ` New FAILs on gdb.fortran/short-circuit-argument-list.exp when testing on native{,-extended}-gdbserver (was: Re: [PATCH v3] Logical short circuiting with argument lists)

[PATCH] Use standard_output_file in a couple more places
 2018-10-07  4:49 UTC  (2+ messages)

[PATCH] Do not accidentally include in-tree readline headers
 2018-10-07  4:46 UTC  (2+ messages)

[PATCH] Fix Python gdb.Breakpoint.location crash
 2018-10-07  4:22 UTC  (2+ messages)

[PATCH] Update help text for commands implemented in Python
 2018-10-07  4:02 UTC  (2+ messages)

[PATCH] Call nonl before wgetch in TUI
 2018-10-06 21:52 UTC  (2+ messages)

[RFC] Avoid crash when calling warning too early
 2018-10-06 21:13 UTC  (3+ messages)

[RFC] partial symbol name matching vs regexp
 2018-10-06  0:16 UTC 

[PATCH v2 0/4] Initial support for FreeBSD/riscv
 2018-10-05 20:18 UTC  (5+ messages)
` [PATCH v2 1/4] Add helper functions to trad_frame to support register cache maps

[PATCH] Provide Solaris 11 buildbots
 2018-10-05 15:36 UTC  (15+ messages)

[PATCH 0/5] Merge common proc_service headers
 2018-10-05 14:23 UTC  (5+ messages)

[PATCH v3 PR gdb/16841] virtual inheritance via typedef cannot find base
 2018-10-05 14:02 UTC  (6+ messages)

[PATCH][gdb/python] Add interface to access minimal_symbols
 2018-10-05  6:46 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).