Searched refs:GetWatchpointSupportInfo (Results 1 – 9 of 9) sorted by relevance
166 Status GetWatchpointSupportInfo(uint32_t &num) override;179 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
242 Status GetWatchpointSupportInfo(uint32_t &num);244 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
3062 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote3064 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()3068 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote3069 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1757 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1796 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1798 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
1819 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function1826 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
747 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
774 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
1028 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()