Searched defs:IsWatchpointHit (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h47 IsWatchpointHit (uint32_t hw_index) { return false; } function in class:RegisterContextPOSIX
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp592 if (IsWatchpointHit(debug_state, i))
812 // See also IsWatchpointHit().
818 DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplI386
980 if (IsWatchpointHit(debug_state, i))
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp546 if (IsWatchpointHit(debug_state, i))
765 // See also IsWatchpointHit().
771 DNBArchImplX86_64::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplX86_64
933 if (IsWatchpointHit(debug_state, i))

Completed in 142 milliseconds