This is the mail archive of the gdb@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]

Re: kickstaring frame handling


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


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