Searched refs:g_bp_modules (Results 1 – 1 of 1) sorted by relevance
1179 static const char *g_bp_modules[] = {"libsystem_c.dylib", in SetThreadCreationBreakpoint() local1183 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()