Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIX.h59 IsWatchpointVacant (uint32_t hw_index) { return false; } in IsWatchpointVacant() function
DRegisterContext_x86_64.h209 IsWatchpointVacant(uint32_t hw_index);
DRegisterContext_x86_64.cpp1215 RegisterContext_x86_64::IsWatchpointVacant(uint32_t hw_index) in IsWatchpointVacant() function in RegisterContext_x86_64
1275 if (IsWatchpointVacant(hw_index)) in SetHardwareWatchpoint()
1300 if (!IsWatchpointVacant(hw_index)) in SetHardwareWatchpointWithIndex()
1400 if (!IsWatchpointVacant(hw_index)) in GetWatchpointAddress()
DPOSIXThread.cpp373 if (reg_ctx->IsWatchpointVacant(wp_idx)) in FindVacantWatchpointIndex()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h233 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
DDNBArchImplX86_64.cpp748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant() function in DNBArchImplX86_64
863 if (IsWatchpointVacant(debug_state, i)) in EnableHardwareWatchpoint()
900 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
DDNBArchImplI386.cpp795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant() function in DNBArchImplI386
910 if (IsWatchpointVacant(debug_state, i)) in EnableHardwareWatchpoint()
947 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()