Searched refs:LIBLLDB_LOG_THREAD (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp76 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
98 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
120 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
142 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
157 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
189 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DThreadPlan.cpp179 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
196 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
213 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
230 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
249 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
267 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DThread.cpp477 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DStackFrame.cpp1370 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h16 #define LIBLLDB_LOG_THREAD (1u << 2) macro
48 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp46 {{"thread"}, {"log thread events and activities"}, LIBLLDB_LOG_THREAD},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp64 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DNativeRegisterContext.cpp113 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
188 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp407 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
498 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
575 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
1356 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
1437 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
1588 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1597 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1861 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1903 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
1958 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
377 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp72 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp301 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp97 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD),

Completed in 72 milliseconds