From: Nick Roberts Date: Sun, 30 Apr 2006 23:16:47 +0000 (+0000) Subject: (GUD Customization): Describe cases %d and %c. X-Git-Tag: emacs-pretest-22.0.90~2888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6802fc19c85c31f9de44064d959e7c041c68e1d;p=emacs.git (GUD Customization): Describe cases %d and %c. Update description for %e. --- diff --git a/man/building.texi b/man/building.texi index 57ecbeb2a5b..0cbaa5d1826 100644 --- a/man/building.texi +++ b/man/building.texi @@ -766,8 +766,6 @@ the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to The name of the current source file. If the current buffer is the GUD buffer, then the ``current source file'' is the file that the program stopped in. -@c This said, ``the name of the file the program counter was in at the last breakpoint.'' -@c But I suspect it is really the last stop file. @item %l The number of the current source line. If the current buffer is the GUD @@ -775,7 +773,9 @@ buffer, then the ``current source line'' is the line that the program stopped in. @item %e -The text of the C lvalue or function-call expression at or adjacent to point. +In transient-mark-mode the text in the region, if it is active. +Otherwise the text of the C lvalue or function-call expression at or +adjacent to point. @item %a The text of the hexadecimal address at or adjacent to point. @@ -787,6 +787,13 @@ empty string. If you don't use @samp{%p} in the command string, the command you define ignores any numeric argument. + +@item %d +The name of the directory of the current source file. + +@item %c +Fully qualified class name derived from the expression surrounding point +(jdb only). @end table @node GDB Graphical Interface