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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h113 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num) override;
115 lldb_private::Status GetWatchpointSupportInfo(uint32_t &num,
H A DProcessFreeBSD.cpp787 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num) { function in class:ProcessFreeBSD
799 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num, bool &after) { function in class:ProcessFreeBSD
800 Status error = GetWatchpointSupportInfo(num);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h218 Status GetWatchpointSupportInfo(uint32_t &num);
220 Status GetWatchpointSupportInfo(uint32_t &num, bool &after,
H A DProcessGDBRemote.h163 Status GetWatchpointSupportInfo(uint32_t &num) override;
180 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
H A DProcessGDBRemote.cpp3014 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num) {
3016 Status error(m_gdb_comm.GetWatchpointSupportInfo(num));
3020 Status ProcessGDBRemote::GetWatchpointSupportInfo(uint32_t &num, bool &after) {
3021 Status error(m_gdb_comm.GetWatchpointSupportInfo(
H A DGDBRemoteCommunicationClient.cpp1675 Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(uint32_t &num) { function in class:GDBRemoteCommunicationClient
1719 lldb_private::Status GDBRemoteCommunicationClient::GetWatchpointSupportInfo(
1721 Status error(GetWatchpointSupportInfo(num));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1781 virtual Status GetWatchpointSupportInfo(uint32_t &num) { function in class:lldb_private::Process
1784 error.SetErrorString("Process::GetWatchpointSupportInfo() not supported");
1788 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) { function in class:lldb_private::Process
1792 error.SetErrorString("Process::GetWatchpointSupportInfo() not supported");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp710 if (process_sp->GetWatchpointSupportInfo(num, wp_triggers_after)
H A DTarget.cpp759 Status rc = target->GetProcessSP()->GetWatchpointSupportInfo(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp218 Status error = target->GetProcessSP()->GetWatchpointSupportInfo(
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1024 sb_error.SetError(process_sp->GetWatchpointSupportInfo(num));

Completed in 318 milliseconds