Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp651 static const char *g_bp_modules[] = {"libsystem_c.dylib", in SetThreadCreationBreakpoint() local
655 for (size_t i = 0; i < llvm::array_lengthof(g_bp_modules); i++) { in SetThreadCreationBreakpoint()
656 const char *bp_module = g_bp_modules[i]; in SetThreadCreationBreakpoint()