Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i26 ) lldb::SBProcess::PutSTDIN;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h64 size_t PutSTDIN(const char *src, size_t src_len);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h153 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
H A DProcessGDBRemote.cpp2932 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp248 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
255 ret_val = process_sp->PutSTDIN(src, src_len, error); in PutSTDIN()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig178 // Typemap for handling SBProcess::PutSTDIN
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig238 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2098 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42042 result = (arg1)->PutSTDIN((char const *)arg2,arg3); in _wrap_SBProcess_PutSTDIN()