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

/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp598 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); local
605 s->Printf("hardware = %s\n", is_hardware ? "true" : "false");
617 (is_hardware ? "hardware, " : ""), GetHitCount());
629 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); local
642 is_hardware ? "hardware" : "software", GetHitCount(),
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); local
5413 hardware_stream.Printf("hardware = %s", is_hardware ? "true" : "false");

Completed in 200 milliseconds