Searched refs:GetWatchpointSlotCount (Results 1 – 8 of 8) sorted by relevance
167 std::optional<uint32_t> GetWatchpointSlotCount() override;
198 std::optional<uint32_t> GetWatchpointSlotCount();
2909 std::optional<uint32_t> ProcessGDBRemote::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in ProcessGDBRemote2910 return m_gdb_comm.GetWatchpointSlotCount(); in GetWatchpointSlotCount()
1813 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in GDBRemoteCommunicationClient
210 target->GetProcessSP()->GetWatchpointSlotCount(); in DoExecute()
1044 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints()
1935 virtual std::optional<uint32_t> GetWatchpointSlotCount() { in GetWatchpointSlotCount() function
837 target->GetProcessSP()->GetWatchpointSlotCount(); in CheckIfWatchpointsSupported()