[Lldb-commits] [PATCH] D149717: [lldb] Make some functions useful to REPLs public
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 3 09:56:56 PDT 2023
wallace added inline comments.
================
Comment at: lldb/include/lldb/Core/Debugger.h:503-504
+ /// Manually start the global event handler thread. It should be used by
+ /// programs that use LLDB as a library.
+ bool StartEventHandlerThread();
----------------
bulbazord wrote:
> 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.
sure
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149717/new/
https://reviews.llvm.org/D149717
More information about the lldb-commits
mailing list