This patch adds a new class CommandInterpreterRunResult which will be backing the SBCommandInterpreterRunResult. It keeps track of the number of errors as well as the result which is an enum, as proposed by Pavel in D79120. The command interpreter now populates the results directly, instead of its own member variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/include/lldb/lldb-enumerations.h | ||
---|---|---|
1084 | Add some header doc for these to explain a bit maybe since this is a public header file? |
Add some header doc for these to explain a bit maybe since this is a public header file?