diff options
author | Pavel Labath <pavel@labath.sk> | 2022-08-04 13:00:58 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2022-09-06 10:56:10 +0200 |
commit | 6a8bbd26ab22e5c4962b86fc5385b04f0e690b92 (patch) | |
tree | 1709a9bfd7d86cda55ce7a51d0d94b4c9e9570b9 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
parent | 2e7aed1947d2b280ef76466049af78e49472db40 (diff) | |
download | llvm-6a8bbd26ab22e5c4962b86fc5385b04f0e690b92.zip llvm-6a8bbd26ab22e5c4962b86fc5385b04f0e690b92.tar.gz llvm-6a8bbd26ab22e5c4962b86fc5385b04f0e690b92.tar.bz2 |
[lldb] Enable the insertion of "pending callbacks" to MainLoops from other threads
This will be used as a replacement for selecting over a pipe fd, which
does not work on windows. The posix implementation still uses a pipe
under the hood, while the windows version uses windows event handles.
The idea is that, instead of writing to a pipe, one just inserts a
callback, which does whatever you wanted to do after the bytes come out
the read end of the pipe.
Differential Revision: https://reviews.llvm.org/D131160
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions