This is an archive of the discontinued LLVM Phabricator instance.

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.
This changes it to properly escape quotes and backslashes.

Diff Detail

Event Timeline

labath updated this revision to Diff 21278.Mar 5 2015, 8:04 AM
labath retitled this revision from to Correctly quote arguments in LLDB driver.
labath updated this object.
labath edited the test plan for this revision. (Show Details)
labath added a reviewer: clayborg.
labath added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Mar 5 2015, 9:40 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Mar 5 2015, 9:40 AM
This revision was automatically updated to reflect the committed changes.