Searched defs:dsymutil (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c674 dsymutil on it. */
1005 regenerating it, unless --dsymutil=no, in which case just complain
1008 /* If this looks like a lib that we shouldn't run dsymutil on, just
1022 "--dsymutil=yes\n",
1028 /* Run dsymutil */
1031 const HChar* dsymutil = "/usr/bin/dsymutil "; local
1033 VG_(strlen)(dsymutil)
1036 VG_(strcpy)(cmd, dsymutil);
1044 VG_(message)(Vg_DebugMsg, "run: %s FAILED\n", dsymutil);
[all...]

Completed in 2588 milliseconds