2009-12-15 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / i386obsd-tdep.c
index 862183895d547e1695a76e4542fd20b9f8ee5f4c..c33a24e5be44c93487a41e2582d5dec93c6c1de8 100644 (file)
@@ -376,7 +376,7 @@ i386obsd_trapframe_cache (struct frame_info *this_frame, void **this_cache)
   if ((cs & I386_SEL_RPL) == I386_SEL_UPL)
     {
       /* Trap from user space; terminate backtrace.  */
-      trad_frame_set_id (cache, null_frame_id);
+      trad_frame_set_id (cache, outer_frame_id);
     }
   else
     {
This page took 0.024508 seconds and 4 git commands to generate.