From: Andrew Stubbs Date: Wed, 16 Nov 2005 12:49:17 +0000 (+0000) Subject: 2005-11-16 Andrew Stubbs X-Git-Tag: gdb-csl-20060226-branchpoint~738 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91e9901182382c1ae600c552133f093578f59c1;p=external%2Fbinutils.git 2005-11-16 Andrew Stubbs * NEWS (6.4): Mention $argc. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eded0b9..5bc4e76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-11-16 Andrew Stubbs + + * NEWS (6.4): Mention $argc. + 2005-11-15 Andrew Stubbs * NEWS: Add --batch-silent, --return-child-result, and --eval-command diff --git a/gdb/NEWS b/gdb/NEWS index e09baaa..84dc827 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