LLDB driver was simply tacking quotes around the strings in lldb commands, hoping that will work.
This changes it to properly escape quotes and backslashes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8083
Correctly quote arguments in LLDB driver ClosedPublic Authored by labath on Mar 5 2015, 8:04 AM.
Details Summary LLDB driver was simply tacking quotes around the strings in lldb commands, hoping that will work.
Diff Detail
Event Timelinelabath updated this object. This revision is now accepted and ready to land.Mar 5 2015, 9:40 AM Closed by commit rL231394: Correctly quote arguments in LLDB driver (authored by labath). · Explain WhyMar 5 2015, 11:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21290 lldb/trunk/tools/driver/Driver.cpp
|