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

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h59 IsWatchpointVacant (uint32_t hw_index) { return false; } function in class:RegisterContextPOSIX
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplI386
910 if (IsWatchpointVacant(debug_state, i))
947 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index))
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplX86_64
863 if (IsWatchpointVacant(debug_state, i))
900 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index))

Completed in 110 milliseconds