comparison man/building.texi @ 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 5d647f9d823b
children e41cc24662e3 2ecafc6d5db7
comparison
equal deleted inserted replaced
70296:69cfa5d95784 70297:8b21f8434b0f
764 @table @samp 764 @table @samp
765 @item %f 765 @item %f
766 The name of the current source file. If the current buffer is the GUD 766 The name of the current source file. If the current buffer is the GUD
767 buffer, then the ``current source file'' is the file that the program 767 buffer, then the ``current source file'' is the file that the program
768 stopped in. 768 stopped in.
769 @c This said, ``the name of the file the program counter was in at the last breakpoint.''
770 @c But I suspect it is really the last stop file.
771 769
772 @item %l 770 @item %l
773 The number of the current source line. If the current buffer is the GUD 771 The number of the current source line. If the current buffer is the GUD
774 buffer, then the ``current source line'' is the line that the program 772 buffer, then the ``current source line'' is the line that the program
775 stopped in. 773 stopped in.
776 774
777 @item %e 775 @item %e
778 The text of the C lvalue or function-call expression at or adjacent to point. 776 In transient-mark-mode the text in the region, if it is active.
777 Otherwise the text of the C lvalue or function-call expression at or
778 adjacent to point.
779 779
780 @item %a 780 @item %a
781 The text of the hexadecimal address at or adjacent to point. 781 The text of the hexadecimal address at or adjacent to point.
782 782
783 @item %p 783 @item %p
785 the command is used without a numeric argument, @samp{%p} stands for the 785 the command is used without a numeric argument, @samp{%p} stands for the
786 empty string. 786 empty string.
787 787
788 If you don't use @samp{%p} in the command string, the command you define 788 If you don't use @samp{%p} in the command string, the command you define
789 ignores any numeric argument. 789 ignores any numeric argument.
790
791 @item %d
792 The name of the directory of the current source file.
793
794 @item %c
795 Fully qualified class name derived from the expression surrounding point
796 (jdb only).
790 @end table 797 @end table
791 798
792 @node GDB Graphical Interface 799 @node GDB Graphical Interface
793 @subsection GDB Graphical Interface 800 @subsection GDB Graphical Interface
794 801