Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp123 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() local
134 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
179 lldb::addr_t tempAddr = m_hbp_regs[i].address; in ClearAllHardwareBreakpoints() local
191 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
331 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
343 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
363 lldb::addr_t tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints() local
375 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()