[Lldb-commits] [Patch][Review Request] Fix for multply-nested inline stepping on Linux
Kopec, Matt
matt.kopec at intel.com
Tue Oct 30 10:35:40 PDT 2012
Hi all,
This patch addresses an issue where if stepping into multiply-nested inlined code, the first inlined frames may be skipped over and lldb ends up displaying the last inlined frame.
Thread::WillResume should be called first to determine if we are going to resume otherwise the unwinding/clearing stack frame code doesn't need to run until we resume.
Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20121030/a77c1842/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inline.patch
Type: application/octet-stream
Size: 620 bytes
Desc: inline.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20121030/a77c1842/attachment.obj>
More information about the lldb-commits
mailing list