Home
last modified time | relevance | path

Searched refs:DEBUG_PRINTF (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp39 #define DEBUG_PRINTF(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
41 #define DEBUG_PRINTF(fmt, ...) macro
1462 DEBUG_PRINTF("DynamicLoaderDarwinKernel::%s() process state = %s\n", in PrivateInitialize()
1470 DEBUG_PRINTF("DynamicLoaderDarwinKernel::%s() process state = %s\n", in SetNotificationBreakpointIfNeeded()
1495 DEBUG_PRINTF("DynamicLoaderDarwinKernel::%s(%s)\n", __FUNCTION__, in PrivateProcessStateChanged()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp36 #define DEBUG_PRINTF(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
38 #define DEBUG_PRINTF(fmt, ...) macro
719 DEBUG_PRINTF("%s", "unable to read all data for all_dylib_infos."); in InitializeFromAllImageInfos()
998 DEBUG_PRINTF("DynamicLoaderMacOSXDYLD::%s() process state = %s\n", in SetNotificationBreakpoint()
DDynamicLoaderDarwin.cpp40 #define DEBUG_PRINTF(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
42 #define DEBUG_PRINTF(fmt, ...) macro
824 DEBUG_PRINTF("DynamicLoaderDarwin::%s() process state = %s\n", __FUNCTION__, in PrivateInitialize()
834 DEBUG_PRINTF("DynamicLoaderDarwin::%s(%s)\n", __FUNCTION__, in PrivateProcessStateChanged()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp53 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
55 #define DEBUG_PRINTF(fmt, ...) macro
609 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\") type => 0x%8.8lx\n", die.GetID(), in ParseTypeModifier()
822 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseEnum()
901 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseSubroutine()
1303 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseArrayType()
1454 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseStructureLikeDIE()
DSymbolFileDWARF.cpp88 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
90 #define DEBUG_PRINTF(fmt, ...) macro
2710 DEBUG_PRINTF( in FindCompleteObjCDefinitionTypeForDIE()