/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 11 obj.PutSTDIN("my data")
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 78 string as the only argument.") PutSTDIN; 80 PutSTDIN (const char *src, size_t src_len);
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.h | 46 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
|
D | ProcessWindows.cpp | 139 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/ |
D | ProcessFreeBSD.h | 128 size_t PutSTDIN(const char *buf, size_t len,
|
D | ProcessFreeBSD.cpp | 824 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/ |
D | TestProcessIO.py | 215 self.process.PutSTDIN(line + "\n")
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 60 size_t PutSTDIN(const char *src, size_t src_len);
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 259 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/ |
D | ProcessGDBRemote.h | 152 size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) override;
|
D | ProcessGDBRemote.cpp | 3050 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote
|
/external/llvm-project/lldb/bindings/python/ |
D | python-typemaps.swig | 151 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 1995 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
|