[Lldb-commits] [PATCH] D62213: [ABI] Implement Windows ABI for x86_64
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 30 00:19:12 PDT 2019
labath added a comment.
You might want to have a look at https://reviews.llvm.org/D65409 which might fix (some of?) the issues mentioned here.
I don't know if this is relevant or not, but I thought I'd say that on linux we also effectively aren't able to debug a 64-bit process with a 32-bit lldb(-server). (effectively = that's not entirely true, and the situation is a bit more subtle, but the overall effect is the same).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62213/new/
https://reviews.llvm.org/D62213
More information about the lldb-commits
mailing list