public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Generate NT_PROCSTAT_{AUXV,VMMAP} in FreeBSD coredumps
 2018-09-06 22:12 UTC  (7+ messages)
` [PATCH v2] Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[RFC 0/8] add terminal styling to gdb
 2018-09-06 21:14 UTC  (9+ messages)
` [RFC 4/8] Add variable name styling
` [RFC 6/8] Style print_address_symbolic
` [RFC 2/8] Add a "context" argument to add_setshow_enum_cmd
` [RFC 1/8] Change wrap buffering to use a std::string
` [RFC 7/8] Style the gdb welcome message
` [RFC 3/8] Add output styles to gdb
` [RFC 5/8] Style locations when setting a breakpoint
` [RFC 8/8] Style the "Reading symbols" message

[RFAv2 0/6] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-09-06 20:16 UTC  (2+ messages)
` PING "

[PATCH] [PR gdb/23105] Core file error 'Cannot access memory at address' on FreeBSD
 2018-09-06 18:10 UTC  (5+ messages)

[PATCH 0/2] Testsuite: Add simple compile routines
 2018-09-06 15:11 UTC  (5+ messages)
` [PATCH 1/2] Testsuite: Add gdb_can_simple_compile
` [PATCH 2/2] Testsuite: Add gdb_simple_compile

[PATCH 0/3] Add support for DW_OP_GNU_variable_value
 2018-09-06 13:11 UTC  (14+ messages)
` [PATCH 1/3] "
          ` [RFC, gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies
            ` [PATCH, "

[PATCH] compile: Remove non-const reference parameters
 2018-09-06 12:49 UTC  (6+ messages)

[pushed] Remove unused tui_win_element::highlight
 2018-09-06 12:37 UTC 

[pushed] Remove unused tui_win_info::detail::opaque
 2018-09-06 11:10 UTC 

[PATCH] Backport gettext fixes to get rid of warnings on macOS
 2018-09-06 10:36 UTC  (2+ messages)

[FYI] Use pulongest in aarch64-linux-tdep.c
 2018-09-06  4:43 UTC  (3+ messages)

[FYI 0/2] Fix -Wformat-nonliteral
 2018-09-06  3:46 UTC  (4+ messages)
` [FYI 1/2] Disable -Wformat-nonliteral in parts of printcmd.c
` [FYI 2/2] Make -Wformat-nonliteral work with gcc

Local domain sockets (take 3)
 2018-09-05 15:27 UTC  (2+ messages)
` [PATCH] Allow remote debugging over a Unix local domain socket

[FYI] Remove unnecessary casts from cli-cmds.c
 2018-09-05 15:23 UTC 

[release/branch] Set GDB version number to 8.2
 2018-09-05 14:02 UTC  (2+ messages)

[PATCH] x86-64: fix ZMM register state tracking
 2018-09-05 13:23 UTC 

REMINDER about commits on the gdb-8.2-branch
 2018-09-05  9:58 UTC 

GDB 8.3.x release cycle information
 2018-09-05  9:51 UTC 

gdb-8.2 branch FROZEN
 2018-09-05  8:19 UTC  (2+ messages)
` gdb-8.2-branch OPEN again (was: "gdb-8.2 branch FROZEN")

[release/HEAD] Document the GDB 8.2 release in gdb/ChangeLog
 2018-09-05  8:17 UTC 

FYI/BRANCH: Patches applied to branch gdb-8.2-branch
 2018-09-05  8:14 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 8.2.0.DATE-git
` [release/branch 1/2] Document the GDB 8.2 release in gdb/ChangeLog

[PATCHv5 0/2] gdb: Change how frames are selected for 'frame' and 'info frame'
 2018-09-05  7:46 UTC  (3+ messages)
` [PATCHv6] "
  ` PING: "

[PATCH 0/4] Minor gdb build fixes
 2018-09-04 23:43 UTC  (8+ messages)
` [PATCH 3/4] Simplify ada-exp.o rule
` [PATCH 2/4] Remove unneeded explicit .o targets
` [PATCH 4/4] Remove --enable-multi-ice
` [PATCH 1/4] Remove obsolete comments from Makefiles

src/gdb/breakpoint.c:3092: redundant test ?
 2018-09-04 23:26 UTC  (2+ messages)

[PATCH] Adding support for reding signal handler frame in AIX
 2018-09-04 23:18 UTC  (2+ messages)

[PATCH 0/4] Some cleanup removal
 2018-09-04 18:30 UTC  (10+ messages)
` [PATCH 1/4] Remove cleanup from add_path
` [PATCH 4/4] Remove cleanup from try_open_exec_file
` [PATCH 3/4] Return std::string from gdb_bfd_errmsg
` [PATCH 2/4] Remove cleanup from procfs.c

Oh dear. I regret to inform you that commit 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24 might be unfortunate
 2018-09-04 18:09 UTC  (15+ messages)
` Breakage on builder RHEL-s390x-m64, revision 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24
                  ` Proposal to revert the gnulib update patch (was: Re: Breakage on builder RHEL-s390x-m64, revision 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24)
                      ` Proposal to revert the gnulib update patch

[PATCH] Update gnulib to current upstream master
 2018-09-04 17:58 UTC  (18+ messages)
  ` [PATCH] Update gnulib/Makefile.in:aclocal_m4_deps
          ` [PATCH] Automatically update "aclocal_m4_deps" when updating gnulib

Proposal to revert the gnulib update patch (was: Re: Breakage on builder RHEL-s390x-m64, revision 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24)
 2018-09-04 17:02 UTC 

[PATCH v2] Indicate batch mode failures by exiting with nonzero status
 2018-09-04 14:37 UTC  (9+ messages)
        ` [PATCH] Fix batch exit status test failure on Fedora 28

New ARI warning Tue Sep 4 01:56:28 UTC 2018
 2018-09-04 10:59 UTC  (2+ messages)

[PATCH v2] Logical short circuiting with argument lists
 2018-09-04  8:26 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] Small fix for "winheight" usage
 2018-09-03 21:43 UTC 

[PATCH] Call nonl before wgetch in TUI
 2018-09-03 21:30 UTC 

[RFC 0/3] Some TUI fixes
 2018-09-03 18:58 UTC  (5+ messages)
` [RFC 1/3] Minor cleanups in tui-io.c
` [RFC 2/3] Making ANSI terminal escape sequences work in TUI
` [RFC 3/3] Deprecate and replace the "tabset" command

Remote debugging over local domain sockets?
 2018-09-03 18:49 UTC  (11+ messages)
` [PATCH] Allow remote debugging over a local domain socket

[RFA 0/5] Fix some bugs on macOS
 2018-09-03 13:23 UTC  (4+ messages)
` [RFA 3/5] Darwin: set startup-with-shell to off on Sierra and later

Another version for review
 2018-09-03 12:17 UTC  (2+ messages)
` [PATCH] Allow remote debugging over a Unix local domain socket

[PATCH] Fix ARI violations in c++compile
 2018-09-01 19:50 UTC  (3+ messages)

Oh dear. I regret to inform you that commit db1e1b45b417dc3e7d37f401828afa18328d8508 might be unfortunate
 2018-09-01 15:50 UTC  (3+ messages)
` Breakage on builder Fedora-s390x-m64, revision db1e1b45b417dc3e7d37f401828afa18328d8508

[PATCH 0/2] gdb: Allow parenthesis to group arguments to user-defined commands
 2018-09-01 15:36 UTC  (18+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] gdb: Make testnames unique in gdb.base/commands.exp

hierarchical projects with configure scripts
 2018-09-01  7:42 UTC  (6+ messages)

[PATCH 0/2] continuable/steppable/non-steppable watchpoints
 2018-08-31 17:56 UTC  (9+ messages)
` [PATCH 2/2] Add comment describing "
` [PATCH 1/2] Eliminate target_have_continuable_watchpoint

[PATCH 8.2+trunk 0/2] two small rust fixes
 2018-08-31 15:31 UTC  (4+ messages)
` [PATCH 8.2+trunk 2/2] Set TYPE_LENGTH on a variant part
` [PATCH 8.2+trunk 1/2] Fix a small bug in gdb.rust/simple.rs

[PATCH 0/4] RISCV Non-DWARF stack unwinding
 2018-08-31 15:03 UTC  (3+ messages)
` [PATCH 3/4] gdb: Extend the trad-frame API

confirm unsubscribe from gdb-patches@sourceware.org
 2018-08-30 21:01 UTC 

[PATCH 0/9] Add UBSan to the build
 2018-08-30 19:06 UTC  (6+ messages)

[PATCH] Fix compile-cplus-types.c build errors
 2018-08-30 15:28 UTC  (5+ messages)

[PATCH 0/3] some sanitizer fixes
 2018-08-30 15:16 UTC  (2+ messages)

[PATCH] gdb: Ensure compiler doesn't optimise variable out in test
 2018-08-30 15:11 UTC  (6+ messages)

[PATCH/OBV] Use host_address_to_string in compile_cplus_instance::enter_scope
 2018-08-30 14:52 UTC 

Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate
 2018-08-30 14:01 UTC  (9+ messages)
` Breakage on builder Fedora-i686, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "

[PATCH v2 00/10] Enable undefined behavior sanitizer
 2018-08-30  2:44 UTC  (11+ messages)
` [PATCH v2 01/10] Do not pass NULL to memcpy
` [PATCH v2 07/10] Avoid undefined behavior in read_signed_leb128
` [PATCH v2 05/10] Avoid undefined behavior in read_subrange_type
` [PATCH v2 02/10] Change dwarf2_frame_state_reg_info::reg to be std::vector
` [PATCH v2 04/10] Avoid undefined behavior in extract_integer
` [PATCH v2 06/10] Avoid undefined behavior in parse_number
` [PATCH v2 10/10] Add --enable-ubsan
` [PATCH v2 09/10] Avoid undefined behavior in expression dumping
` [PATCH v2 03/10] Use unsigned as base type for some enums
` [PATCH v2 08/10] Avoid undefined behavior in ada_operator_length

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