Searched refs:GetSTDERR (Results 1 - 13 of 13) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_process.py13 obj.GetSTDERR(6)
/external/lldb/test/python_api/process/io/
H A DTestProcessIO.py53 error = process.GetSTDERR(500)
/external/lldb/include/lldb/API/
H A DSBProcess.h77 GetSTDERR (char *dst, size_t dst_len) const;
/external/lldb/scripts/Python/interface/
H A DSBProcess.i96 ") GetSTDERR;
98 GetSTDERR (char *dst, size_t dst_len) const;
/external/lldb/tools/debugserver/source/
H A DRNBContext.h112 std::string& GetSTDERR () { return m_stderr; } function in class:RNBContext
H A Ddebugserver.cpp1040 ctx.GetSTDERR().assign(optarg);
1052 ctx.GetSTDERR().assign(optarg);
H A DRNBRemote.cpp2123 packet.GetHexByteString (m_ctx.GetSTDERR());
2124 success = !m_ctx.GetSTDERR().empty();
/external/lldb/examples/python/
H A Dprocess_events.py253 process_stderr = process.GetSTDERR(1024)
257 process_stderr = process.GetSTDERR(1024)
/external/lldb/source/API/
H A DSBProcess.cpp370 SBProcess::GetSTDERR (char *dst, size_t dst_len) const function in class:SBProcess
377 bytes_read = process_sp->GetSTDERR (dst, dst_len, error);
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
H A DSBDebugger.cpp407 while ((len = process.GetSTDERR (stdio_buffer, sizeof (stdio_buffer))) > 0)
/external/lldb/tools/driver/
H A DDriver.cpp798 while ((len = m_debugger.GetSelectedTarget().GetProcess().GetSTDERR (stdio_buffer, sizeof (stdio_buffer))) > 0)
/external/lldb/include/lldb/Target/
H A DProcess.h3171 GetSTDERR (char *buf, size_t buf_size, Error &error);
/external/lldb/source/Target/
H A DProcess.cpp4468 Process::GetSTDERR (char *buf, size_t buf_size, Error &error)
4476 log->Printf ("Process::GetSTDERR (buf = %p, size = %" PRIu64 ")", buf, (uint64_t)buf_size);

Completed in 4688 milliseconds