[Lldb-commits] [PATCH] D79120: [lldb/API] Add RunCommandInterpreter overload that returns SBCommandInterpreterRunResults (NFC)

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 01:49:12 PDT 2020


labath added a comment.

Here I would be interested to know whether the "stop reasons" are mutually exclusive? It sounds like they should be...

And if they are, it seems that a better way to express this would be via something like `GetRunResult` which returns `Success`, or `InferiorCrash`, or `CommandError`, or `QuitRequested`. Other reasons can be added to the enum later, if needed...


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D79120





More information about the lldb-commits mailing list