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

/external/lldb/source/API/
H A DSBThread.cpp282 const char *stop_desc = stop_info_sp->GetDescription(); local
283 if (stop_desc)
287 exe_ctx.GetThreadPtr(), stop_desc);
289 return ::snprintf (dst, dst_len, "%s", stop_desc);
293 return ::strlen (stop_desc) + 1; // Include the NULL byte for size
305 stop_desc = trace_desc;
313 stop_desc = bp_desc;
321 stop_desc = wp_desc;
328 stop_desc = exe_ctx.GetProcessPtr()->GetUnixSignals ().GetSignalAsCString (stop_info_sp->GetValue());
329 if (stop_desc
[all...]
/external/lldb/source/Target/
H A DProcess.cpp5335 const char *stop_desc = stop_info_sp->GetDescription();
5336 if (stop_desc)
5337 ts.PutCString (stop_desc);

Completed in 89 milliseconds