Searched refs:GetWatchpointSlotCount (Results 1 – 8 of 8) sorted by relevance
166 std::optional<uint32_t> GetWatchpointSlotCount() override;
198 std::optional<uint32_t> GetWatchpointSlotCount();
3023 std::optional<uint32_t> ProcessGDBRemote::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in ProcessGDBRemote3024 return m_gdb_comm.GetWatchpointSlotCount(); in GetWatchpointSlotCount()
1833 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in GDBRemoteCommunicationClient
209 process_sp->GetWatchpointSlotCount(); in DoExecute()
1059 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints()
1978 virtual std::optional<uint32_t> GetWatchpointSlotCount() { in GetWatchpointSlotCount() function
924 target->GetProcessSP()->GetWatchpointSlotCount(); in CheckIfWatchpointsSupported()