* symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New
authorJohn Gilmore <gnu@cygnus>
Fri, 19 Apr 1991 01:55:07 +0000 (01:55 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 19 Apr 1991 01:55:07 +0000 (01:55 +0000)
commit3ba6a043d4888ab5b227c98addbeffa36299ea0d
tree0a5ec87bdd9193b05659f3016e4b0082ed754182
parentdcf5473afffb8a86df92a0cf17621b4c8ce83be0
    * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):  New
        defines for the blocks of a blockvector that contain global and
        file-static symbols and the first of the smaller scope contours.
        * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line,
        decode_line_1, make_symbol_completion_list):  Use the above.

        * symtab.c (list_symbols):  Process the first symbol of the
        static psymbols list.
        (types_info):  Restore this function from its untimely #if 0.
        It's not perfect, but it is better than nothing.
        (_initialize_symtab):  Restore "info types".
gdb/symtab.c
This page took 0.039471 seconds and 4 git commands to generate.