summaryrefslogtreecommitdiff
path: root/man/building.texi
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-04-30 23:16:47 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-04-30 23:16:47 +0000
commitd6802fc19c85c31f9de44064d959e7c041c68e1d (patch)
tree184d8f63b616da26befa19af79200ff2d4491367 /man/building.texi
parent2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e (diff)
downloademacs-d6802fc19c85c31f9de44064d959e7c041c68e1d.tar.gz
(GUD Customization): Describe cases %d and %c.
Update description for %e.
Diffstat (limited to 'man/building.texi')
-rw-r--r--man/building.texi13
1 files changed, 10 insertions, 3 deletions
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