summaryrefslogtreecommitdiff
path: root/include/lldb/Target/LanguageRuntime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/LanguageRuntime.h')
-rw-r--r--include/lldb/Target/LanguageRuntime.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/Target/LanguageRuntime.h b/include/lldb/Target/LanguageRuntime.h
index 93c0437da75dd..0aaa67c2382cc 100644
--- a/include/lldb/Target/LanguageRuntime.h
+++ b/include/lldb/Target/LanguageRuntime.h
@@ -67,6 +67,12 @@ public:
}
virtual bool
+ ExceptionBreakpointsAreSet ()
+ {
+ return false;
+ }
+
+ virtual bool
ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason)
{
return false;