This is an archive of the discontinued LLVM Phabricator instance.

Remove IDE_MI_APP_EXIT_OK msg on exit (MI)
ClosedPublic

Authored by ki.stfu on Mar 19 2015, 10:04 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ki.stfu updated this revision to Diff 22268.Mar 19 2015, 10:04 AM
ki.stfu retitled this revision from to Remove IDE_MI_APP_EXIT_OK msg on exit (MI).
ki.stfu updated this object.
ki.stfu edited the test plan for this revision. (Show Details)
ki.stfu added a reviewer: abidh.
ki.stfu added subscribers: abidh, Unknown Object (MLST).
abidh accepted this revision.Mar 19 2015, 10:07 AM
abidh edited edge metadata.
This revision is now accepted and ready to land.Mar 19 2015, 10:07 AM

Hello @abidh,

How you think, should we keep a logging on exit?

tools/lldb-mi/MIDriverMgr.cpp
114–133 ↗(On Diff #22268)

or I should remove all these lines?

ki.stfu requested a review of this revision.Mar 19 2015, 10:08 AM
ki.stfu edited edge metadata.
abidh added inline comments.Mar 19 2015, 10:12 AM
tools/lldb-mi/MIDriverMgr.cpp
114–133 ↗(On Diff #22268)

vbAppExitOk will always be true so I think all these lines are not used and should be removed.

ki.stfu updated this revision to Diff 22279.Mar 19 2015, 10:39 AM
ki.stfu edited edge metadata.

Remove IDE_MI_APP_EXIT_xxx messages

This revision was automatically updated to reflect the committed changes.