ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to skip system functions while stepping through the code?


From: Geert Vancompernolle
Subject: Re: How to skip system functions while stepping through the code?
Date: Sun, 04 Mar 2007 12:07:17 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

You're right, Hans,

I've stripped the library "libstdc++.a" using "
cris-strip --strip-debug libstdc++.a" and it works flawlessly now.

Thanks for the hint!

Best rgds,

--Geert

Hansjuergen Schulz wrote:
It looks like your  C/C++ libraries are compiled in debug mode.  You can try to remove the debug information from your libraries using the strip utility. The debugger should skip  over library calls if no symbols are available for it.

Regards,
HaJu



_______________________________________________ Ddd mailing list address@hidden http://lists.gnu.org/mailman/listinfo/ddd

reply via email to

[Prev in Thread] Current Thread [Next in Thread]