Searched refs:GetWatchpointSupportInfo (Results 1 – 11 of 11) sorted by relevance
101 Status GetWatchpointSupportInfo(uint32_t &num) override;102 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
840 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows845 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
163 Status GetWatchpointSupportInfo(uint32_t &num) override;176 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
206 Status GetWatchpointSupportInfo(uint32_t &num);208 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
2866 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote2868 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()2872 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote2873 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1789 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1828 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1830 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
1798 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function1805 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
763 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
788 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
970 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()