* blockframe.c (create_new_frame, get_prev_frame_info):
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 16 Aug 1993 10:03:57 +0000 (10:03 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 16 Aug 1993 10:03:57 +0000 (10:03 +0000)
commitdff84871e97933ce7c7edc3ac49a2307a59c3c83
tree7dfad6cbcdaf9e63e827805340e9adf1516ef105
parent4fd0b84ea3b8a0bfcbc914568039db1a4c628f31
* blockframe.c (create_new_frame, get_prev_frame_info):
Use the function name when calling IN_SIGTRAMP.
* config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
Define for correct handling of bachtraces through _sigtramp.
* m68k-tdep.c (m68k_find_saved_regs):  Adjust saved sp for fake
sigtramp frames.
* mipsread.c (parse_type):  Handle corrupt TIR info with complaint
instead of core dump.
* mipsread.c (parse_partial_symbols):  Put static symbols into the
mimimal symbol table, use proper mst_types for all minimal symbols.
* stack.c (frame_info, print_frame_info):  Use the starting source
line number on a line boundary if backtracing through sigtramp.
gdb/stack.c