Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h73 virtual void SetDescription(const char *desc_cstr) { in SetDescription() argument
74 if (desc_cstr && desc_cstr[0]) in SetDescription()
75 m_description.assign(desc_cstr); in SetDescription()