Home
last modified time | relevance | path

Searched refs:WatchpointIndexMap (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h77 using WatchpointIndexMap = std::map<lldb::addr_t, uint32_t>; variable
78 WatchpointIndexMap m_watchpoint_index_map;
79 WatchpointIndexMap m_hw_break_index_map;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeThreadFreeBSD.h80 using WatchpointIndexMap = std::map<lldb::addr_t, uint32_t>; variable
81 WatchpointIndexMap m_watchpoint_index_map;
82 WatchpointIndexMap m_hw_break_index_map;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h120 using WatchpointIndexMap = std::map<lldb::addr_t, uint32_t>; variable
121 WatchpointIndexMap m_watchpoint_index_map;
122 WatchpointIndexMap m_hw_break_index_map;