Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp224 RegisterContextThreadMemory::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint() function in RegisterContextThreadMemory
228 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
DRegisterContextThreadMemory.h90 ClearHardwareWatchpoint (uint32_t hw_index);
DRegisterContextDarwin_arm.h108 ClearHardwareWatchpoint (uint32_t hw_index);
DRegisterContextDarwin_arm.cpp1200 RegisterContextDarwin_arm::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint() function in RegisterContextDarwin_arm
/external/lldb/include/lldb/Target/
DRegisterContext.h100 ClearHardwareWatchpoint (uint32_t hw_index);
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.h200 ClearHardwareWatchpoint(uint32_t hw_index);
DPOSIXThread.cpp348 result = reg_ctx_sp->ClearHardwareWatchpoint(wp->GetHardwareIndex()); in DisableHardwareWatchpoint()
DRegisterContext_x86_64.cpp1347 RegisterContext_x86_64::ClearHardwareWatchpoint(uint32_t hw_index) in ClearHardwareWatchpoint() function in RegisterContext_x86_64
/external/lldb/source/Target/
DRegisterContext.cpp278 RegisterContext::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint() function in RegisterContext