StartEventHandlerThread and StopEventHandlerThread are available to the SwiftREPL even though they are protected because SwiftREPL is a friend class of Debugger. I'm developing my own REPL and having access to these functions, including FlushProcessOutput, is desirable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/include/lldb/Core/Debugger.h | ||
---|---|---|
503–504 | There are program that use LLDB as a library but go through the SBAPI instead of lldb_private. Could you update this comment to be more specific about the intentions here? I assume you mean things like plugins. |
lldb/include/lldb/Core/Debugger.h | ||
---|---|---|
503–504 | sure |
There are program that use LLDB as a library but go through the SBAPI instead of lldb_private. Could you update this comment to be more specific about the intentions here? I assume you mean things like plugins.