Home
last modified time | relevance | path

Searched refs:GetSTDERR (Results 1 – 14 of 14) sorted by relevance

/external/lldb/test/python_api/process/io/
DTestProcessIO.py53 error = process.GetSTDERR(500)
/external/lldb/test/python_api/default-constructor/
Dsb_process.py13 obj.GetSTDERR(6)
/external/lldb/scripts/Python/interface/
DSBProcess.i96 ") GetSTDERR;
98 GetSTDERR (char *dst, size_t dst_len) const;
/external/lldb/examples/python/
Dprocess_events.py253 process_stderr = process.GetSTDERR(1024)
257 process_stderr = process.GetSTDERR(1024)
/external/lldb/tools/debugserver/source/
DRNBContext.h112 std::string& GetSTDERR () { return m_stderr; } in GetSTDERR() function
Ddebugserver.cpp1040 ctx.GetSTDERR().assign(optarg); in main()
1052 ctx.GetSTDERR().assign(optarg); in main()
DRNBRemote.cpp2123 packet.GetHexByteString (m_ctx.GetSTDERR()); in HandlePacket_QSetSTDIO()
2124 success = !m_ctx.GetSTDERR().empty(); in HandlePacket_QSetSTDIO()
/external/lldb/include/lldb/API/
DSBProcess.h77 GetSTDERR (char *dst, size_t dst_len) const;
/external/lldb/source/API/
DSBProcess.cpp370 SBProcess::GetSTDERR (char *dst, size_t dst_len) const in GetSTDERR() function in SBProcess
377 bytes_read = process_sp->GetSTDERR (dst, dst_len, error); in GetSTDERR()
DSBDebugger.cpp407 while ((len = process.GetSTDERR (stdio_buffer, sizeof (stdio_buffer))) > 0) in HandleProcessEvent()
/external/lldb/tools/driver/
DDriver.cpp798 …while ((len = m_debugger.GetSelectedTarget().GetProcess().GetSTDERR (stdio_buffer, sizeof (stdio_b… in GetProcessSTDERR()
/external/lldb/include/lldb/Target/
DProcess.h3171 GetSTDERR (char *buf, size_t buf_size, Error &error);
/external/lldb/source/Target/
DProcess.cpp4468 Process::GetSTDERR (char *buf, size_t buf_size, Error &error) in GetSTDERR() function in Process
/external/lldb/www/python_reference/
Dapi-objects.txt3422 lldb.SBProcess.GetSTDERR lldb.SBProcess-class.html#GetSTDERR