This is an archive of the discontinued LLVM Phabricator instance.

[lldb-mi] Add overloaded method for setting an error.
ClosedPublic

Authored by apolyakov on Jun 7 2018, 3:43 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

apolyakov created this revision.Jun 7 2018, 3:43 PM
clayborg accepted this revision.Jun 7 2018, 3:59 PM
This revision is now accepted and ready to land.Jun 7 2018, 3:59 PM
This revision was automatically updated to reflect the committed changes.

There is no testcase... is this used in a subsequent commit?

lldb/trunk/tools/lldb-mi/MICmdBase.cpp
223

At some point we should convert the entire directory over to LLVM coding/documentation style, but that's for another day :-)

No, it's not used in a subsequent commit. Moreover, I think that we should revert this commit sometimes in a future, since it doesn't provide additional useful functionality.

Okay.. reverting is cheap, so please go ahead.