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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
