Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepUntil.cpp59 return_bp->SetBreakpointKind("until-return-backstop"); in ThreadPlanStepUntil()
72 until_bp->SetBreakpointKind("until-target"); in ThreadPlanStepUntil()
H A DThreadPlanStepThrough.cpp62 return_bp->SetBreakpointKind("step-through-backstop"); in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp73 breakpoint->SetBreakpointKind("run-to-address"); in SetInitialBreakpoints()
H A DLanguageRuntime.cpp255 exc_breakpt_sp->SetBreakpointKind("exception"); in CreateExceptionBreakpoint()
H A DThreadPlanStepRange.cpp378 m_next_branch_bp_sp->SetBreakpointKind("next-branch-location"); in SetNextBranchBreakpoint()
H A DThreadPlanStepOut.cpp149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp310 breakpoint->SetBreakpointKind("address-sanitizer-report"); in Activate()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp219 breakpoint->SetBreakpointKind("main-thread-checker-report"); in Activate()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h447 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind() function
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp280 breakpoint->SetBreakpointKind("undefined-behavior-sanitizer-report"); in Activate()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp237 entry_break->SetBreakpointKind("shared-library-event"); in ProbeEntry()
375 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp212 bp->SetBreakpointKind("jit-debug-register"); in SetJITBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp411 breakpoint->SetBreakpointKind("shared-library-event"); in SetNotificationBreakpoint()
H A DDynamicLoaderMacOSXDYLD.cpp1030 dyld_break->SetBreakpointKind("shared-library-event"); in SetNotificationBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp285 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp491 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp420 m_objc_exception_bp_sp->SetBreakpointKind("ObjC exception"); in SetExceptionBreakpoints()
H A DAppleObjCTrampolineHandler.cpp394 trampolines_changed_bp_sp->SetBreakpointKind( in InitializeVTableSymbols()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp923 breakpoint->SetBreakpointKind("thread-sanitizer-report"); in Activate()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp667 bp_sp->SetBreakpointKind("thread-creation"); in SetThreadCreationBreakpoint()