Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:GetWatchpointSupportInfo

2137 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num)
2140 Error error (m_gdb_comm.GetWatchpointSupportInfo (num));
2145 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num, bool& after)
2147 Error error (m_gdb_comm.GetWatchpointSupportInfo (num, after));