Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepUntil.cpp59 return_bp->SetBreakpointKind("until-return-backstop"); in ThreadPlanStepUntil()
72 until_bp->SetBreakpointKind("until-target"); in ThreadPlanStepUntil()
HDThreadPlanStepThrough.cpp62 return_bp->SetBreakpointKind("step-through-backstop"); in ThreadPlanStepThrough()
HDThreadPlanRunToAddress.cpp73 breakpoint->SetBreakpointKind("run-to-address"); in SetInitialBreakpoints()
HDLanguageRuntime.cpp255 exc_breakpt_sp->SetBreakpointKind("exception"); in CreateExceptionBreakpoint()
HDThreadPlanStepRange.cpp379 m_next_branch_bp_sp->SetBreakpointKind("next-branch-location"); in SetNextBranchBreakpoint()
HDThreadPlanStepOut.cpp149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDInstrumentationRuntimeASan.cpp97 breakpoint->SetBreakpointKind("address-sanitizer-report"); in Activate()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
HDInstrumentationRuntimeASanLibsanitizers.cpp111 breakpoint->SetBreakpointKind("address-sanitizer-report"); in Activate()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.cpp221 breakpoint->SetBreakpointKind("main-thread-checker-report"); in Activate()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpoint.h452 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp281 breakpoint->SetBreakpointKind("undefined-behavior-sanitizer-report"); in Activate()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp243 entry_break->SetBreakpointKind("shared-library-event"); in ProbeEntry()
377 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp212 bp->SetBreakpointKind("jit-debug-register"); in SetJITBreakpoint()
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpoint.cpp129 bp_sp->SetBreakpointKind("variable watchpoint disabler"); in SetupVariableWatchpointDisabler()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp285 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp427 m_objc_exception_bp_sp->SetBreakpointKind("ObjC exception"); in SetExceptionBreakpoints()
HDAppleObjCTrampolineHandler.cpp393 trampolines_changed_bp_sp->SetBreakpointKind( in InitializeVTableSymbols()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp578 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.cpp927 breakpoint->SetBreakpointKind("thread-sanitizer-report"); in Activate()