Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h166 Status GetWatchpointSupportInfo(uint32_t &num) override;
179 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DGDBRemoteCommunicationClient.h242 Status GetWatchpointSupportInfo(uint32_t &num);
244 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
H A DProcessGDBRemote.cpp3062 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
3064 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
3068 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
3069 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
H A DGDBRemoteCommunicationClient.cpp1757 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1796 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1798 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1819 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function
1826 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp747 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
H A DTarget.cpp774 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1028 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()