Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i191 GetExitDescription ();
517 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h122 const char *GetExitDescription();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp525 const char *SBProcess::GetExitDescription() { in GetExitDescription() function in SBProcess
526 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetExitDescription); in GetExitDescription()
533 exit_desc = process_sp->GetExitDescription(); in GetExitDescription()
1388 LLDB_REGISTER_METHOD(const char *, SBProcess, GetExitDescription, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1330 const char *GetExitDescription();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3062 const char *exit_desc = m_process_sp->GetExitDescription(); in Launch()
3190 const char *exit_desc = process_sp->GetExitDescription(); in Attach()
H A DProcess.cpp1023 const char *Process::GetExitDescription() { in GetExitDescription() function in Process
5459 const char *exit_description = GetExitDescription(); in GetStatus()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5211 const char *exit_desc = process->GetExitDescription(); in WindowDelegateDraw()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39612 result = (char *)(arg1)->GetExitDescription(); in _wrap_SBProcess_GetExitDescription()