Option --synchronous disables asynchronous mode in the lldb-mi driver. Used for testing only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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) |