Searched defs:GetWatchpointSlotCount (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | ProcessWindows.cpp | 833 std::optional<uint32_t> ProcessWindows::GetWatchpointSlotCount() { GetWatchpointSlotCount() function in lldb_private::ProcessWindows |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 1933 virtual std::optional<uint32_t> GetWatchpointSlotCount() { GetWatchpointSlotCount() function |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationClient.cpp | 1813 std::optional<uint32_t> GDBRemoteCommunicationClient::GetWatchpointSlotCount() { GetWatchpointSlotCount() function in GDBRemoteCommunicationClient |
H A D | ProcessGDBRemote.cpp | 2909 std::optional<uint32_t> ProcessGDBRemote::GetWatchpointSlotCount() { GetWatchpointSlotCount() function in ProcessGDBRemote |