Re: How to backtrace an separate stack?
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
>> Yes, the infamous "previous frame inner to this frame" error message. I >> think this is primarily intended to detect stack trashing, but maybe it >> also serves to work around bad debuginfo or bugs in the unwinders. Florian> Is there a user-level command to disable the check manually? I don't think so. I think it would be fine if someone wanted to add one. Tom