# HG changeset patch # User Nick Roberts # Date 1146439007 0 # Node ID 8b21f8434b0f52fe5d396e7edf78f72007af9834 # Parent 69cfa5d95784f6a6525253cafa9be634e3ee95f2 (GUD Customization): Describe cases %d and %c. Update description for %e. diff -r 69cfa5d95784 -r 8b21f8434b0f man/building.texi --- 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