Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_DYNAMIC_LOADER (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-log.h25 #define LIBLLDB_LOG_DYNAMIC_LOADER (1u << 3) macro
50 LIBLLDB_LOG_DYNAMIC_LOADER |\
/external/lldb/source/Target/
DSectionLoadList.cpp62 …Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)… in SetSectionLoadAddress()
137 …Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)… in SetSectionUnloaded()
169 …Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)… in SetSectionUnloaded()
/external/lldb/source/
Dlldb-log.cpp124 … else if (0 == ::strcasecmp(arg, "dyld")) flag_bits &= ~LIBLLDB_LOG_DYNAMIC_LOADER; in DisableLog()
194 else if (0 == ::strcasecmp(arg, "dyld")) flag_bits |= LIBLLDB_LOG_DYNAMIC_LOADER; in EnableLog()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.cpp94 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER)); in AuxVector()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp798 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in AddModulesUsingImageInfosAddress()
823 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in AddModulesUsingImageInfos()
927 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in RemoveModulesUsingImageInfosAddress()
1069 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in InitializeFromAllImageInfos()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1103 Log *log(GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in BreakpointHit()
1177 Log *log(GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER)); in ParseKextSummaries()