| /llvm-project-15.0.7/lldb/test/API/python_api/process/io/ |
| H A D | TestProcessIO.py | 40 output = self.process.GetSTDOUT(1000) 52 output = self.process.GetSTDOUT(1000) 66 error = self.process.GetSTDOUT(1000) 79 output = self.process.GetSTDOUT(1000)
|
| /llvm-project-15.0.7/lldb/test/API/lua_api/ |
| H A D | TestProcessAPI.lua | 15 local stdout = process:GetSTDOUT(1000)
|
| /llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/ |
| H A D | TestLaunchProcessPosixSpawn.py | 39 self.assertIn('slice: {}'.format(arch), process.GetSTDOUT(1000))
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_process.py | 12 obj.GetSTDOUT(6)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-checker/ |
| H A D | TestObjCCheckers.py | 69 stdout = process.GetSTDOUT(100)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | process_events.py | 394 process_stdout = process.GetSTDOUT(1024) 398 process_stdout = process.GetSTDOUT(1024)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/target/ |
| H A D | TestTargetAPI.py | 182 output = process.GetSTDOUT(9999) 193 output = process.GetSTDOUT(9999) 202 output = process.GetSTDOUT(9999)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 83 Python string.") GetSTDOUT; 85 GetSTDOUT (char *dst, size_t dst_len) const;
|
| /llvm-project-15.0.7/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 | 2305 packet.GetHexByteString(m_ctx.GetSTDOUT()); in HandlePacket_QSetSTDIO() 2306 success = !m_ctx.GetSTDOUT().empty(); in HandlePacket_QSetSTDIO()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.h | 44 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
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/change_values/ |
| H A D | TestChangeValueAPI.py | 145 stdout = process.GetSTDOUT(1000)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 62 size_t GetSTDOUT(char *dst, size_t dst_len) const;
|
| /llvm-project-15.0.7/lldb/test/API/qemu/ |
| H A D | TestQemuLaunch.py | 111 self.assertEqual(process.GetSTDOUT(1000),
|
| /llvm-project-15.0.7/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 | 600 while ((len = process.GetSTDOUT(stdio_buffer, sizeof(stdio_buffer))) > 0) in HandleProcessEvent()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 954 stdout = process.GetSTDOUT(999)
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Process.h | 1934 virtual size_t GetSTDOUT(char *buf, size_t buf_size, Status &error);
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1560 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 376 while ((count = process.GetSTDOUT(buffer, sizeof(buffer))) > 0) in SendStdOutStdErr()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 4280 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in Process
|