[Lldb-commits] [PATCH] D79120: [lldb/API] Add RunCommandInterpreter overload that returns SBCommandInterpreterRunResults (NFC)
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 17:50:28 PDT 2020
clayborg added inline comments.
================
Comment at: lldb/include/lldb/API/SBCommandInterpreterRunOptions.h:93
+ bool m_stopped_for_crash;
+};
+
----------------
like how SBCommandInterpreterRunOptions does it above with its ivar "m_opaque_up" that never changes size
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