Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h98 Status GetWatchpointSupportInfo(uint32_t &num) override;
99 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DProcessWindows.cpp838 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
843 Status ProcessWindows::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h162 Status GetWatchpointSupportInfo(uint32_t &num) override;
175 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DGDBRemoteCommunicationClient.h197 Status GetWatchpointSupportInfo(uint32_t &num);
199 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
H A DProcessGDBRemote.cpp2821 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
2823 Status error(m_gdb_comm.GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
2827 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function in ProcessGDBRemote
2828 Status error(m_gdb_comm.GetWatchpointSupportInfo( in GetWatchpointSupportInfo()
H A DGDBRemoteCommunicationClient.cpp1783 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1822 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo( in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1824 Status error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1820 virtual Status GetWatchpointSupportInfo(uint32_t &num) { in GetWatchpointSupportInfo() function
1827 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { in GetWatchpointSupportInfo() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp213 Status error = target->GetProcessSP()->GetWatchpointSupportInfo( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp828 if (!process_sp->GetWatchpointSupportInfo(num, wp_triggers_after) in ShouldStopSynchronous()
H A DTarget.cpp794 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo( in CheckIfWatchpointsSupported()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp970 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num)); in GetNumSupportedHardwareWatchpoints()