summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-15 12:38:45 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-15 12:38:45 +0000
commitcf8f082b299fff01140ed36143108da91d85221a (patch)
tree25b385c98818cfc0e2489f34bdc190ba128d89c5
parent46b9a770c98be6570eb37b22cbd2b12df89d1d6d (diff)
downloadgdb-cf8f082b299fff01140ed36143108da91d85221a.tar.gz
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
* NEWS: Add --batch-silent, --return-child-result, and --eval-command options to the 6.4 section.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS10
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1be547cd822..eded0b9ae40 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
+ * NEWS: Add --batch-silent, --return-child-result, and --eval-command
+ options to the 6.4 section.
+
+2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
+
* cli/cli-script.c: Include gdb_assert.h.
(locate_arg): Detect $argc.
(insert_args): Substitute $argc.
diff --git a/gdb/NEWS b/gdb/NEWS
index 89099f6138e..e09baaa0cb9 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -12,6 +12,16 @@ OpenBSD/mips64 mips64-*-openbsd*
Morpho Technologies ms1 ms1-elf
+* New command line options
+
+--batch-silent As for --batch, but totally silent.
+--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.
+
* Deprecated commands removed
The following commands, that were deprecated in 2000, have been