Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBThread.cpp320 static char wp_desc[] = "watchpoint hit"; in GetStopDescription() local
321 stop_desc = wp_desc; in GetStopDescription()
322 stop_desc_len = sizeof(wp_desc); // Include the NULL byte for size in GetStopDescription()