Searched refs:GetWatchpointSupportInfo (Results 1 – 11 of 11) sorted by relevance
98 Status GetWatchpointSupportInfo(uint32_t &num) override;99 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
838 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows843 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
162 Status GetWatchpointSupportInfo(uint32_t &num) override;175 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
197 Status GetWatchpointSupportInfo(uint32_t &num);199 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
2821 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote2823 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()2827 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote2828 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
1783 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1822 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient1824 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
1820 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function1827 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
828 if (!process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in ShouldStopSynchronous()
794 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
970 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()