Home
last modified time | relevance | path

Searched defs:ReadThreadBytesReceived (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h33 typedef void (*ReadThreadBytesReceived)(void *baton, const void *src, typedef
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i26 typedef void (*ReadThreadBytesReceived) (void *baton, const void *src, size_t src_len); typedef
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h82 typedef void (*ReadThreadBytesReceived)(void *baton, const void *src, typedef
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp142 static void ReadThreadBytesReceived(void *baton, const void *src, in ReadThreadBytesReceived() function