Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1721 const char *signo_cstr = Host::GetSignalAsCString(signo); in DoExecute() local
1722 if (signo_cstr) in DoExecute()
1725 status, signo_cstr); in DoExecute()