summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-16 12:49:17 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-16 12:49:17 +0000
commitf5e4d2d743b4bc64b92bdfd4ccc5d8f00d43b2b9 (patch)
treef2f4cf8a89a2ad91cf8f50b9ad5a64f67e5ab6b9
parentb28606666fab7e0c0869440facbe0ea0db26a7d1 (diff)
downloadgdb-f5e4d2d743b4bc64b92bdfd4ccc5d8f00d43b2b9.tar.gz
2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
* NEWS (6.4): Mention $argc.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eded0b9ae40..5bc4e768bc5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
+
+ * NEWS (6.4): Mention $argc.
+
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
* NEWS: Add --batch-silent, --return-child-result, and --eval-command
diff --git a/gdb/NEWS b/gdb/NEWS
index e09baaa0cb9..84dc8279229 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -70,6 +70,12 @@ behavior.
GDB now supports the not-quite-ieee VAX F and D floating point formats.
+* User-defined command support
+
+In addition to using $arg0..$arg9 for argument passing, it is now possible
+to use $argc to determine now many arguments have been passed. See the
+section on user-defined commands in the user manual for more information.
+
*** Changes in GDB 6.3:
* New command line option