Searched refs:dsymfilename (Results 1 – 1 of 1) sorted by relevance
706 HChar* dsymfilename = NULL; in ML_() local983 dsymfilename = find_separate_debug_file( di->fsm.filename ); in ML_()986 if (dsymfilename) { in ML_()990 VG_(message)(Vg_DebugMsg, " dSYM= %s\n", dsymfilename); in ML_()992 dsli = map_image_aboard( di, dsymfilename ); in ML_()1030 dsymfilename ? "has wrong UUID" : "is missing"); in ML_()1052 dsymfilename = find_separate_debug_file(di->fsm.filename); in ML_()1056 if (dsymfilename) { in ML_()1060 VG_(message)(Vg_DebugMsg, " dsyms= %s\n", dsymfilename); in ML_()1062 dsli = map_image_aboard( di, dsymfilename ); in ML_()[all …]