Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp397 if (cur_bp_id.GetLocationID() == LLDB_INVALID_BREAK_ID) { in DoExecute()
402 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()
568 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
570 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()
576 cur_bp_id.GetLocationID()); in DoExecute()
654 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
655 bp_loc_sp = bp->FindLocationByID(cur_bp_id.GetLocationID()); in DoExecute()
659 cur_bp_id.GetLocationID()); in DoExecute()
668 cur_bp_id.GetLocationID()); in DoExecute()
DCommandObjectBreakpoint.cpp869 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
871 bp->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()
961 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
963 breakpoint->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()
1076 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1078 breakpoint->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()
1542 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1546 breakpoint->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()
2481 if (static_cast<size_t>(cur_bp_id.GetLocationID()) > num_locations) { in VerifyIDs()
2484 &id_str, cur_bp_id.GetBreakpointID(), cur_bp_id.GetLocationID()); in VerifyIDs()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointIDList.cpp67 tmp_id.GetLocationID() == bp_id.GetLocationID()) { in FindBreakpointID()
215 break_id_t start_loc_id = start_bp->GetLocationID(); in FindAndReplaceIDRanges()
217 break_id_t end_loc_id = end_bp->GetLocationID(); in FindAndReplaceIDRanges()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointID.h31 lldb::break_id_t GetLocationID() const { return m_location_id; } in GetLocationID() function
/external/libcups/backend/
Dusb-darwin.c1230 else if ((*printerIntf)->GetLocationID(printerIntf, &intfLocation) == kIOReturnSuccess) in list_device_cb()
1281 (*printerIntf)->GetLocationID(printerIntf, &intfLocation); in find_device_cb()
/external/libusb/libusb/os/
Ddarwin_usb.c1052 (*device)->GetLocationID (device, &new_device->location); in darwin_get_cached_device()