Home
last modified time | relevance | path

Searched refs:exit_description (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBProcess.i503exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
/external/llvm-project/lldb/source/Target/
DProcess.cpp5588 const char *exit_description = GetExitDescription(); in GetStatus() local
5591 exit_description ? exit_description : ""); in GetStatus()