[Lldb-commits] [PATCH] D58410: [Reproducers] Initialize reproducers before initializing the debugger.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 19 15:05:02 PST 2019


JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/API/SBDebugger.h:48
+
+  static lldb::SBError InitializeWithErrorHandling();
 
----------------
This should be safe, I don't know anyone relying on this and apparently the python `.i` file contained an incorrect return type (void). 


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D58410





More information about the lldb-commits mailing list