Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp365 size_t stop_desc_len = 0; in GetStopDescription() local
373 stop_desc_len = sizeof(trace_desc); // Include the NULL byte for size in GetStopDescription()
381 stop_desc_len = sizeof(bp_desc); // Include the NULL byte for size in GetStopDescription()
389 stop_desc_len = sizeof(wp_desc); // Include the NULL byte for size in GetStopDescription()
400stop_desc_len = sizeof(signal_desc); // Include the NULL byte for size in GetStopDescription()
409 stop_desc_len = sizeof(exc_desc); // Include the NULL byte for size in GetStopDescription()
417 stop_desc_len = sizeof(exc_desc); // Include the NULL byte for size in GetStopDescription()
425 stop_desc_len = sizeof(limbo_desc); in GetStopDescription()
442 if (stop_desc_len == 0) in GetStopDescription()
443 stop_desc_len = ::strlen (stop_desc) + 1; // Include the NULL byte in GetStopDescription()
[all …]