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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i78 string as the only argument.") PutSTDIN;
80 PutSTDIN (const char *src, size_t src_len);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h127 size_t PutSTDIN(const char *buf, size_t len,
H A DProcessFreeBSD.cpp819 size_t ProcessFreeBSD::PutSTDIN(const char *buf, size_t len, Status &error) { function in class:ProcessFreeBSD
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h60 size_t PutSTDIN(const char *src, size_t src_len);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h151 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
H A DProcessGDBRemote.cpp3062 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp258 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { function in class:SBProcess
259 LLDB_RECORD_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t), src,
266 ret_val = process_sp->PutSTDIN(src, src_len, error);
1315 LLDB_REGISTER_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1966 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { function in class:lldb_private::Process

Completed in 110 milliseconds