Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_process.py11 obj.PutSTDIN("my data")
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i78 string as the only argument.") PutSTDIN;
80 PutSTDIN (const char *src, size_t src_len);
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h46 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
DProcessWindows.cpp139 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h128 size_t PutSTDIN(const char *buf, size_t len,
DProcessFreeBSD.cpp824 size_t ProcessFreeBSD::PutSTDIN(const char *buf, size_t len, Status &error) { in PutSTDIN() function in ProcessFreeBSD
/external/llvm-project/lldb/test/API/python_api/process/io/
DTestProcessIO.py215 self.process.PutSTDIN(line + "\n")
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h60 size_t PutSTDIN(const char *src, size_t src_len);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp259 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
260 LLDB_RECORD_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t), src, in PutSTDIN()
267 ret_val = process_sp->PutSTDIN(src, src_len, error); in PutSTDIN()
1340 LLDB_REGISTER_METHOD(size_t, SBProcess, PutSTDIN, (const char *, size_t)); in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h152 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
DProcessGDBRemote.cpp3050 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
/external/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig151 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1995 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function