public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH][gdb] fix unsigned overflow in charset.c
 2018-10-17 23:28 UTC  (13+ messages)

[PATCH] Fix various tests to use -no-pie linker flag when needed
 2018-10-17 19:33 UTC  (13+ messages)
          ` [PATCH v2] "
            ` [PATCH v3] "

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

[PATCH v2 00/10] gdb/gdbserver support for aarch64 SVE
 2018-10-17 18:46 UTC  (22+ 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

Rainer Orth appointed Solaris maintainer in GDB
 2018-10-17 18:11 UTC 

[PATCH 0/6] Use gdb::array_view some more, plug leaks
 2018-10-17 18:03 UTC  (12+ messages)
` [PATCH 5/6] valops.c: Some more gdb::array_view
` [PATCH 2/6] invoke_xmethod & array_view
` [PATCH 3/6] Eliminate make_symbol_overload_list-related globals & cleanup
` [PATCH 1/6] Use gdb:array_view in call_function_by_hand & friends
` [PATCH 4/6] C++ify badness_vector, fix leaks
` [PATCH 6/6] valops.c: Overload resolution code: Rename parameters/locals

[PATCH 1/3] Pass inferior to terminal_save_inferior
 2018-10-17 17:05 UTC  (4+ messages)
` [PATCH 3/3] Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)
` [PATCH 2/3] Pass inferior to terminal_inferior

[PATCH] Fix target architecture address size inside gdbarch structure
 2018-10-17 14:35 UTC  (5+ messages)

[PATCH] Remove DEF_VECs from symtab.h
 2018-10-17 14:04 UTC 

[PATCH][gdb/testsuite] Rewrite catch-follow-exec.exp
 2018-10-17 12:07 UTC  (17+ messages)
              ` Upper case test names

[PATCH] Prevent inline function parameters from crashing the DWARF reader
 2018-10-16 22:29 UTC  (4+ messages)

[PATCH] gdb/riscv: Fix register access for register aliases
 2018-10-16 22:22 UTC  (2+ messages)

[PATCH v3] Release the GIL while running a gdb command or expression
 2018-10-16 21:49 UTC 

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

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

[FYI] Remove unnecessary casts from TUI
 2018-10-16  5:19 UTC 

Alan Hayward as AArch64/ARM maintainer
 2018-10-15 19:52 UTC 

SYMBOL_LANGUAGE assertion failure on AIX
 2018-10-15 12:56 UTC 

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

[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] 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, 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] 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  (12+ messages)
` [PATCH 5/8] Fix latent bug in msp430-tdep.c
` [PATCH 2/8] Avoid shadowing in gdbserver
` [PATCH 6/8] Avoid shadowing in fdwalk
` [PATCH 4/8] Avoid shadowing in linux-tdep.c
` [PATCH 3/8] Use std::string in mdebugread.c

[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

[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  (5+ messages)
` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] Do not mistreat instructions as cmpxchg8b

[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  (4+ 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 1/2] Fix resource leak "
` [PATCH 2/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 2/2] "
` [PATCH v2 1/2] Add lang_struct_return to _push_dummy_call
` [PING][PATCH v2 0/2] Aarch64: Fix segfault when casting dummy calls

[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  (13+ 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)

[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  (13+ messages)
` [RFC 1/8] Change wrap buffering to use a std::string
` [RFC 3/8] Add output styles to gdb

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

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