Searched refs:DYLD_PRINT_CS_NOTIFICATIONS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/coreSymbolication-notify/
H A DMakefile31 export DYLD_PRINT_CS_NOTIFICATIONS=1 && ./main 2> notifications.log
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp181 bool DYLD_PRINT_CS_NOTIFICATIONS; member in struct:dyld::EnvironmentVariables
704 if ( sEnv.DYLD_PRINT_CS_NOTIFICATIONS ) {
832 if ( sEnv.DYLD_PRINT_CS_NOTIFICATIONS ) {
1529 else if ( strcmp(key, "DYLD_PRINT_CS_NOTIFICATIONS") == 0 ) {
1530 sEnv.DYLD_PRINT_CS_NOTIFICATIONS = true;

Completed in 111 milliseconds