mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Process PDB files with a path that contains spaces properly.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11617
This commit is contained in:
parent
dae0b7a571
commit
47fa81b4bf
@ -2474,7 +2474,7 @@ HChar* ML_(find_name_of_pdb_file)( HChar* pename )
|
||||
+ 100/*misc*/;
|
||||
HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen);
|
||||
vg_assert(cmd);
|
||||
VG_(sprintf)(cmd, "%s -c \"%s %s | %s '\\.pdb|\\.PDB' >> %s\"",
|
||||
VG_(sprintf)(cmd, "%s -c \"%s '%s' | %s '\\.pdb|\\.PDB' >> %s\"",
|
||||
sh, strings, pename, egrep, tmpname);
|
||||
vg_assert(cmd[cmdlen-1] == 0);
|
||||
if (0) VG_(printf)("QQQQQQQQ: %s\n", cmd);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user