Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBProcessExtensions.i96 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcess.h128 const char *GetExitDescription();
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp510 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
519 return ConstString(process_sp->GetExitDescription()).GetCString(); in GetExitDescription()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1424 const char *GetExitDescription();
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3342 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3474 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
HDProcess.cpp1080 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5757 const char *exit_description = GetExitDescription(); in GetStatus()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp6763 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp44531 result = (char *)(arg1)->GetExitDescription(); in _wrap_SBProcess_GetExitDescription()