This is an archive of the discontinued LLVM Phabricator instance.

[LLDB, lldb-mi] Add option --synchronous.
ClosedPublic

Authored by polyakov.alex on May 19 2018, 2:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

polyakov.alex created this revision.May 19 2018, 2:05 PM
aprantl accepted this revision.May 19 2018, 4:49 PM

Looks good!

This revision is now accepted and ready to land.May 19 2018, 4:49 PM
clayborg accepted this revision.May 21 2018, 7:12 AM

Looks fine, just move the option parsing code down by the others instead of having it before the checking for file args.

tools/lldb-mi/MIDriver.cpp
441–444 ↗(On Diff #147680)

This should be moved down by the other arguments (like to line 471 of this file, or 473 of old one)

Moved the option parsing code down by the others.

This revision was automatically updated to reflect the committed changes.