Rename "wild_match" parameter in ada-lang.c:symbol_completion_add...
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index b3a32d2a08a179c4c3a57d6257efdaafb5e611a0..4a42a76b25ad428608632336f8213c1dfd8468c0 100644 (file)
@@ -1,8 +1,6 @@
 /* Code dealing with dummy stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-   1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009,
-   2010 Free Software Foundation, Inc.
+   Copyright (C) 1986-2004, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -121,7 +119,7 @@ pop_dummy_frame (struct dummy_frame **dummy_ptr)
   restore_infcall_suspend_state ((*dummy_ptr)->caller_state);
 
   /* restore_infcall_control_state frees inf_state,
-     all that remains is to pop *dummy_ptr */
+     all that remains is to pop *dummy_ptr */
   dummy = *dummy_ptr;
   *dummy_ptr = dummy->next;
   xfree (dummy);
@@ -261,7 +259,7 @@ dummy_frame_prev_register (struct frame_info *this_frame,
 /* Assuming that THIS_FRAME is a dummy, return its ID.  That ID is
    determined by examining the NEXT frame's unwound registers using
    the method dummy_id().  As a side effect, THIS dummy frame's
-   dummy cache is located and and saved in THIS_PROLOGUE_CACHE.  */
+   dummy cache is located and saved in THIS_PROLOGUE_CACHE.  */
 
 static void
 dummy_frame_this_id (struct frame_info *this_frame,
@@ -278,6 +276,7 @@ dummy_frame_this_id (struct frame_info *this_frame,
 const struct frame_unwind dummy_frame_unwind =
 {
   DUMMY_FRAME,
+  default_frame_unwind_stop_reason,
   dummy_frame_this_id,
   dummy_frame_prev_register,
   NULL,
This page took 0.024848 seconds and 4 git commands to generate.