Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp940 const char *signo_cstr = Host::GetSignalAsCString(signo); in DoExecute() local
941 if (signo_cstr) in DoExecute()
942 …utputStream().Printf("error: command returned with status %i and signal %s\n", status, signo_cstr); in DoExecute()