Searched refs:m_hardware (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeWatchpointList.h | 22 bool m_hardware; member
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | Breakpoint.h | 510 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/ |
D | CommandObjectBreakpoint.cpp | 249 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/ |
D | Breakpoint.cpp | 51 : 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/ |
D | NativeThreadLinux.cpp | 223 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/ |
D | NativeProcessWindows.cpp | 547 wp.m_hardware); in OnCreateThread()
|