[Lldb-commits] [PATCH] D48960: Use an unwinder to get register contexts of frames other than zeroth under Windows

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 6 05:50:19 PDT 2018


aleksandr.urakov added a comment.

Excuse me, I have forgot to add lldb-commits as a subscriber, so I'll repeat initial message.

The current version of TargetThreadWindows::CreateRegisterContextForFrame function always returns the register context of the zeroth frame. This patch uses an unwinder to get register contexts of frames other than zeroth.


https://reviews.llvm.org/D48960





More information about the lldb-commits mailing list