/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | LLDBLog.cpp | 19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints}, 72 LLDBLog::Breakpoints |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeRegisterContextDBReg_arm64.cpp | 33 Log *log = GetLog(LLDBLog::Breakpoints); in NumSupportedHardwareBreakpoints() 47 Log *log = GetLog(LLDBLog::Breakpoints); in SetHardwareBreakpoint() 108 Log *log = GetLog(LLDBLog::Breakpoints); in ClearHardwareBreakpoint() 148 Log *log = GetLog(LLDBLog::Breakpoints); in GetHardwareBreakHitIndex() 168 Log *log = GetLog(LLDBLog::Breakpoints); in ClearAllHardwareBreakpoints()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIXLog.cpp | 16 {{"break"}, {"log breakpoints"}, POSIXLog::Breakpoints},
|
H A D | ProcessPOSIXLog.h | 19 Breakpoints = Log::ChannelFlag<0>, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemoteLog.cpp | 19 {{"break"}, {"log breakpoints"}, GDBRLog::Breakpoints},
|
H A D | ProcessGDBRemoteLog.h | 20 Breakpoints = Log::ChannelFlag<1>, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressResolverFileLine.cpp | 43 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 342 Log *log = GetLog(LLDBLog::Breakpoints); in SetSoftwareBreakpoint() 359 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveSoftwareBreakpoint() 425 Log *log = GetLog(LLDBLog::Breakpoints); in EnableSoftwareBreakpoint() 593 Log *log = GetLog(LLDBLog::Breakpoints); in FixupBreakpointPCAsNeeded()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 21 Breakpoints = Log::ChannelFlag<2>, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 129 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts() 200 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
|
H A D | BreakpointLocation.cpp | 228 Log *log = GetLog(LLDBLog::Breakpoints); in ConditionSaysStop() 389 Log *log = GetLog(LLDBLog::Breakpoints); in ShouldStop() 446 Log *log = GetLog(LLDBLog::Breakpoints); in ResolveBreakpointSite()
|
H A D | BreakpointResolverName.cpp | 36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName() 253 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
H A D | BreakpointResolverAddress.cpp | 141 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
H A D | BreakpointList.cpp | 144 for (BreakpointSP bkpt_sp : Breakpoints()) { in FindBreakpointsByName() 157 s->Printf("BreakpointList with %u Breakpoints:\n", in Dump()
|
H A D | Breakpoint.cpp | 482 Log *log = GetLog(LLDBLog::Breakpoints); in ModulesChanged() 639 Log *log = GetLog(LLDBLog::Breakpoints); in ModuleReplaced() 1019 return GetLog(LLDBLog::Breakpoints); in GetLogChannel()
|
H A D | BreakpointIDList.cpp | 261 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
|
H A D | BreakpointResolver.cpp | 304 Log *log = GetLog(LLDBLog::Breakpoints); in AddLocation()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointList.h | 169 BreakpointIterable Breakpoints() { in Breakpoints() function
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | include-sub.inc | 22 # Breakpoints:
|
/freebsd/contrib/llvm-project/lldb/docs/design/ |
H A D | overview.rst |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandCompletions.h | 83 static void Breakpoints(CommandInterpreter &interpreter,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.cpp | 75 Log *log = GetLog(LLDBLog::Breakpoints); in GetBreakableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 139 for (const auto &breakpoint_sp : target.m_breakpoint_list.Breakpoints()) { in PrimeFromDummyTarget() 716 Log *log = GetLog(LLDBLog::Breakpoints); in AddBreakpoint() 791 for (auto bp_sp : m_breakpoint_list.Breakpoints()) in DeleteBreakpointName() 814 LLDB_LOG(GetLog(LLDBLog::Breakpoints), "invalid breakpoint name: {}", in ApplyNameToBreakpoints() 950 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllowedBreakpoints() 959 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllBreakpoints() 971 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllBreakpoints() 981 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllowedBreakpoints() 988 Log *log = GetLog(LLDBLog::Breakpoints); in EnableAllBreakpoints() 998 Log *log = GetLog(LLDBLog::Breakpoints); in EnableAllowedBreakpoints() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 72 {lldb::eBreakpointCompletion, CommandCompletions::Breakpoints}, in InvokeCommonCompletionCallbacks() 642 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions
|
H A D | CommandObjectBreakpoint.cpp | 1467 for (auto breakpoint_sp : breakpoints.Breakpoints()) { in DoExecute() 1932 for (BreakpointSP bp_sp : breakpoints.Breakpoints()) { in DoExecute()
|