Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_VERBOSE (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Target/
DSectionLoadList.cpp62 …og *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)); in SetSectionLoadAddress()
137 …og *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)); in SetSectionUnloaded()
169 …og *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)); in SetSectionUnloaded()
DMemory.cpp233 Log *log (GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in ReserveBlock()
332 Log *log (GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in ReserveBlock()
349 Log *log (GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in FreeBlock()
DThreadPlanCallFunction.cpp247 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_VERBOSE)); in ReportRegisterState()
/external/lldb/source/
Dlldb-log.cpp53 return (mask & LIBLLDB_LOG_VERBOSE); in IsLogVerbose()
134 else if (0 == ::strcasecmp(arg, "verbose")) flag_bits &= ~LIBLLDB_LOG_VERBOSE; in DisableLog()
204 else if (0 == ::strcasecmp(arg, "verbose")) flag_bits |= LIBLLDB_LOG_VERBOSE; in EnableLog()
/external/lldb/source/API/
DSBBroadcaster.cpp32 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API | LIBLLDB_LOG_VERBOSE)); in SBBroadcaster()
43 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API | LIBLLDB_LOG_VERBOSE)); in SBBroadcaster()
DSBEvent.cpp142 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API | LIBLLDB_LOG_VERBOSE)); in BroadcasterMatchesRef()
/external/lldb/include/lldb/
Dlldb-private-log.h22 #define LIBLLDB_LOG_VERBOSE (1u << 0) macro
/external/lldb/source/Core/
DDataBufferMemoryMap.cpp166 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_MMAP|LIBLLDB_LOG_VERBOSE)); in MemoryMapFromFileDescriptor()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp187 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SCRIPT | LIBLLDB_LOG_VERBOSE)); in DoAcquireLock()
205 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SCRIPT | LIBLLDB_LOG_VERBOSE)); in DoFreeLock()
3083 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SCRIPT | LIBLLDB_LOG_VERBOSE)); in InitializePrivate()