Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_SCRIPT (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h31 #define LIBLLDB_LOG_SCRIPT (1u << 17) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp39 {{"script"}, {"log events about the script interpreter"}, LIBLLDB_LOG_SCRIPT},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp275 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in ~InitializePythonRAII()
345 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in InitializeThreadsPrivate()
479 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in DoAcquireLock()
503 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in DoFreeLock()
697 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in LeaveSession()
767 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in EnterSession()
1053 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT)); in Interrupt()
H A DPythonDataObjects.cpp1039 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT); in PythonException()