diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-06-02 10:15:41 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-06-02 10:15:41 +0000 |
commit | 351ff01ac526af94e6e159e9bc4be6411d11f4ea (patch) | |
tree | ac5411229631f657fb17a313e7b61cbfa69a4c37 /gdb | |
parent | d5e40d59c55164c9dce1956353ba91a79d1daae1 (diff) | |
download | gdb-351ff01ac526af94e6e159e9bc4be6411d11f4ea.zip gdb-351ff01ac526af94e6e159e9bc4be6411d11f4ea.tar.gz gdb-351ff01ac526af94e6e159e9bc4be6411d11f4ea.tar.bz2 |
(GDB/MI File Commands): New node split from Program Control.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a0e4df8..db74dec 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17261,6 +17261,7 @@ Elena Zannoni. * GDB/MI Breakpoint Table Commands:: * GDB/MI Data Manipulation:: * GDB/MI Program Control:: +* GDB/MI File Commands:: * GDB/MI Miscellaneous Commands:: @ignore * GDB/MI Kod Commands:: @@ -19520,6 +19521,12 @@ file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@} Is this going away???? @end ignore +@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +@node GDB/MI File Commands +@section @sc{gdb/mi} File Commands + +This section describes the GDB/MI commands to specify executable file names +and to read in and obtain symbol table information. @subheading The @code{-file-exec-and-symbols} Command @findex -file-exec-and-symbols |