Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() local
135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
180 lldb::addr_t tempAddr = m_hbp_regs[i].address; in ClearAllHardwareBreakpoints() local
192 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
332 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
344 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
364 lldb::addr_t tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints() local
376 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp369 lldb::addr_t tempAddr = m_hbr_regs[hw_idx].address; in ClearHardwareBreakpoint() local
380 m_hbr_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
422 lldb::addr_t tempAddr = 0; in ClearAllHardwareBreakpoints() local
428 tempAddr = m_hbr_regs[i].address; in ClearAllHardwareBreakpoints()
440 m_hbr_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
583 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
595 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
610 lldb::addr_t tempAddr = 0; in ClearAllHardwareWatchpoints() local
616 tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints()
628 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextLinux_ppc64le.cpp622 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
638 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()