Home
last modified time | relevance | path

Searched defs:is_hardware (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription() local
627 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList() local