[lldb] Make some functions useful to REPLs public
authorwalter erquinigo <walter@modular.com>
Wed, 3 May 2023 02:12:43 +0000 (21:12 -0500)
committerwalter erquinigo <walter@modular.com>
Thu, 4 May 2023 19:44:03 +0000 (14:44 -0500)
commitdb5f745a2bfcd1b93fc298da6cfcf5ed2f00e98f
treeaa4475daf2438a5fe131044612dc33128568470c
parentc395a846001aa953e54916c6f88da22173efb25e
[lldb] Make some functions useful to REPLs public

`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.

Differential Revision: https://reviews.llvm.org/D149717
lldb/include/lldb/Core/Debugger.h