Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp5447 const char *stop_desc = stop_info_sp->GetDescription(); in RunThreadPlan() local
5448 if (stop_desc) in RunThreadPlan()
5449 ts.PutCString(stop_desc); in RunThreadPlan()