[Lldb-commits] Fix -break-insert not working when using absolute paths
Marc-Andre Laperle via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 27 22:17:04 PDT 2016
When trying to parse the -break-insert arguments as a named location,
the string parsing was not configured to allow directory paths. This
patch adds a constructor to allow the parsing of string as directory
path along with the other parameters.
This fixes https://llvm.org/bugs/show_bug.cgi?id=28709
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug28709.patch
Type: application/octet-stream
Size: 3444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160728/118f931e/attachment-0001.obj>
More information about the lldb-commits
mailing list