[Lldb-commits] [PATCH] D79209: [lldb/CommandInterpreter] Add CommandInterpreterRunResult (NFC)
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 18:35:21 PDT 2020
clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/include/lldb/lldb-enumerations.h:1084
};
+
+enum CommandInterpreterResult {
----------------
Add some header doc for these to explain a bit maybe since this is a public header file?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79209/new/
https://reviews.llvm.org/D79209
More information about the lldb-commits
mailing list