[Lldb-commits] [Patch][Review Request] Fix for multply-nested inline stepping on Linux
Jim Ingham
jingham at apple.com
Tue Oct 30 10:45:27 PDT 2012
Thanks for catching that:
Sending source/Plugins/Process/POSIX/POSIXThread.cpp
Transmitting file data .
Committed revision 167028.
Jim
On Oct 30, 2012, at 10:35 AM, "Kopec, Matt" <matt.kopec at intel.com> wrote:
> 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
> <inline.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list