Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DThreadPlanStepOut.cpp149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp379 m_next_branch_bp_sp->SetBreakpointKind("next-branch-location"); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp111 breakpoint->SetBreakpointKind("address-sanitizer-report"); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp97 breakpoint->SetBreakpointKind("address-sanitizer-report");
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp221 breakpoint->SetBreakpointKind("main-thread-checker-report"); in Activate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h452 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp281 breakpoint->SetBreakpointKind("undefined-behavior-sanitizer-report"); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp243 entry_break->SetBreakpointKind("shared-library-event"); in ProbeEntry()
377 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp212 bp->SetBreakpointKind("jit-debug-register"); in SetJITBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp129 bp_sp->SetBreakpointKind("variable watchpoint disabler"); in SetupVariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp285 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp427 m_objc_exception_bp_sp->SetBreakpointKind("ObjC exception"); in SetExceptionBreakpoints()
H A DAppleObjCTrampolineHandler.cpp393 trampolines_changed_bp_sp->SetBreakpointKind( in InitializeVTableSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp578 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp927 breakpoint->SetBreakpointKind("thread-sanitizer-report"); in Activate()