Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp22 lldb::addr_t addr, bool use_hardware) in BreakpointSite() argument
23 : StoppointSite(GetNextID(), addr, 0, use_hardware), in BreakpointSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h242 lldb::addr_t m_addr, bool use_hardware);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2219 bool use_hardware);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1602 bool use_hardware) { in CreateBreakpointSite() argument
1667 new BreakpointSite(constituent, load_addr, use_hardware)); in CreateBreakpointSite()
1674 if (show_error || use_hardware) { in CreateBreakpointSite()