Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp68 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportStop()
101 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in InRange()
296 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ClearNextBranchBreakpoint()
310 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in SetNextBranchBreakpoint()
389 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in NextRangeBreakpointExplainsStop()
456 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
467 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in IsPlanStale()
H A DThreadPlanCallFunction.cpp49 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP)); in ConstructorSetup()
146 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ReportRegisterState()
169 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP)); in DoTakedown()
245 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP | in DoPlanExplainsStop()
385 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
436 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP)); in BreakpointsExplainStop()
H A DThreadPlanStepThrough.cpp63 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ThreadPlanStepThrough()
97 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in LookForPlanToStepThroughFromCurrentPC()
230 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
255 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in HitOurBackstopBreakpoint()
H A DThreadPlanStepInRange.cpp128 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
272 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP); in ShouldStop()
347 LLDB_LOGF(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP), in FrameMatchesAvoidCriteria()
366 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DefaultShouldStopHereCallback()
448 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DoPlanExplainsStop()
471 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DoWillResume()
H A DThreadPlanShouldStopHere.cpp44 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in InvokeShouldStopHereCallback()
65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DefaultShouldStopHereCallback()
101 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DefaultStepFromHereCallback()
H A DThreadPlanStepInstruction.cpp99 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in IsPlanStale()
131 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
247 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
H A DThreadPlanStepOverBreakpoint.cpp54 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DoPlanExplainsStop()
139 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
H A DThreadList.cpp228 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
363 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportStop()
419 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportRun()
463 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in RefreshStateAfterStop()
517 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in WillResume()
523 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in WillResume()
H A DThreadPlanStepOverRange.cpp127 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
344 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DoPlanExplainsStop()
378 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DoWillResume()
H A DThreadPlanStepOut.cpp46 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ThreadPlanStepOut()
426 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
450 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in QueueInlinedStepPlan()
H A DThreadPlan.cpp79 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportStop()
119 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in WillResume()
H A DThreadPlanCallUserExpression.cpp69 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
H A DThread.cpp736 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
961 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportStop()
1025 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldReportRun()
1072 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in PushPlan()
1085 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in PopPlan()
1094 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DiscardPlan()
1197 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DiscardThreadPlansUpToPlan()
1206 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in DiscardThreadPlans()
H A DStackFrameList.cpp68 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in GetCurrentInlinedDepth()
92 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ResetCurrentInlinedDepth()
190 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ResetCurrentInlinedDepth()
379 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in SynthesizeTailCallFrames()
H A DThreadPlanBase.cpp76 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
H A DThreadPlanRunToAddress.cpp172 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
H A DThreadPlanStepUntil.cpp318 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in MischiefManaged()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h21 #define LIBLLDB_LOG_STEP (1u << 7) macro
49 LIBLLDB_LOG_BREAKPOINTS | LIBLLDB_LOG_WATCHPOINTS | LIBLLDB_LOG_STEP | \
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp221 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in InsertFunction()
233 LIBLLDB_LOG_STEP)); in GetThreadPlanToCallFunction()
273 LIBLLDB_LOG_STEP)); in FetchFunctionResults()
347 LIBLLDB_LOG_STEP)); in ExecuteFunction()
H A DLLVMUserExpression.cpp71 LIBLLDB_LOG_STEP)); in DoExecute()
H A DUserExpression.cpp149 LIBLLDB_LOG_STEP)); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp41 {{"step"}, {"log step related activities"}, LIBLLDB_LOG_STEP},
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp125 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in GetLoadAddress()
155 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ParseSymbolFileAndResolve()
194 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in GetCallee()
298 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in GetCallEdges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp139 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
352 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ShouldStop()
H A DAppleObjCTrampolineHandler.cpp578 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in ReadRegions()
797 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in SetupDispatchFunction()
914 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP)); in GetStepThroughDispatchPlan()

12