Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp392 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local
393 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
395 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
397 if (cur_bp_id.GetLocationID() == LLDB_INVALID_BREAK_ID) { in DoExecute()
402 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()
564 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local
565 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
567 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
568 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
570 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()
[all …]
DCommandObjectBreakpoint.cpp864 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local
866 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
868 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
869 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
871 bp->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()
956 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local
958 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
960 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).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()
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointIDList.cpp259 break_id_t cur_bp_id = breakpoint->GetID(); in FindAndReplaceIDRanges() local
261 if ((cur_bp_id < start_bp_id) || (cur_bp_id > end_bp_id)) in FindAndReplaceIDRanges()
266 if ((cur_bp_id == start_bp_id) && in FindAndReplaceIDRanges()
273 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()
278 } else if ((cur_bp_id == end_bp_id) && in FindAndReplaceIDRanges()
284 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()
291 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1042 BreakpointID cur_bp_id = bp_ids.GetBreakpointIDAtIndex(i); in SerializeBreakpointsToFile() local
1043 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()