Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp226 std::string thread_desc = llvm::formatv("(pid {0}) {1}", pid, comm); in DoUpdateThreadList() local
228 thread_desc += '/'; in DoUpdateThreadList()
229 thread_desc += thread_name; in DoUpdateThreadList()
239 thread_desc += " (crashed)"; in DoUpdateThreadList()
247 thread_desc += llvm::formatv(" (on CPU {0})", oncpu); in DoUpdateThreadList()
251 new ThreadFreeBSDKernel(*this, tid, pcb_addr, thread_desc)}; in DoUpdateThreadList()