Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIX.h62 SetHardwareWatchpointWithIndex (lldb::addr_t addr, size_t size, in SetHardwareWatchpointWithIndex() function
DRegisterContext_x86_64.h196 SetHardwareWatchpointWithIndex(lldb::addr_t, size_t size, bool read,
DPOSIXThread.cpp333 wp_set = reg_ctx->SetHardwareWatchpointWithIndex(wp_addr, wp_size, in EnableHardwareWatchpoint()
DRegisterContext_x86_64.cpp1276 return SetHardwareWatchpointWithIndex(addr, size, in SetHardwareWatchpoint()
1285 RegisterContext_x86_64::SetHardwareWatchpointWithIndex(addr_t addr, size_t size, in SetHardwareWatchpointWithIndex() function in RegisterContext_x86_64