aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2022-08-04 13:00:58 +0200
committerPavel Labath <pavel@labath.sk>2022-09-06 10:56:10 +0200
commit6a8bbd26ab22e5c4962b86fc5385b04f0e690b92 (patch)
tree1709a9bfd7d86cda55ce7a51d0d94b4c9e9570b9 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parent2e7aed1947d2b280ef76466049af78e49472db40 (diff)
downloadllvm-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