Searched refs:bp_to_copy_from (Results 1 – 2 of 2) sorted by relevance
577 const Breakpoint &bp_to_copy_from);630 Breakpoint(Target &new_target, const Breakpoint &bp_to_copy_from);
70 const Breakpoint& bp_to_copy_from) { in CopyFromBreakpoint() argument74 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()