Home
last modified time | relevance | path

Searched refs:GetExitDescription (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/test/API/macosx/debugserver-exit-code/
DTestDebugServerExitCode.py26 self.assertEqual(process.GetExitDescription(),
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_process.py31 obj.GetExitDescription()
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i193 GetExitDescription ();
503 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h122 const char *GetExitDescription();
/external/llvm-project/lldb/source/API/
DSBProcess.cpp546 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
547 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetExitDescription); in GetExitDescription()
554 exit_desc = process_sp->GetExitDescription(); in GetExitDescription()
1365 LLDB_REGISTER_METHOD(const char *, SBProcess, GetExitDescription, ()); in RegisterMethods()
/external/llvm-project/lldb/examples/python/
Dprocess_events.py355 exit_desc = process.GetExitDescription()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1354 const char *GetExitDescription();
/external/llvm-project/lldb/source/Target/
DTarget.cpp3032 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3129 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
DProcess.cpp1160 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5588 const char *exit_description = GetExitDescription(); in GetStatus()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3376 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()