Home
last modified time | relevance | path

Searched refs:GetWatchpointSupportInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h122 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num) override;
124 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num,
H A DProcessFreeBSD.cpp798 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessFreeBSD
810 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessFreeBSD
811 Status error = GetWatchpointSupportInfo(num); in GetWatchpointSupportInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h235 Status GetWatchpointSupportInfo(uint32_t &num);
237 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
H A DProcessGDBRemote.h182 Status GetWatchpointSupportInfo(uint32_t &num) override;
199 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DProcessGDBRemote.cpp3080 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
3082 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
3086 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
3087 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
H A DGDBRemoteCommunicationClient.cpp1661 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1705 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1707 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2086 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function
2093 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp719 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
H A DTarget.cpp776 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp242 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1137 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()