Lines Matching defs:constituent
1660 Process::CreateBreakpointSite(const BreakpointLocationSP &constituent,
1687 constituent->SetIsIndirect(false);
1689 if (constituent->ShouldResolveIndirectFunctions()) {
1690 Symbol *symbol = constituent->GetAddress().CalculateSymbolContextSymbol();
1700 constituent->GetBreakpoint().GetID(), constituent->GetID(),
1706 constituent->SetIsIndirect(true);
1708 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
1710 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
1716 // constituent, otherwise create a new breakpoint site and add it.
1721 bp_site_sp->AddConstituent(constituent);
1722 constituent->SetBreakpointSite(bp_site_sp);
1726 new BreakpointSite(constituent, load_addr, use_hardware));
1730 constituent->SetBreakpointSite(bp_site_sp);
1738 load_addr, constituent->GetBreakpoint().GetID(),
1739 constituent->GetID(),