This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: GDB as a loader 3/3: --eval-command option


Joel Brobecker wrote:
Indeed, I think you need to add a new section like this:

*** Changes since GDB 6.4

OK, how about the attached? There's one for the branch and one for mainline.


I added the new stuff above the deprecated stuff rather than just appeanding it to the end.

Andrew Stubbs
2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>

	* NEWS: Change 'since 6.3' to 'in 6.4' and add --batch-silent option.
	Add 'since 6.4' section with --return-child-result and --eval-command
	options.

Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS	2005-11-07 17:37:18.000000000 +0000
+++ src/gdb/NEWS	2005-11-07 17:45:23.000000000 +0000
@@ -1,7 +1,18 @@
 		What has changed in GDB?
 	     (Organized release by release)
 
-*** Changes since GDB 6.3
+*** Changes since GDB 6.4
+
+* New command line options
+
+--return-child-result		The debugger will exist with the same value
+				the child (debugged) program exited with.
+--eval-command COMMAND, -ex COMMAND
+				Execute a single GDB CLI command. This may be
+				specified multiple times and in conjunction
+				with the --command (-x) option.
+
+*** Changes in GDB 6.4
 
 * New native configurations
 
@@ -12,6 +23,10 @@ OpenBSD/mips64			mips64-*-openbsd*
 
 Morpho Technologies ms1		ms1-elf
 
+* New command line options
+
+--batch-silent                 As for --batch, but totally silent.
+
 * Deprecated commands removed
 
 The following commands, that were deprecated in 2000, have been
2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>

	* NEWS: Add --batch-silent option.

Index: src6.4/NEWS
===================================================================
--- src6.4.orig/NEWS	2005-11-07 14:12:02.000000000 +0000
+++ src6.4/NEWS	2005-11-07 14:12:08.000000000 +0000
@@ -12,6 +12,10 @@ OpenBSD/mips64			mips64-*-openbsd*
 
 Morpho Technologies ms1		ms1-elf
 
+* New command line options
+
+--batch-silent			As for --batch, but totally silent.
+
 * Deprecated commands removed
 
 The following commands, that were deprecated in 2000, have been

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]