Searched refs:SetHardwareWatchpointWithIndex (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/POSIX/ |
D | RegisterContextPOSIX.h | 62 SetHardwareWatchpointWithIndex (lldb::addr_t addr, size_t size, in SetHardwareWatchpointWithIndex() function
|
D | RegisterContext_x86_64.h | 196 SetHardwareWatchpointWithIndex(lldb::addr_t, size_t size, bool read,
|
D | POSIXThread.cpp | 333 wp_set = reg_ctx->SetHardwareWatchpointWithIndex(wp_addr, wp_size, in EnableHardwareWatchpoint()
|
D | RegisterContext_x86_64.cpp | 1276 return SetHardwareWatchpointWithIndex(addr, size, in SetHardwareWatchpoint() 1285 RegisterContext_x86_64::SetHardwareWatchpointWithIndex(addr_t addr, size_t size, in SetHardwareWatchpointWithIndex() function in RegisterContext_x86_64
|