summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlan.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2024-08-07 14:00:46 -0700
committerFlorian Mayer <fmayer@google.com>2024-08-07 14:00:46 -0700
commit6eae899f9ddda73a6e15c21c08e3e87ddea95b9d (patch)
tree2bed79061b5c434c4e3a0778101f1dede804c976 /lldb/source/Target/ThreadPlan.cpp
parent5e8cc899c3fbf6c6ab5af3885c9bfda5ecbdcbb4 (diff)
parenta8f125feaf9720915d570bf957611775fc1b8bf5 (diff)
Created using spr 1.3.4
Diffstat (limited to 'lldb/source/Target/ThreadPlan.cpp')
-rw-r--r--lldb/source/Target/ThreadPlan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/ThreadPlan.cpp b/lldb/source/Target/ThreadPlan.cpp
index 7927fc314014..f05e1faf343a 100644
--- a/lldb/source/Target/ThreadPlan.cpp
+++ b/lldb/source/Target/ThreadPlan.cpp
@@ -174,6 +174,7 @@ bool ThreadPlan::IsUsuallyUnexplainedStopReason(lldb::StopReason reason) {
case eStopReasonFork:
case eStopReasonVFork:
case eStopReasonVForkDone:
+ case eStopReasonInterrupt:
return true;
default:
return false;