Searched refs:GetWatchpointSupportInfo (Results 1 – 11 of 11) sorted by relevance
122 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num) override;124 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num,
798 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessFreeBSD810 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessFreeBSD811 Status error = GetWatchpointSupportInfo(num); in GetWatchpointSupportInfo()
235 Status GetWatchpointSupportInfo(uint32_t &num);237 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
182 Status GetWatchpointSupportInfo(uint32_t &num) override;199 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
3080 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote3082 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()3086 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote3087 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1661 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1705 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1707 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
2086 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function2093 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
719 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
776 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
242 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
1137 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()