[Lldb-commits] [PATCH] D98001: [lldb/API] Add CommandInterpreter::{Get, Set}PrintErrors to SBAPI (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 5 10:14:09 PST 2021


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM with the `\n`.



================
Comment at: lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py:113
+        self.assertEqual(opts.GetAddToHistory(), False)
\ No newline at end of file

----------------
No newline at end of file


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98001/new/

https://reviews.llvm.org/D98001



More information about the lldb-commits mailing list