Searched refs:GetSTDERR (Results 1 – 14 of 14) sorted by relevance
/external/lldb/test/python_api/process/io/ |
D | TestProcessIO.py | 53 error = process.GetSTDERR(500)
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_process.py | 13 obj.GetSTDERR(6)
|
/external/lldb/scripts/Python/interface/ |
D | SBProcess.i | 96 ") GetSTDERR; 98 GetSTDERR (char *dst, size_t dst_len) const;
|
/external/lldb/examples/python/ |
D | process_events.py | 253 process_stderr = process.GetSTDERR(1024) 257 process_stderr = process.GetSTDERR(1024)
|
/external/lldb/tools/debugserver/source/ |
D | RNBContext.h | 112 std::string& GetSTDERR () { return m_stderr; } in GetSTDERR() function
|
D | debugserver.cpp | 1040 ctx.GetSTDERR().assign(optarg); in main() 1052 ctx.GetSTDERR().assign(optarg); in main()
|
D | RNBRemote.cpp | 2123 packet.GetHexByteString (m_ctx.GetSTDERR()); in HandlePacket_QSetSTDIO() 2124 success = !m_ctx.GetSTDERR().empty(); in HandlePacket_QSetSTDIO()
|
/external/lldb/include/lldb/API/ |
D | SBProcess.h | 77 GetSTDERR (char *dst, size_t dst_len) const;
|
/external/lldb/source/API/ |
D | SBProcess.cpp | 370 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()
|
D | SBDebugger.cpp | 407 while ((len = process.GetSTDERR (stdio_buffer, sizeof (stdio_buffer))) > 0) in HandleProcessEvent()
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 798 …while ((len = m_debugger.GetSelectedTarget().GetProcess().GetSTDERR (stdio_buffer, sizeof (stdio_b… in GetProcessSTDERR()
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 3171 GetSTDERR (char *buf, size_t buf_size, Error &error);
|
/external/lldb/source/Target/ |
D | Process.cpp | 4468 Process::GetSTDERR (char *buf, size_t buf_size, Error &error) in GetSTDERR() function in Process
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3422 lldb.SBProcess.GetSTDERR lldb.SBProcess-class.html#GetSTDERR
|