mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 00:23:47 +00:00
Escape provided addr2line tool path
This commit is contained in:
@@ -55,8 +55,9 @@ public:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_addr2LinePath = addr2lineToolPath;
|
// A user-provided path may contain spaces or other shell-special characters.
|
||||||
std::cout << "Using user-specified symbol resolution tool: '" << m_addr2LinePath.c_str() << "'" << std::endl;
|
escapeShellParam( addr2lineToolPath, m_addr2LinePath );
|
||||||
|
std::cout << "Using user-specified symbol resolution tool: '" << addr2lineToolPath.c_str() << "'" << std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user