Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i96 exit_description = property(GetExitDescription, None, doc='''A read only property that returns an exit description as a string of this process when the process state is lldb.eStateExited.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h128 const char *GetExitDescription();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp510 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
519 return ConstString(process_sp->GetExitDescription()).GetCString(); in GetExitDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1424 const char *GetExitDescription();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3342 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3474 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
H A DProcess.cpp1080 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5757 const char *exit_description = GetExitDescription(); in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6763 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44531 result = (char *)(arg1)->GetExitDescription(); in _wrap_SBProcess_GetExitDescription()