[Lldb-commits] [PATCH] Fix break-insert command on Windows.
Greg Clayton
clayborg at gmail.com
Tue Feb 3 11:38:16 PST 2015
Are there other places that deal with file paths? If you use lldb::SBFileSpec it will normalize the path for you. Do you really need to switch all of the \ chars with / chars? LLDB might now like a path like F:/a/b/main.c instead of F:\a\b\main.c. Do we really want to be changing the path slashes in the MI code?
http://reviews.llvm.org/D7379
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list