Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_UNWIND (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp223 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateMFSPR()
250 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateLD()
287 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateSTD()
344 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateOR()
379 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateADDI()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp56 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetAbortLocation()
86 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetAssertLocation()
154 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in RecognizeFrame()
H A DUnwindLLDB.cpp104 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddFirstFrame()
122 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetOneMoreFrame()
319 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddOneMoreFrame()
H A DRegisterContextUnwind.cpp115 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeZerothFrame()
306 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeNonZerothFrame()
1241 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in SavedLocationForRegister()
2318 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsg()
2340 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsgVerbose()
H A DProcess.cpp1392 LIBLLDB_LOG_STATE | LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_UNWIND)); in SetPrivateState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp75 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetNonCallSiteUnwindPlanFromAssembly()
394 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadMemory()
426 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteMemory()
507 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadRegister()
533 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h29 #define LIBLLDB_LOG_UNWIND (1u << 15) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp48 {{"unwind"}, {"log stack unwind activities"}, LIBLLDB_LOG_UNWIND},
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp410 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetRowAtIndex()
421 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetLastRow()
438 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
461 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
H A DDWARFCallFrameInfo.cpp399 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetCFIData()
528 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND); in FDEToUnwindPlan()
H A DCompactUnwindInfo.cpp185 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetUnwindPlan()
254 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ScanIndex()