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

/external/lldb/source/Host/macosx/
H A DSymbols.cpp676 const char *dsym_for_uuid_exe_path_cstr = getenv("LLDB_APPLE_DSYMFORUUID_EXECUTABLE"); local
678 if (dsym_for_uuid_exe_path_cstr)
680 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, true);

Completed in 83 milliseconds