This is an archive of the discontinued LLVM Phabricator instance.

[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC)
ClosedPublic

Authored by mib on Mar 4 2021, 7:28 PM.

Details

Summary

This patch exposes the getter and setter methods for the command
interpreter print_errors run option.

rdar://74816984

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

Diff Detail

Event Timeline

mib requested review of this revision.Mar 4 2021, 7:28 PM
mib created this revision.
mib updated this revision to Diff 328569.Mar 5 2021, 10:01 AM

Add test.

JDevlieghere accepted this revision.Mar 5 2021, 10:14 AM

LGTM with the \n.

lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
113

No newline at end of file

This revision is now accepted and ready to land.Mar 5 2021, 10:14 AM
This revision was landed with ongoing or failed builds.Mar 5 2021, 10:34 AM
This revision was automatically updated to reflect the committed changes.