Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
MacGDBp - Commit - ViewGit - Blue Static

More fixes for paths with spaces. We can't use single quotes to pass path names, so create a new method to escape them.

Author Robert Sesek <rsesek@bluestatic.org>
Author date 2009-05-17 03:53:21
Author local date 2009-05-16 23:53:21 -0400
Committer Robert Sesek <rsesek@bluestatic.org>
Committer date 2009-05-17 03:53:21
Committer local date 2009-05-16 23:53:21 -0400
Commit 0590540ba0ea0760d9767b2a282510a5d7531ba7
Tree 295fd9a370ccc3187e80cd31cffdf4f87abd1f75
Parent 7ac072c285fafc59a7ef5920e4b4580aa8c9a464
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