nocpp
[oweals/gnunet.git] / src / monkey / gdbmi_symbol_query.c
1 /**[txh]********************************************************************
2
3   Copyright (c) 2004 by Salvador E. Tropea.
4   Covered by the GPL license.
5
6   Module: Symbol query.
7   Comments:
8   GDB/MI commands for the "Symbol Query" section.@p
9
10 @<pre>
11 gdb command:              Implemented?
12 -symbol-info-address      N.A. (info address, human readable)
13 -symbol-info-file         N.A.
14 -symbol-info-function     N.A.
15 -symbol-info-line         N.A. (info line, human readable)
16 -symbol-info-symbol       N.A. (info symbol, human readable)
17 -symbol-list-functions    N.A. (info functions, human readable)
18 -symbol-list-types        N.A. (info types, human readable)
19 -symbol-list-variables    N.A. (info variables, human readable)
20 -symbol-list-lines        No (gdb 6.x)
21 -symbol-locate            N.A.
22 -symbol-type              N.A. (ptype, human readable)
23 @</pre>
24
25 Note:@p
26
27 Only one is implemented and not in gdb 5.x.@p
28
29 ***************************************************************************/
30
31 #include "gdbmi.h"
32