Searched refs:breakpoint_location (Results 1 – 1 of 1) sorted by relevance
5325 BreakpointLocationSP breakpoint_location = GetBreakpointLocation(item); in TreeDelegateDrawTreeItem() local5328 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem()5329 breakpoint_location->GetID()); in TreeDelegateDrawTreeItem()5330 Address address = breakpoint_location->GetAddress(); in TreeDelegateDrawTreeItem()5336 StringList ComputeDetailsList(BreakpointLocationSP breakpoint_location) { in ComputeDetailsList() argument5339 Address address = breakpoint_location->GetAddress(); in ComputeDetailsList()5376 if (breakpoint_location->IsReExported()) in ComputeDetailsList()5393 BreakpointSiteSP breakpoint_site = breakpoint_location->GetBreakpointSite(); in ComputeDetailsList()5394 if (breakpoint_location->IsIndirect() && breakpoint_site) { in ComputeDetailsList()5397 &breakpoint_location->GetTarget()); in ComputeDetailsList()[all …]