From: Jim Kingdon Date: Fri, 12 May 1995 13:41:52 +0000 (+0000) Subject: * partial-stab.h: Expand comments. X-Git-Tag: gdb-4_18~11798 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48b2d07e4c59bbbaacf6face47e2eafac2271092;p=thirdparty%2Fbinutils-gdb.git * partial-stab.h: Expand comments. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0ab295b5cd..5887badf382 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri May 12 06:39:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * partial-stab.h: Expand comments. + Thu May 11 19:01:37 1995 Jeff Law (law@snake.cs.utah.edu) * Support debugging using native MACH primitives on hppa*-*-osf*. diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h index 38bac2452b6..a0eafac0e93 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! */