* gc++filt.m4: New file.
[deliverable/binutils-gdb.git] / gdb / amd64obsd-tdep.c
index 1938bdd72793b4c3fea265a0d6bdd3abdcfaae43..89eac131452b7c3a2f8d7640d7e8f33e5ec38ff3 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for OpenBSD/amd64.
 
-   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
+   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -380,7 +380,7 @@ amd64obsd_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.02472 seconds and 4 git commands to generate.