Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBProcess.i193 GetExitDescription ();
498 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcess.h122 const char *GetExitDescription();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp545 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
546 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetExitDescription); in GetExitDescription()
553 exit_desc = process_sp->GetExitDescription(); in GetExitDescription()
1344 LLDB_REGISTER_METHOD(const char *, SBProcess, GetExitDescription, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1327 const char *GetExitDescription();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2945 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3051 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
HDProcess.cpp1084 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5426 const char *exit_description = GetExitDescription(); in GetStatus()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3193 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()