Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp136 SBBreakpointLocation sb_bp_location; in FindLocationByAddress() local
148 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()
151 return LLDB_RECORD_RESULT(sb_bp_location); in FindLocationByAddress()
179 SBBreakpointLocation sb_bp_location; in FindLocationByID() local
185 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()
188 return LLDB_RECORD_RESULT(sb_bp_location); in FindLocationByID()
195 SBBreakpointLocation sb_bp_location; in GetLocationAtIndex() local
201 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()
204 return LLDB_RECORD_RESULT(sb_bp_location); in GetLocationAtIndex()