aboutsummaryrefslogtreecommitdiff
path: root/gdb/partial-stab.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-05-12 13:41:52 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-05-12 13:41:52 +0000
commit48b2d07e4c59bbbaacf6face47e2eafac2271092 (patch)
tree0ce522009a04aadbcc8b3f6681047a103dd77aae /gdb/partial-stab.h
parent2d2959e85259dd49a2be7c708e845df36432aa3b (diff)
downloadgdb-48b2d07e4c59bbbaacf6face47e2eafac2271092.zip
gdb-48b2d07e4c59bbbaacf6face47e2eafac2271092.tar.gz
gdb-48b2d07e4c59bbbaacf6face47e2eafac2271092.tar.bz2
* partial-stab.h: Expand comments.
Diffstat (limited to 'gdb/partial-stab.h')
-rw-r--r--gdb/partial-stab.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h
index 38bac24..a0eafac 100644
--- a/gdb/partial-stab.h
+++ b/gdb/partial-stab.h
@@ -22,6 +22,17 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
SET_NAMESTRING() --Set namestring to name of symbol.
CUR_SYMBOL_TYPE --Type code of current symbol.
CUR_SYMBOL_VALUE --Value field of current symbol. May be adjusted here.
+ namestring - variable pointing to the name of the stab.
+ section_offsets - variable pointing to the section offsets.
+ pst - the partial symbol table being built.
+
+ psymtab_include_list, includes_used, includes_allocated - list of include
+ file names (N_SOL) seen so far.
+ dependency_list, dependencies_used, dependencies_allocated - list of
+ N_EXCL stabs seen so far.
+
+ END_PSYMTAB -- end a partial symbol table.
+ START_PSYMTAB -- start a partial symbol table.
*/
/* End of macro definitions, now let's handle them symbols! */