]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/source.c
* mdebugread.c (parse_symbol): Use new variable
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 8 Apr 1995 09:59:02 +0000 (09:59 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 8 Apr 1995 09:59:02 +0000 (09:59 +0000)
commit41270571562fe1b32a38ba7a49dac8a9e416d1c8
tree00fa74fdb9921632aba5fbd09490941ea7c4bf3b
parent6d3055cb47312443549339a6142f090fcf1d5b09
* mdebugread.c (parse_symbol):  Use new variable
nodebug_var_symbol_type as type of variables which don't have any
ecoff debug info associated with them.
(parse_symbol, parse_procedure):  Use heuristics to determine if
functions were compiled without debugging info and change their
type to nodebug_function_symbol_type.
(_initialize_mdebugread):  Initialize nodebug_*_symbol_type.

* source.c (line_info):  Clear sal.pc for `info line' without
arguments.
gdb/ChangeLog
gdb/mdebugread.c
gdb/source.c