This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Interpreter] Make `ScriptedInterface::ErrorWithMessage` static (NFC)
ClosedPublic

Authored by mib on Jan 14 2022, 5:02 PM.

Details

Summary

This patch changes the ScriptedInterface::ErrorWithMessage method to
make it static which makes it easier to call.

The patch also updates its various call sites to reflect this change.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib requested review of this revision.Jan 14 2022, 5:02 PM
mib created this revision.
mib updated this revision to Diff 400804.Jan 18 2022, 3:56 AM

Rebase

mib updated this revision to Diff 400845.Jan 18 2022, 7:39 AM

Format

mib updated this revision to Diff 400847.Jan 18 2022, 7:43 AM
This revision is now accepted and ready to land.Jan 18 2022, 11:34 AM
This revision was landed with ongoing or failed builds.Jan 24 2022, 11:27 AM
This revision was automatically updated to reflect the committed changes.