[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 5 Mar 2021 18:30:10 +0000 (18:30 +0000)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 5 Mar 2021 18:33:33 +0000 (19:33 +0100)
commitc964741996bcc3550c3598bb7237bd4551b03016
tree63463812e33577995eb4989d85241908561e9e80
parent36eab4634f4cd4594e6d1409a66bc8f2d8fda04f
[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC)

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

rdar://74816984

Differential Revision: https://reviews.llvm.org/D98001

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/bindings/interface/SBCommandInterpreterRunOptions.i
lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
lldb/source/API/SBCommandInterpreterRunOptions.cpp
lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py