* alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't

use the PDR, just examine prologues instead.
This commit is contained in:
Jim Kingdon 1995-03-13 23:37:10 +00:00
parent d042121899
commit 4f69fe4692
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 13 15:25:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
* alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
use the PDR, just examine prologues instead.
Fri Mar 10 16:13:18 1995 Kung Hsu <kung@mexican.cygnus.com>
start-sanitize-arc

View File

@ -490,6 +490,11 @@ find_proc_desc (pc, next_frame)
0, NULL);
}
/* If we never found a PDR for this function in symbol reading, then
examine prologues to find the information. */
if (sym && ((mips_extra_func_info_t) SYMBOL_VALUE (sym))->pdr.framereg == -1)
sym = NULL;
if (sym)
{
/* IF this is the topmost frame AND