Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp76 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ShouldStop()
100 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in IsPlanStale()
124 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in DoPlanExplainsStop()
148 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MischiefManaged()
164 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPlanRunState()
198 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in WillStop()
H A DThreadPlan.cpp185 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ValidatePlan()
202 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ShouldStop()
219 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in WillStop()
236 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in DoPlanExplainsStop()
255 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MischiefManaged()
273 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPlanRunState()
H A DThread.cpp495 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in SetStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h19 #define LIBLLDB_LOG_THREAD (1u << 2) macro
50 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp403 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1586 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1595 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1859 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1901 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1978 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
2063 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
2141 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
2790 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
2838 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp46 {{"thread"}, {"log thread events and activities"}, LIBLLDB_LOG_THREAD},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ThreadCreateTrampoline()
H A DNativeRegisterContext.cpp116 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPC()
192 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ReadRegisterAsUnsigned()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForThread()
377 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp73 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp302 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in UpdateThreadList()