Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeWatchpointList.h22 bool m_hardware; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h641 m_hardware; // If this breakpoint is required to use a hardware breakpoint variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp529 bool m_hardware = false; // Request to use hardware breakpoints member in CommandObjectBreakpointSet::CommandOptions