Searched refs:GetWatchpointSupportInfo (Results 1 – 11 of 11) sorted by relevance
123 GetWatchpointSupportInfo(uint32_t &num);126 GetWatchpointSupportInfo(uint32_t &num, bool &after);
784 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num) in GetWatchpointSupportInfo() function in ProcessPOSIX798 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num, bool &after) in GetWatchpointSupportInfo() function in ProcessPOSIX800 Error error = GetWatchpointSupportInfo(num); in GetWatchpointSupportInfo()
210 GetWatchpointSupportInfo (uint32_t &num); 213 GetWatchpointSupportInfo (uint32_t &num, bool& after);
209 GetWatchpointSupportInfo (uint32_t &num);212 GetWatchpointSupportInfo (uint32_t &num, bool& after);
1543 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1590 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1592 Error error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
2137 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function in ProcessGDBRemote2140 Error error (m_gdb_comm.GetWatchpointSupportInfo (num)); in GetWatchpointSupportInfo()2145 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function in ProcessGDBRemote2147 Error error (m_gdb_comm.GetWatchpointSupportInfo (num, after)); in GetWatchpointSupportInfo()
669 if (process->GetWatchpointSupportInfo(num, wp_triggers_after).Success()) in PerformAction()
540 Error rc = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints); in CheckIfWatchpointsExhausted()
2996 GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function3005 GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function
271 …Error error = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints); in DoExecute()
1197 sb_error.SetError(process_sp->GetWatchpointSupportInfo (num)); in GetNumSupportedHardwareWatchpoints()