Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.cpp30 m_pcb(pcb) {} in ThreadOpenBSDKernel()
63 m_pcb); in CreateRegisterContextForFrame()
67 *this, new RegisterContextOpenBSD_i386(arch), m_pcb); in CreateRegisterContextForFrame()
72 *this, new RegisterContextOpenBSD_x86_64(arch), m_pcb); in CreateRegisterContextForFrame()
H A DThreadOpenBSDKernel.h47 lldb::addr_t m_pcb; variable