<div dir="ltr">Hi LLDB devs,<div><br></div><div>I'm trying to build a debugger integration that uses LLDB C++ API. Due to lack of documentation, I'm basically using the examples in the python API as a guidance.<br><br>I had following code, which basically contains one line creating a SBDebugger, but it generates a SIGSEGV fault......<br><br>#include <LLDB.h><br>using namespace lldb;<br><br>int main()<br>{<br>    SBDebugger debugger = SBDebugger::Create();<br>}<br><br>Did I do something wrong?<br><br>Kind regards,</div><div>Rui</div></div>