Re: How to skip system functions while stepping through the code?
Geert Vancompernolle <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] http://lists.gnu.org/mailman/listinfo/ddd _______________________________________________ Ddd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ddd