Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp183 constexpr size_t fbsd_maxcomlen = 19; in DoUpdateThreadList() local
195 char comm[fbsd_maxcomlen + 1]; in DoUpdateThreadList()
212 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlldb-minimize-processes.patch23 char comm[fbsd_maxcomlen + 1];