Searched refs:GetSTDOUT (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | process_events.py | 392 process_stdout = process.GetSTDOUT(1024) 396 process_stdout = process.GetSTDOUT(1024)
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 83 Python string.") GetSTDOUT; 85 GetSTDOUT (char *dst, size_t dst_len) const;
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBContext.h | 99 std::string &GetSTDOUT() { return m_stdout; } in GetSTDOUT() function
|
| H A D | debugserver.cpp | 1217 ctx.GetSTDOUT().assign(optarg); in main() 1226 ctx.GetSTDOUT().assign(optarg); in main()
|
| H A D | RNBRemote.cpp | 2309 packet.GetHexByteString(m_ctx.GetSTDOUT()); in HandlePacket_QSetSTDIO() 2310 success = !m_ctx.GetSTDOUT().empty(); in HandlePacket_QSetSTDIO()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.h | 41 size_t GetSTDOUT(char *buf, size_t buf_size, Status &error) override;
|
| H A D | ProcessWindows.cpp | 125 size_t ProcessWindows::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in lldb_private::ProcessWindows
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 62 size_t GetSTDOUT(char *dst, size_t dst_len) const;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBProcess.cpp | 260 size_t SBProcess::GetSTDOUT(char *dst, size_t dst_len) const { in GetSTDOUT() function in SBProcess 267 bytes_read = process_sp->GetSTDOUT(dst, dst_len, error); in GetSTDOUT()
|
| H A D | SBDebugger.cpp | 638 while ((len = process.GetSTDOUT(stdio_buffer, sizeof(stdio_buffer))) > 0) in HandleProcessEvent()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 866 stdout = process.GetSTDOUT(999)
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Process.h | 1956 virtual size_t GetSTDOUT(char *buf, size_t buf_size, Status &error);
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1580 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 379 while ((count = process.GetSTDOUT(buffer, sizeof(buffer))) > 0) in SendStdOutStdErr()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 4301 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in Process
|