Searched refs:PutSTDIN (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessDocstrings.i | 26 ) lldb::SBProcess::PutSTDIN;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 64 size_t PutSTDIN(const char *src, size_t src_len);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 153 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
|
H A D | ProcessGDBRemote.cpp | 2953 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 178 // Typemap for handling SBProcess::PutSTDIN
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBProcess.cpp | 251 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess 258 ret_val = process_sp->PutSTDIN(src, src_len, error); in PutSTDIN()
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 238 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 2123 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 43679 result = (arg1)->PutSTDIN((char const *)arg2,arg3); in _wrap_SBProcess_PutSTDIN()
|