Home
last modified time | relevance | path

Searched refs:m_hardware (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/common/
DNativeWatchpointList.h22 bool m_hardware; member
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h510 bool IsHardware() const { return m_hardware; } in IsHardware()
635 m_hardware; // If this breakpoint is required to use a hardware breakpoint variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp249 m_throw_bp(true), m_hardware(false), in CommandOptions()
338 m_hardware = true; in SetOptionValue()
483 m_hardware = false; in OptionParsingStarting()
515 bool m_hardware; // Request to use hardware breakpoints member in CommandObjectBreakpointSet::CommandOptions
593 m_options.m_skip_prologue, internal, m_options.m_hardware, in DoExecute()
607 m_options.m_load_addr, internal, file_spec, m_options.m_hardware); in DoExecute()
610 m_options.m_hardware); in DoExecute()
630 m_options.m_hardware); in DoExecute()
656 m_options.m_hardware); in DoExecute()
685 m_options.m_hardware, m_options.m_move_to_nearest_code); in DoExecute()
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp51 : m_being_created(true), m_hardware(hardware), m_target(target), in Breakpoint()
59 : m_being_created(true), m_hardware(source_bp.m_hardware), in Breakpoint()
100 Breakpoint::GetKey(OptionNames::Hardware), m_hardware); in SerializeToStructuredData()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp223 SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, wp.m_hardware); in Resume()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp547 wp.m_hardware); in OnCreateThread()