Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h101 Status GetWatchpointSupportInfo(uint32_t &num) override;
102 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DProcessWindows.cpp840 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
845 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h163 Status GetWatchpointSupportInfo(uint32_t &num) override;
176 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DGDBRemoteCommunicationClient.h206 Status GetWatchpointSupportInfo(uint32_t &num);
208 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
H A DProcessGDBRemote.cpp2866 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
2868 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
2872 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
2873 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
H A DGDBRemoteCommunicationClient.cpp1789 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1828 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1830 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1798 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function
1805 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp763 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in PerformAction()
H A DTarget.cpp788 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp970 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()