Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp150 int32_t offset_p_comm = ReadSignedIntegerFromMemory( in DoUpdateThreadList() local
166 offset_p_comm == -1 || offset_td_tid == -1 || offset_td_plist == -1 || in DoUpdateThreadList()
196 ReadCStringFromMemory(proc + offset_p_comm, comm, sizeof(comm), error); in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlldb-minimize-processes.patch24 ReadCStringFromMemory(proc + offset_p_comm, comm, sizeof(comm), error);