This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] dummy-frame.c, fix typo


2003-10-09  Michael Snyder  <msnyder@redhat.com>

	* dummy-frame.c: Fix typo.

Index: dummy-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/dummy-frame.c,v
retrieving revision 1.26
diff -p -r1.26 dummy-frame.c
*** dummy-frame.c	16 Jul 2003 22:29:13 -0000	1.26
--- dummy-frame.c	10 Oct 2003 00:27:37 -0000
*************** dummy_frame_this_id (struct frame_info *
*** 387,393 ****
      }
    else
      {
!       /* Outch!  We're not trying to find the innermost frame's ID yet
  	 we're trying to unwind to a dummy.  The architecture must
  	 provide the unwind_dummy_id() method.  Abandon the unwind
  	 process but only after first warning the user.  */
--- 387,393 ----
      }
    else
      {
!       /* Ouch!  We're not trying to find the innermost frame's ID yet
  	 we're trying to unwind to a dummy.  The architecture must
  	 provide the unwind_dummy_id() method.  Abandon the unwind
  	 process but only after first warning the user.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]