Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/debugserver-exit-code/
H A DTestDebugServerExitCode.py24 self.assertEqual(process.GetExitDescription(),
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py31 obj.GetExitDescription()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i191 GetExitDescription ();
520 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h122 const char *GetExitDescription();
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py355 exit_desc = process.GetExitDescription()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp497 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
505 exit_desc = process_sp->GetExitDescription(); in GetExitDescription()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1342 const char *GetExitDescription();
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3144 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3273 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
H A DProcess.cpp1043 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5485 const char *exit_description = GetExitDescription(); in GetStatus()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6740 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()