summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-11-30 17:29:54 +0000
committerStella Stamenova <stilis@microsoft.com>2018-11-30 17:29:54 +0000
commit9a3686b208dcde5a88cfdadb555f625964fe4bc1 (patch)
treea8503109b9867ed5336f966ed645a440c299e2a4 /lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
parente47b3669002affb663f76e4a43453b56d3839ec7 (diff)
downloadbcm5719-llvm-9a3686b208dcde5a88cfdadb555f625964fe4bc1.tar.gz
bcm5719-llvm-9a3686b208dcde5a88cfdadb555f625964fe4bc1.zip
Revert "[PDB] Support PDB-backed expressions evaluation"
This reverts commit dec87759523b2f22fcff3325bc2cd543e4cda0e7. This commit caused the tests on Windows to run forever rather than complete. Reverting until the commit can be fixed to not stall. llvm-svn: 348009
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp')
-rw-r--r--lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
index a121f8d3afd..b6ba70289d9 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
@@ -957,9 +957,8 @@ ProcessWindows::OnDebugException(bool first_chance,
}
if (!first_chance) {
- // Not any second chance exception is an application crash by definition.
- // It may be an expression evaluation crash.
- SetPrivateState(eStateStopped);
+ // Any second chance exception is an application crash by definition.
+ SetPrivateState(eStateCrashed);
}
ExceptionResult result = ExceptionResult::SendToApplication;
OpenPOWER on IntegriCloud