Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h37 bool HardwareRequired() const { return m_is_hardware_required; } in HardwareRequired() function
H A DBreakpointSite.h188 !HardwareRequired()); in IsHardware()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp96 lldbassert(m_is_hardware || !HardwareRequired()); in IsHardware()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp633 if (bp_site->HardwareRequired()) in EnableBreakpointSite()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp142 if (bp_site->HardwareRequired()) in EnableBreakpointSite()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2964 (!bp_site->HardwareRequired())) { in EnableBreakpointSite()
3039 if (bp_site->HardwareRequired()) { in EnableBreakpointSite()