Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp65 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in GetNonCallSiteUnwindPlanFromAssembly()
342 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in ReadMemory()
383 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in WriteMemory()
471 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in ReadRegister()
501 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in WriteRegister()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDUnwindLLDB.cpp114 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in AddFirstFrame()
132 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in GetOneMoreFrame()
269 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in AddOneMoreFrame()
HDRegisterContextLLDB.cpp134 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in InitializeZerothFrame()
284 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in InitializeNonZerothFrame()
700 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in GetFastUnwindPlanForFrame()
2035 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in UnwindLogMsg()
2061 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in UnwindLogMsgVerbose()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLogging.h37 #define LIBLLDB_LOG_UNWIND (1u << 15) macro
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLogging.cpp142 else if (0 == ::strncasecmp(arg, "unwind", 6)) flag_bits &= ~LIBLLDB_LOG_UNWIND; in DisableLog()
222 else if (0 == ::strncasecmp(arg, "unwind", 6)) flag_bits |= LIBLLDB_LOG_UNWIND; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindPlan.cpp418 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
441 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
HDCompactUnwindInfo.cpp174 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in GetUnwindPlan()
236 Log *log (GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in ScanIndex()
HDDWARFCallFrameInfo.cpp292 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND)); in GetCFIData()