diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-04-08 09:59:02 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-04-08 09:59:02 +0000 |
commit | 41270571562fe1b32a38ba7a49dac8a9e416d1c8 (patch) | |
tree | 00fa74fdb9921632aba5fbd09490941ea7c4bf3b /gdb/ChangeLog | |
parent | 6d3055cb47312443549339a6142f090fcf1d5b09 (diff) | |
download | gdb-41270571562fe1b32a38ba7a49dac8a9e416d1c8.zip gdb-41270571562fe1b32a38ba7a49dac8a9e416d1c8.tar.gz gdb-41270571562fe1b32a38ba7a49dac8a9e416d1c8.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 221546b..e7360a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * 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. + Fri Apr 7 17:43:01 1995 Stu Grossman (grossman@andros.cygnus.com) * monitor.c: make_xmodem_packet and print_xmodem_packet go away. |