More fixes for paths with spaces. We can't use single quotes to pass path names,...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 03:53:21 +0000 (23:53 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 03:53:21 +0000 (23:53 -0400)
commit0590540ba0ea0760d9767b2a282510a5d7531ba7
tree295fd9a370ccc3187e80cd31cffdf4f87abd1f75
parent7ac072c285fafc59a7ef5920e4b4580aa8c9a464
More fixes for paths with spaces. We can't use single quotes to pass path names, so create a new method to escape them.

* Source/GDBpConnection.m:
(escapedURIPath): New private method that takes a path and returns a safe file:// URI
(addBreakpoint:): Use -[escapedURIPath:]
(createStackFrame:): Don't pass the escaped path to the frame, keep it internally
Source/GDBpConnection.m