Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] frv-tdep.c: Eliminate call to inside_entry_func()
@ 2003-11-21 21:37 Kevin Buettner
  0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2003-11-21 21:37 UTC (permalink / raw)
  To: gdb-patches

I've just committed the patch below.

	* frv-tdep.c (frv_frame_this_id): Eliminate call to
	inside_entry_func().

Index: frv-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/frv-tdep.c,v
retrieving revision 1.61
diff -u -p -r1.61 frv-tdep.c
--- frv-tdep.c	7 Nov 2003 06:00:07 -0000	1.61
+++ frv-tdep.c	21 Nov 2003 21:34:30 -0000
@@ -1101,11 +1101,6 @@ frv_frame_this_id (struct frame_info *ne
   /* The FUNC is easy.  */
   func = frame_func_unwind (next_frame);
 
-  /* This is meant to halt the backtrace at "_start".  Make sure we
-     don't halt it at a generic dummy frame. */
-  if (inside_entry_func (func))
-    return;
-
   /* Check if the stack is empty.  */
   msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL);
   if (msym_stack && info->base == SYMBOL_VALUE_ADDRESS (msym_stack))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-21 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-21 21:37 [PATCH] frv-tdep.c: Eliminate call to inside_entry_func() Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox