Home
last modified time | relevance | path

Searched refs:PutSTDIN (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i76 string as the only argument.") PutSTDIN;
78 PutSTDIN (const char *src, size_t src_len);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h43 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
H A DProcessWindows.cpp135 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h60 size_t PutSTDIN(const char *src, size_t src_len);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h150 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
H A DProcessGDBRemote.cpp2869 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
/openbsd/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
254 ret_val = process_sp->PutSTDIN(src, src_len, error); in PutSTDIN()
/openbsd/gnu/llvm/lldb/bindings/lua/
H A Dlua-typemaps.swig178 // Typemap for handling SBProcess::PutSTDIN
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig152 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
/openbsd/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