* hppa-tdep.c (frame_chain): Rework so that it correctly
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 6 Oct 1993 21:48:39 +0000 (21:48 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 6 Oct 1993 21:48:39 +0000 (21:48 +0000)
handles boundaries where code with a frame pointer calls code
without a frame pointer.
(dig_fp_from_stack): New function.

gdb/hppa-tdep.c

index 4c35afa9af405ef2693b8a6507ef20d9c1c3dd93..7ebe97d5d635b43356367390a8965bdab16d102f 100644 (file)
@@ -574,8 +574,10 @@ frame_chain (frame)
 
       if (!u)
        {
-         /* We could find this information by examining prologues.  This
-            is necessary to deal with stripped executables.  */
+         /* We could find this information by examining prologues.  I don't
+            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);
          return 0;
        }
This page took 0.025016 seconds and 4 git commands to generate.