Home
last modified time | relevance | path

Searched defs:m_hardware (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeWatchpointList.h22 bool m_hardware; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h644 m_hardware; // If this breakpoint is required to use a hardware breakpoint variable
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp519 bool m_hardware = false; // Request to use hardware breakpoints member in CommandObjectBreakpointSet::CommandOptions