Searched defs:m_hardware (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Host/common/ | ||
H A D | NativeWatchpointList.h | 22 bool m_hardware; member |
/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | Breakpoint.h | 641 m_hardware; // If this breakpoint is required to use a hardware breakpoint global() variable |
/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectBreakpoint.cpp | 529 bool m_hardware = false; // Request to use hardware breakpoints global() member in CommandObjectBreakpointSet::CommandOptions |