Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5325 BreakpointLocationSP breakpoint_location = GetBreakpointLocation(item); in TreeDelegateDrawTreeItem() local
5328 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() argument
5339 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 …]