[Lldb-commits] [PATCH] D52788: Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings.
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 5 03:52:30 PDT 2018
sgraenitz marked an inline comment as done.
sgraenitz added a comment.
IMO Ready now.
================
Comment at: source/Interpreter/CommandInterpreter.cpp:2417
flags |= eHandleCommandFlagPrintResult;
}
----------------
sgraenitz wrote:
> Could reduce boilerplate in the code above. Just wonder whether there is anything special about `GetStopOnCrash()` or if I could handle it like all the others? Looks no different to `GetStopOnError()`.
Not doing this.
https://reviews.llvm.org/D52788
More information about the lldb-commits
mailing list