Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_BREAK_ID (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointIDList.cpp24 : 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 …]
DBreakpointID.cpp52 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()
DStoppoint.cpp17 Stoppoint::Stoppoint() : m_bid(LLDB_INVALID_BREAK_ID) {} in Stoppoint()
DBreakpointSiteList.cpp33 return LLDB_INVALID_BREAK_ID; in Add()
60 return LLDB_INVALID_BREAK_ID; in FindIDByAddress()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepThrough.cpp33 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()
DThreadPlanStepOut.cpp42 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()
DThreadPlanStepUntil.cpp32 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()
DThreadPlanRunToAddress.cpp141 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()
DStopInfo.cpp89 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/
DBreakpointID.h24 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/
Dlldb-defines.h49 #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/
DCommandObjectBreakpointCommand.cpp393 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()
DCommandObjectBreakpoint.cpp866 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/
DDynamicLoaderMacOS.cpp78 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()
DDynamicLoaderMacOSXDYLD.cpp101 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/
DDynamicLoaderHexagonDYLD.cpp115 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/
DInstrumentationRuntimeASan.cpp319 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
323 SetBreakpointID(LLDB_INVALID_BREAK_ID); in Deactivate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp239 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/
DDynamicLoaderPOSIXDYLD.cpp77 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/
DInstrumentationRuntimeUBSan.cpp292 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/
DProcessWindows.cpp125 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/
DSBBreakpoint.cpp97 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/
DAppleObjCTrampolineHandler.cpp433 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/
DStructuredDataDarwinLog.cpp1333 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/
DDynamicLoaderDarwinKernel.cpp516 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()

12