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/
H A 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/
H A 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/
H A 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;