Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DStopInfo.h111 SetDescription (const char *desc_cstr) in SetDescription() argument
113 if (desc_cstr && desc_cstr[0]) in SetDescription()
114 m_description.assign (desc_cstr); in SetDescription()