Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp104 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() local
115 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
162 lldb::addr_t tempAddr = m_hbp_regs[i].address; in ClearAllHardwareBreakpoints() local
174 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
293 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
305 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
326 lldb::addr_t tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints() local
338 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()