Searched refs:IsWatchpointVacant (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h59 IsWatchpointVacant (uint32_t hw_index) { return false; } function in class:RegisterContextPOSIX
H A DRegisterContext_x86_64.h209 IsWatchpointVacant(uint32_t hw_index);
H A DRegisterContext_x86_64.cpp1215 RegisterContext_x86_64::IsWatchpointVacant(uint32_t hw_index)
1275 if (IsWatchpointVacant(hw_index))
1300 if (!IsWatchpointVacant(hw_index))
1400 if (!IsWatchpointVacant(hw_index))
H A DPOSIXThread.cpp373 if (reg_ctx->IsWatchpointVacant(wp_idx))
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
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.h233 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
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 105 milliseconds