Searched refs:breakpoint_location (Results 1 – 1 of 1) sorted by relevance
5300 BreakpointLocationSP breakpoint_location = GetBreakpointLocation(item); in TreeDelegateDrawTreeItem() local5303 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem()5304 breakpoint_location->GetID()); in TreeDelegateDrawTreeItem()5305 Address address = breakpoint_location->GetAddress(); in TreeDelegateDrawTreeItem()5311 StringList ComputeDetailsList(BreakpointLocationSP breakpoint_location) { in ComputeDetailsList() argument5314 Address address = breakpoint_location->GetAddress(); in ComputeDetailsList()5351 if (breakpoint_location->IsReExported()) in ComputeDetailsList()5368 BreakpointSiteSP breakpoint_site = breakpoint_location->GetBreakpointSite(); in ComputeDetailsList()5369 if (breakpoint_location->IsIndirect() && breakpoint_site) { in ComputeDetailsList()5372 &breakpoint_location->GetTarget()); in ComputeDetailsList()[all …]