Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription() local
603 s->Printf("hardware = %s\n", is_hardware ? "true" : "false"); in GetDescription()
615 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription()
627 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump() local
641 is_hardware ? "hardware" : "software", hardware_index, GetHitCount(), in Dump()