Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp135 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp247 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2005 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2869 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote