Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1179 static const char *g_bp_modules[] = {"libsystem_c.dylib", in SetThreadCreationBreakpoint() local
1183 for (size_t i = 0; i < llvm::array_lengthof(g_bp_modules); i++) { in SetThreadCreationBreakpoint()
1184 const char *bp_module = g_bp_modules[i]; in SetThreadCreationBreakpoint()