Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBBreakpoint.h134 MatchesName (const char *name);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpoint.h670 MatchesName (const char *name) in MatchesName() function
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpoint.cpp695 SBBreakpoint::MatchesName (const char *name) in MatchesName() function in SBBreakpoint
707 return m_opaque_sp->MatchesName(name); in MatchesName()
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointIDList.cpp377 if (bkpt_sp->MatchesName(name.c_str())) in FindAndReplaceIDRanges()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp2277 if (bp_sp->MatchesName(name)) in DoExecute()