Searched refs:thread_desc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 220 std::string thread_desc = llvm::formatv("(pid {0}) {1}", pid, comm); in DoUpdateThreadList() local 222 thread_desc += '/'; in DoUpdateThreadList() 223 thread_desc += thread_name; in DoUpdateThreadList() 233 thread_desc += " (crashed)"; in DoUpdateThreadList() 241 thread_desc += llvm::formatv(" (on CPU {0})", oncpu); in DoUpdateThreadList() 245 new ThreadFreeBSDKernel(*this, tid, pcb_addr, thread_desc)}; in DoUpdateThreadList()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | lldb-minimize-processes.patch | 34 thread_desc += " (crashed)"; 42 thread_desc += llvm::formatv(" (on CPU {0})", oncpu); 47 new ThreadFreeBSDKernel(*this, tid, pcb_addr, thread_desc)};
|