Issue 184270
Summary [lldb] Support Initializing/Terminating LLDB multiple times.
Labels lldb
Assignees JDevlieghere
Reporter JDevlieghere
    When using the SB API, the first call needs to be `SBDebugger::Initialize` and the last call `SBDebugger::Terminate`. Theoretically, it should be possible to call `SBDebugger::Initialize` again after that, but right now that's not the case. Various parts of LLDB don't expect this, leading to broken or unexpected behavior.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to