* dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to
authorStu Grossman <grossman@cygnus>
Wed, 8 Jul 1992 08:00:30 +0000 (08:00 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 8 Jul 1992 08:00:30 +0000 (08:00 +0000)
commit784fd92b3d3474bdace393b07d480fe6d8087111
treeb2566888529efe31bc34fecae1799f4d771cfd7f
parent179798e1e0459d0fd00c93e080aa2745de53d7f4
* dbxread.c (dbx_symfile_init):  Init stab_section_info to NULL to
prevent crashes when examining cross-targets.
* dbxread.c (process_one_symbol):  Include directory name when
calling start_subfile for SOL & BINCL symbols.  This allows gdb to
find include files, and yacc/lex sources when the cwd doesn't match
that in which the object was compiled.
* objfiles.h (ALL_MSYMBOLS):  Don't seg fault when there are no
msymbols.
* symtab.c (lookup_symtab_1):  Rewrite.  It now handles include
files.
gdb/ChangeLog
gdb/dbxread.c
gdb/objfiles.h
gdb/symtab.c
This page took 0.024903 seconds and 4 git commands to generate.