<div dir="ltr">Currently, when trying to debug an application with lldb that contains parenthesis in its paths, lldb doesn't escape those before passing the arguments to bash. As a result, things fall on their face with errors like:<div>
/bin/bash: -c: line 0: syntax error near unexpected token `('<br></div><div>/bin/bash: -c: line 0: `exec /usr/bin/arch -arch i386 /Users/joe/Builds\ -\ untitled/Mac\ OS\ X\ (Cocoa\ Intel)/My\ Application.app/Contents/MacOS/My\ Application'<br>
</div><div><br></div><div style>Attached is a patch that adds the ()$ to the list of escaped characters.</div><div style><br></div><div style>-- Joe Ranieri</div></div>