From c179febe79bf2fe2f64852c827813fc46da819f5 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 4 Dec 2017 09:17:15 +0100 Subject: Document the new "-a" command line option for gcore gdb/ChangeLog: 2017-11-29 Sergio Lopez * NEWS (Changes since GDB 8.0): Announce new "-a" command line option for gcore. gdb/doc/ChangeLog: 2017-11-29 Sergio Lopez * gdb.texinfo (gcore man): Document new "-a" command line option. --- gdb/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index 86fcbd9..2262b25 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -58,6 +58,11 @@ ** The "complete" command now mimics TAB completion accurately. +* New command line options (gcore) + +-a + Dump all memory mappings. + * Breakpoints on C++ functions are now set on all scopes by default By default, breakpoints on functions/methods are now interpreted as -- cgit v1.1