| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanStepUntil.cpp | 59 return_bp->SetBreakpointKind("until-return-backstop"); in ThreadPlanStepUntil() 72 until_bp->SetBreakpointKind("until-target"); in ThreadPlanStepUntil()
|
| H A D | ThreadPlanStepThrough.cpp | 62 return_bp->SetBreakpointKind("step-through-backstop"); in ThreadPlanStepThrough()
|
| H A D | ThreadPlanRunToAddress.cpp | 73 breakpoint->SetBreakpointKind("run-to-address"); in SetInitialBreakpoints()
|
| H A D | LanguageRuntime.cpp | 255 exc_breakpt_sp->SetBreakpointKind("exception"); in CreateExceptionBreakpoint()
|
| H A D | ThreadPlanStepRange.cpp | 378 m_next_branch_bp_sp->SetBreakpointKind("next-branch-location"); in SetNextBranchBreakpoint()
|
| H A D | ThreadPlanStepOut.cpp | 149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 310 breakpoint->SetBreakpointKind("address-sanitizer-report"); in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 219 breakpoint->SetBreakpointKind("main-thread-checker-report"); in Activate()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 447 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 D | InstrumentationRuntimeUBSan.cpp | 280 breakpoint->SetBreakpointKind("undefined-behavior-sanitizer-report"); in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 237 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 D | JITLoaderGDB.cpp | 212 bp->SetBreakpointKind("jit-debug-register"); in SetJITBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 411 breakpoint->SetBreakpointKind("shared-library-event"); in SetNotificationBreakpoint()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 1030 dyld_break->SetBreakpointKind("shared-library-event"); in SetNotificationBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 285 dyld_break->SetBreakpointKind("shared-library-event"); in SetRendezvousBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 491 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 420 m_objc_exception_bp_sp->SetBreakpointKind("ObjC exception"); in SetExceptionBreakpoints()
|
| H A D | AppleObjCTrampolineHandler.cpp | 394 trampolines_changed_bp_sp->SetBreakpointKind( in InitializeVTableSymbols()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 923 breakpoint->SetBreakpointKind("thread-sanitizer-report"); in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 667 bp_sp->SetBreakpointKind("thread-creation"); in SetThreadCreationBreakpoint()
|