Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_ppc64le.cpp720 struct ppc_debug_info hwdebug_info; in ReadHardwareDebugInfo() local
724 PPC_PTRACE_GETHWDBGINFO, tid, 0, &hwdebug_info, sizeof(hwdebug_info)); in ReadHardwareDebugInfo()
729 m_max_hwp_supported = hwdebug_info.num_data_bps; in ReadHardwareDebugInfo()
730 m_max_hbp_supported = hwdebug_info.num_instruction_bps; in ReadHardwareDebugInfo()