Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_STEP (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/source/Target/
DThreadPlanStepRange.cpp93 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportStop()
135 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in InRange()
320 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ClearNextBranchBreakpoint()
334 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in SetNextBranchBreakpoint()
398 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in NextRangeBreakpointExplainsStop()
483 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
500 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in IsPlanStale()
DThreadPlanStepInRange.cpp96 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
230 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP); in ShouldStop()
293 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in FrameMatchesAvoidRegexp()
325 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DefaultShouldStopHereCallback()
439 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DoPlanExplainsStop()
466 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DoWillResume()
DThreadPlanStepThrough.cpp66 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ThreadPlanStepThrough()
99 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in LookForPlanToStepThroughFromCurrentPC()
250 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
281 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in HitOurBackstopBreakpoint()
DThreadPlanCallFunction.cpp60 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP)); in ConstructorSetup()
247 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_VERBOSE)); in ReportRegisterState()
275 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP)); in DoTakedown()
367 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP|LIBLLDB_LOG_PROCESS)); in DoPlanExplainsStop()
543 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
594 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP)); in BreakpointsExplainStop()
DThreadPlanStepOverRange.cpp71 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
302 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DoPlanExplainsStop()
352 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DoWillResume()
DThreadList.cpp251 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
338 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportStop()
406 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportRun()
460 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in RefreshStateAfterStop()
517 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in WillResume()
524 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in WillResume()
DThreadPlanStepInstruction.cpp113 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
216 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
DThreadPlanShouldStopHere.cpp54 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in InvokeShouldStopHereCallback()
DThread.cpp681 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
914 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportStop()
978 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportRun()
1027 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in PushPlan()
1043 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in PopPlan()
1063 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DiscardPlan()
1218 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DiscardThreadPlansUpToPlan()
1259 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in DiscardThreadPlans()
DThreadPlan.cpp98 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldReportStop()
154 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in WillResume()
DThreadPlanStepOut.cpp380 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
408 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in QueueInlinedStepPlan()
DThreadPlanStepOverBreakpoint.cpp126 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
DThreadPlanBase.cpp103 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
DStackFrameList.cpp93 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in GetCurrentInlinedDepth()
115 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ResetCurrentInlinedDepth()
210 … Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ResetCurrentInlinedDepth()
DThreadPlanRunToAddress.cpp229 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
DThreadPlanStepUntil.cpp400 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in MischiefManaged()
DObjCLanguageRuntime.cpp60 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in AddToMethodCache()
DProcess.cpp3274 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_PROCESS|LIBLLDB_LOG_STEP)); in PrivateResume()
4159 … Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_PROCESS)); in DoOnRemoval()
4169 … Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_PROCESS)); in DoOnRemoval()
4729 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_PROCESS)); in RunThreadPlan()
/external/lldb/include/lldb/
Dlldb-private-log.h29 #define LIBLLDB_LOG_STEP (1u << 7) macro
53 LIBLLDB_LOG_STEP |\
/external/lldb/source/Expression/
DClangFunction.cpp389 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in InsertFunction()
407 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP)); in GetThreadPlanToCallFunction()
445 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP)); in FetchFunctionResults()
527 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP)); in ExecuteFunction()
DClangUserExpression.cpp797 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP)); in Execute()
990 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP)); in EvaluateWithError()
/external/lldb/source/
Dlldb-log.cpp131 else if (0 == ::strcasecmp(arg, "step")) flag_bits &= ~LIBLLDB_LOG_STEP; in DisableLog()
201 else if (0 == ::strcasecmp(arg, "step")) flag_bits |= LIBLLDB_LOG_STEP; in EnableLog()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp176 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ShouldStop()
DAppleObjCTrampolineHandler.cpp564 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in ReadRegions()
718 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in SetupDispatchFunction()
871 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in GetStepThroughDispatchPlan()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3035 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in NewThreadNotifyBreakpointHit()
3045 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in StartNoticingNewThreads()
3077 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP)); in StopNoticingNewThreads()

12