* hppa-tdep.c (frame_chain): Rework so that it correctly
handles boundaries where code with a frame pointer calls code without a frame pointer. (dig_fp_from_stack): New function.
This commit is contained in:
parent
580217119e
commit
01a0354571
@ -574,8 +574,10 @@ frame_chain (frame)
|
|||||||
|
|
||||||
if (!u)
|
if (!u)
|
||||||
{
|
{
|
||||||
/* We could find this information by examining prologues. This
|
/* We could find this information by examining prologues. I don't
|
||||||
is necessary to deal with stripped executables. */
|
think anyone has actually written any tools (not even "strip")
|
||||||
|
which leave them out of an executable, so maybe this is a moot
|
||||||
|
point. */
|
||||||
warning ("Unable to find unwind for PC 0x%x -- Help!", frame->pc);
|
warning ("Unable to find unwind for PC 0x%x -- Help!", frame->pc);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user