public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* kickstaring frame handling
@ 2003-07-01 20:25 Jafa
  2003-07-01 22:56 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Jafa @ 2003-07-01 20:25 UTC (permalink / raw)
  To: gdb

Hi guys,

How does the new frame handling get kickstarted (ie create the currently
executing frame)?

The ip2k port is dying with the message "internal-error: deprecated_read_fp"
triggered from legacy_get_prev_frame, called from unwind_to_current_frame.

Obviously it should not be trying to call this function so I must have
missed something.

I will keep tracing through it but if the problem is obvious to anyone then
it would save some debug time.

Thanks

Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kickstaring frame handling
  2003-07-01 20:25 kickstaring frame handling Jafa
@ 2003-07-01 22:56 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-07-01 22:56 UTC (permalink / raw)
  To: Jafa; +Cc: gdb

On Tue, Jul 01, 2003 at 01:22:50PM -0700, Jafa wrote:
> Hi guys,
> 
> How does the new frame handling get kickstarted (ie create the currently
> executing frame)?
> 
> The ip2k port is dying with the message "internal-error: deprecated_read_fp"
> triggered from legacy_get_prev_frame, called from unwind_to_current_frame.
> 
> Obviously it should not be trying to call this function so I must have
> missed something.
> 
> I will keep tracing through it but if the problem is obvious to anyone then
> it would save some debug time.

See legacy_frame_p.  You can't provide the legacy methods and use the
new code.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-01 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-01 20:25 kickstaring frame handling Jafa
2003-07-01 22:56 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).