Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h577 const Breakpoint &bp_to_copy_from);
630 Breakpoint(Target &new_target, const Breakpoint &bp_to_copy_from);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp70 const Breakpoint& bp_to_copy_from) { in CopyFromBreakpoint() argument
74 BreakpointSP bp(new Breakpoint(*new_target, bp_to_copy_from)); in CopyFromBreakpoint()
76 bp->m_resolver_sp = bp_to_copy_from.m_resolver_sp->CopyForBreakpoint(bp); in CopyFromBreakpoint()
77 bp->m_filter_sp = bp_to_copy_from.m_filter_sp->CreateCopy(new_target); in CopyFromBreakpoint()