Home
last modified time | relevance | path

Searched refs:GetWatchpointSlotCount (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h167 std::optional<uint32_t> GetWatchpointSlotCount() override;
H A DGDBRemoteCommunicationClient.h198 std::optional<uint32_t> GetWatchpointSlotCount();
H A DProcessGDBRemote.cpp2909 std::optional<uint32_t> ProcessGDBRemote::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in ProcessGDBRemote
2910 return m_gdb_comm.GetWatchpointSlotCount(); in GetWatchpointSlotCount()
H A DGDBRemoteCommunicationClient.cpp1813 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp210 target->GetProcessSP()->GetWatchpointSlotCount(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1044 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1935 virtual std::optional<uint32_t> GetWatchpointSlotCount() { in GetWatchpointSlotCount() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp837 target->GetProcessSP()->GetWatchpointSlotCount(); in CheckIfWatchpointsSupported()