Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBProcess.i76 string as the only argument.") PutSTDIN;
78 PutSTDIN (const char *src, size_t src_len);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBProcess.h60 size_t PutSTDIN(const char *src, size_t src_len);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBProcess.cpp258 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
259 LLDB_RECORD_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t), src, in PutSTDIN()
266 ret_val = process_sp->PutSTDIN(src, src_len, error); in PutSTDIN()
1365 LLDB_REGISTER_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h154 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
DProcessGDBRemote.cpp3110 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig151 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcess.h2004 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp38802 result = (arg1)->PutSTDIN((char const *)arg2,arg3); in _wrap_SBProcess_PutSTDIN()