Searched refs:PutSTDIN (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBProcess.i | 76 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 D | ProcessWindows.h | 43 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
|
H A D | ProcessWindows.cpp | 135 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 D | SBProcess.h | 60 size_t PutSTDIN(const char *src, size_t src_len);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 150 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
|
H A D | ProcessGDBRemote.cpp | 2869 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBProcess.cpp | 247 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 D | lua-typemaps.swig | 178 // Typemap for handling SBProcess::PutSTDIN
|
/openbsd/gnu/llvm/lldb/bindings/python/ |
H A D | python-typemaps.swig | 152 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Process.h | 2005 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
|