Searched refs:m_hardware (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeWatchpointList.h | 22 bool m_hardware; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 520 bool IsHardware() const { return m_hardware; } in IsHardware() 641 m_hardware; // If this breakpoint is required to use a hardware breakpoint variable
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 352 m_hardware = true; in SetOptionValue() 497 m_hardware = false; in OptionParsingStarting() 529 bool m_hardware = false; // Request to use hardware breakpoints member in CommandObjectBreakpointSet::CommandOptions 605 m_options.m_skip_prologue, internal, m_options.m_hardware, in DoExecute() 619 m_options.m_load_addr, internal, file_spec, m_options.m_hardware); in DoExecute() 622 m_options.m_hardware); in DoExecute() 641 m_options.m_hardware); in DoExecute() 666 m_options.m_hardware); in DoExecute() 693 m_options.m_hardware, m_options.m_move_to_nearest_code); in DoExecute() 714 &(m_options.m_filenames), false, m_options.m_hardware, in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 47 : m_hardware(hardware), m_target(target), m_filter_sp(filter_sp), in Breakpoint() 52 : m_hardware(source_bp.m_hardware), m_target(new_target), in Breakpoint() 92 Breakpoint::GetKey(OptionNames::Hardware), m_hardware); in SerializeToStructuredData()
|