changeset 70297:8b21f8434b0f

(GUD Customization): Describe cases %d and %c. Update description for %e.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 30 Apr 2006 23:16:47 +0000
parents 69cfa5d95784
children 11e77c23e062
files man/building.texi
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Sun Apr 30 23:15:34 2006 +0000
+++ b/man/building.texi	Sun Apr 30 23:16:47 2006 +0000
@@ -766,8 +766,6 @@
 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 @@
 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 @@
 
 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