Tentative fix (add `extern "C"` declarations to expression prefix) and printing evalu...
authorKuba Brecka <kuba.brecka@gmail.com>
Thu, 7 Apr 2016 10:02:43 +0000 (10:02 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Thu, 7 Apr 2016 10:02:43 +0000 (10:02 +0000)
commit97fe60f45002102c1606143c1a44158ce960991e
treef893ca4784ddc5017e6d2ddca260cc3b7c8aa209
parente91e7bab8d0679454a40ffe2272b05954fceeada
Tentative fix (add `extern "C"` declarations to expression prefix) and printing evaluation errors for AddressSanitizer (both MemoryHistoryASan.cpp and AddressSanitizerRuntime.cpp).  Hopefully this will make the ASan testcases pass or at least the failure should be easier to diagnose.

llvm-svn: 265651
lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp