[Lldb-commits] [PATCH] D61128: Support member function types in PdbAstBuilder
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 06:37:33 PDT 2019
labath added a comment.
Looks like this is failing on the windows bot.
Looking at the test, it seems that you are asserting that you will unwind into a particular offset in ntdll.dll. That sounds like an incredibly fragile assertion, which will only be true for people running the exact same version of ntdll that you happen to have...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61128/new/
https://reviews.llvm.org/D61128
More information about the lldb-commits
mailing list