Home
last modified time | relevance | path

Searched refs:debugpath (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1234 HChar* debugpath = NULL; /* where we found it */ in find_debug_file() local
1237 debugpath = ML_(dinfo_zalloc)("di.fdf.1", in find_debug_file()
1240 VG_(sprintf)(debugpath, "/usr/lib/debug/.build-id/%c%c/%s.debug", in find_debug_file()
1243 dimg = open_debug_file(debugpath, buildid, 0, rel_ok, NULL); in find_debug_file()
1245 ML_(dinfo_free)(debugpath); in find_debug_file()
1246 debugpath = NULL; in find_debug_file()
1257 debugpath = ML_(dinfo_zalloc)( in find_debug_file()
1263 VG_(sprintf)(debugpath, "%s/%s", objdir, debugname); in find_debug_file()
1264 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file()
1267 VG_(sprintf)(debugpath, "%s/.debug/%s", objdir, debugname); in find_debug_file()
[all …]