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.h166 std::optional<uint32_t> GetWatchpointSlotCount() override;
H A DGDBRemoteCommunicationClient.h198 std::optional<uint32_t> GetWatchpointSlotCount();
H A DProcessGDBRemote.cpp3023 std::optional<uint32_t> ProcessGDBRemote::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in ProcessGDBRemote
3024 return m_gdb_comm.GetWatchpointSlotCount(); in GetWatchpointSlotCount()
H A DGDBRemoteCommunicationClient.cpp1833 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { in GetWatchpointSlotCount() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp209 process_sp->GetWatchpointSlotCount(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1059 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1978 virtual std::optional<uint32_t> GetWatchpointSlotCount() { in GetWatchpointSlotCount() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp924 target->GetProcessSP()->GetWatchpointSlotCount(); in CheckIfWatchpointsSupported()