Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h815 bool EnableBreakpointByID(lldb::break_id_t break_id);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1042 bool Target::EnableBreakpointByID(break_id_t break_id) { in EnableBreakpointByID() function in Target