aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/symbol_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/symbol_query.c')
-rw-r--r--src/monkey/symbol_query.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/monkey/symbol_query.c b/src/monkey/symbol_query.c
new file mode 100644
index 000000000..55e145f87
--- /dev/null
+++ b/src/monkey/symbol_query.c
@@ -0,0 +1,32 @@
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>
11gdb 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
25Note:@p
26
27Only one is implemented and not in gdb 5.x.@p
28
29***************************************************************************/
30
31#include "mi_gdb.h"
32