Upstreaming a patch from Github: When evaluation user expressions, ignore InstrumentationRuntime breakpoints. (#235)
llvm-svn: 307881
This commit is contained in:
@@ -163,6 +163,9 @@ bool MainThreadCheckerRuntime::NotifyBreakpointHit(
|
||||
process_sp != context->exe_ctx_ref.GetProcessSP())
|
||||
return false;
|
||||
|
||||
if (process_sp->GetModIDRef().IsLastResumeForUserExpression())
|
||||
return false;
|
||||
|
||||
StructuredData::ObjectSP report =
|
||||
instance->RetrieveReportData(context->exe_ctx_ref);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user