/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointIDList.cpp | 24 : m_invalid_id(LLDB_INVALID_BREAK_ID, LLDB_INVALID_BREAK_ID) {} in BreakpointIDList() 218 if (((start_loc_id == LLDB_INVALID_BREAK_ID) && in FindAndReplaceIDRanges() 219 (end_loc_id != LLDB_INVALID_BREAK_ID)) || in FindAndReplaceIDRanges() 220 ((start_loc_id != LLDB_INVALID_BREAK_ID) && in FindAndReplaceIDRanges() 221 (end_loc_id == LLDB_INVALID_BREAK_ID))) { in FindAndReplaceIDRanges() 240 if ((start_loc_id != LLDB_INVALID_BREAK_ID) || in FindAndReplaceIDRanges() 241 (end_loc_id != LLDB_INVALID_BREAK_ID)) { in FindAndReplaceIDRanges() 267 (start_loc_id != LLDB_INVALID_BREAK_ID)) { in FindAndReplaceIDRanges() 279 (end_loc_id != LLDB_INVALID_BREAK_ID)) { in FindAndReplaceIDRanges() 292 LLDB_INVALID_BREAK_ID); in FindAndReplaceIDRanges() [all …]
|
D | BreakpointID.cpp | 52 if (m_break_id == LLDB_INVALID_BREAK_ID) in GetDescription() 54 else if (m_location_id == LLDB_INVALID_BREAK_ID) in GetDescription() 62 if (bp_id == LLDB_INVALID_BREAK_ID) in GetCanonicalReference() 64 else if (loc_id == LLDB_INVALID_BREAK_ID) in GetCanonicalReference() 73 break_id_t loc_id = LLDB_INVALID_BREAK_ID; in ParseCanonicalReference()
|
D | Stoppoint.cpp | 17 Stoppoint::Stoppoint() : m_bid(LLDB_INVALID_BREAK_ID) {} in Stoppoint()
|
D | BreakpointSiteList.cpp | 33 return LLDB_INVALID_BREAK_ID; in Add() 60 return LLDB_INVALID_BREAK_ID; in FindIDByAddress()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStepThrough.cpp | 33 m_start_address(0), m_backstop_bkpt_id(LLDB_INVALID_BREAK_ID), in ThreadPlanStepThrough() 121 if (m_backstop_bkpt_id != LLDB_INVALID_BREAK_ID) { in GetDescription() 138 if (m_backstop_bkpt_id == LLDB_INVALID_BREAK_ID) { in ValidatePlan() 189 if (m_backstop_bkpt_id != LLDB_INVALID_BREAK_ID) { in ShouldStop() 223 if (m_backstop_bkpt_id != LLDB_INVALID_BREAK_ID) { in ClearBackstopBreakpoint() 225 m_backstop_bkpt_id = LLDB_INVALID_BREAK_ID; in ClearBackstopBreakpoint()
|
D | ThreadPlanStepOut.cpp | 42 m_return_bp_id(LLDB_INVALID_BREAK_ID), in ThreadPlanStepOut() 190 if (m_return_bp_id != LLDB_INVALID_BREAK_ID) in ~ThreadPlanStepOut() 254 if (m_return_bp_id == LLDB_INVALID_BREAK_ID) { in ValidatePlan() 396 if (m_return_bp_id == LLDB_INVALID_BREAK_ID) in DoWillResume() 408 if (m_return_bp_id != LLDB_INVALID_BREAK_ID) { in WillStop() 429 if (m_return_bp_id != LLDB_INVALID_BREAK_ID) { in MischiefManaged() 431 m_return_bp_id = LLDB_INVALID_BREAK_ID; in MischiefManaged()
|
D | ThreadPlanStepUntil.cpp | 32 m_return_bp_id(LLDB_INVALID_BREAK_ID), in ThreadPlanStepUntil() 73 m_until_points[address_list[i]] = LLDB_INVALID_BREAK_ID; in ThreadPlanStepUntil() 83 if (m_return_bp_id != LLDB_INVALID_BREAK_ID) { in Clear() 85 m_return_bp_id = LLDB_INVALID_BREAK_ID; in Clear() 129 } else if (m_return_bp_id == LLDB_INVALID_BREAK_ID) { in ValidatePlan()
|
D | ThreadPlanRunToAddress.cpp | 141 if (m_break_ids[i] == LLDB_INVALID_BREAK_ID) { in ValidatePlan() 179 if (m_break_ids[i] != LLDB_INVALID_BREAK_ID) { in MischiefManaged() 181 m_break_ids[i] = LLDB_INVALID_BREAK_ID; in MischiefManaged()
|
D | StopInfo.cpp | 89 m_address(LLDB_INVALID_ADDRESS), m_break_id(LLDB_INVALID_BREAK_ID), in StopInfoBreakpoint() 97 m_address(LLDB_INVALID_ADDRESS), m_break_id(LLDB_INVALID_BREAK_ID), in StopInfoBreakpoint() 212 if (m_break_id != LLDB_INVALID_BREAK_ID) { in GetDescription()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointID.h | 24 BreakpointID(lldb::break_id_t bp_id = LLDB_INVALID_BREAK_ID, 25 lldb::break_id_t loc_id = LLDB_INVALID_BREAK_ID);
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-defines.h | 49 #define LLDB_INVALID_BREAK_ID 0 macro 51 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID))
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpointCommand.cpp | 393 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 397 if (cur_bp_id.GetLocationID() == LLDB_INVALID_BREAK_ID) { in DoExecute() 565 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 568 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 648 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 654 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
|
D | CommandObjectBreakpoint.cpp | 866 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 869 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 958 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 961 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 1073 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 1076 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 1541 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 1542 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute() 1579 : OptionGroup(), m_breakpoint(LLDB_INVALID_BREAK_ID), m_use_dummy(false) { in BreakpointNameOptionGroup() 2442 target->GetLastCreatedBreakpoint()->GetID(), LLDB_INVALID_BREAK_ID)); in VerifyIDs()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 78 m_break_id(LLDB_INVALID_BREAK_ID), m_mutex(), in DynamicLoaderMacOS() 138 m_break_id = LLDB_INVALID_BREAK_ID; in DoClear() 149 m_break_id = LLDB_INVALID_BREAK_ID; in ClearNotificationBreakpoint() 345 if (m_break_id == LLDB_INVALID_BREAK_ID) { in SetNotificationBreakpoint() 371 return m_break_id != LLDB_INVALID_BREAK_ID; in SetNotificationBreakpoint()
|
D | DynamicLoaderMacOSXDYLD.cpp | 101 m_break_id(LLDB_INVALID_BREAK_ID), m_mutex(), in DynamicLoaderMacOSXDYLD() 166 m_break_id = LLDB_INVALID_BREAK_ID; in DoClear() 1000 if (m_break_id == LLDB_INVALID_BREAK_ID) { in SetNotificationBreakpoint() 1029 return m_break_id != LLDB_INVALID_BREAK_ID; in SetNotificationBreakpoint()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | DynamicLoaderHexagonDYLD.cpp | 115 m_dyld_bid(LLDB_INVALID_BREAK_ID) {} in DynamicLoaderHexagonDYLD() 118 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in ~DynamicLoaderHexagonDYLD() 120 m_dyld_bid = LLDB_INVALID_BREAK_ID; in ~DynamicLoaderHexagonDYLD() 291 if (m_dyld_bid == LLDB_INVALID_BREAK_ID) { in SetRendezvousBreakpoint()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 319 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate() 323 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 239 if (BID == LLDB_INVALID_BREAK_ID) in Deactivate() 244 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 77 m_auxv(), m_dyld_bid(LLDB_INVALID_BREAK_ID), in DynamicLoaderPOSIXDYLD() 82 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in ~DynamicLoaderPOSIXDYLD() 84 m_dyld_bid = LLDB_INVALID_BREAK_ID; in ~DynamicLoaderPOSIXDYLD() 312 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in SetRendezvousBreakpoint()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 292 if (BID == LLDB_INVALID_BREAK_ID) in Deactivate() 297 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 125 LLDB_INVALID_BREAK_ID) {} in ProcessWindows() 850 if (m_watchpoint_ids[info.slot_id] == LLDB_INVALID_BREAK_ID) in EnableWatchpoint() 921 m_watchpoint_ids[it->second.slot_id] = LLDB_INVALID_BREAK_ID; in DisableWatchpoint()
|
/external/llvm-project/lldb/source/API/ |
D | SBBreakpoint.cpp | 97 break_id_t break_id = LLDB_INVALID_BREAK_ID; in GetID() 158 break_id_t break_id = LLDB_INVALID_BREAK_ID; in FindLocationIDByAddress() 884 if (id == LLDB_INVALID_BREAK_ID) in AppendByID()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 433 m_trampolines_changed_bp_id(LLDB_INVALID_BREAK_ID), in AppleObjCVTables() 442 if (m_trampolines_changed_bp_id != LLDB_INVALID_BREAK_ID) in ~AppleObjCVTables()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1333 if (m_breakpoint_id != LLDB_INVALID_BREAK_ID) { in ~StructuredDataDarwinLog() 1337 m_breakpoint_id = LLDB_INVALID_BREAK_ID; in ~StructuredDataDarwinLog() 1351 m_breakpoint_id(LLDB_INVALID_BREAK_ID) {} in StructuredDataDarwinLog()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 516 m_break_id(LLDB_INVALID_BREAK_ID) { in DynamicLoaderDarwinKernel() 562 m_break_id = LLDB_INVALID_BREAK_ID; in Clear() 1469 if (m_break_id == LLDB_INVALID_BREAK_ID && m_kernel.GetModule()) { in SetNotificationBreakpointIfNeeded()
|