| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg.cpp | 18 Log *log = GetLog(LLDBLog::Breakpoints); in NumSupportedHardwareBreakpoints() 35 Log *log = GetLog(LLDBLog::Breakpoints); in SetHardwareBreakpoint() 88 Log *log = GetLog(LLDBLog::Breakpoints); in ClearHardwareBreakpoint() 129 Log *log = GetLog(LLDBLog::Breakpoints); in GetHardwareBreakHitIndex() 149 Log *log = GetLog(LLDBLog::Breakpoints); in ClearAllHardwareBreakpoints()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints}, 75 LLDBLog::Breakpoints |
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocationList.cpp | 156 Log *log = GetLog(LLDBLog::Breakpoints); in ClearAllBreakpointSites() 167 Log *log = GetLog(LLDBLog::Breakpoints); in ResolveAllBreakpointSites() 225 LLDB_LOG_ERROR(GetLog(LLDBLog::Breakpoints), std::move(error), "{0}"); in AddLocation()
|
| H A D | BreakpointResolverFileLine.cpp | 135 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts() 209 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
|
| H A D | BreakpointResolverName.cpp | 36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName() 255 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
| H A D | Breakpoint.cpp | 258 Log *log = GetLog(LLDBLog::Breakpoints); in SetIsHardware() 527 Log *log = GetLog(LLDBLog::Breakpoints); in ModulesChanged() 687 Log *log = GetLog(LLDBLog::Breakpoints); in ModuleReplaced() 1092 return GetLog(LLDBLog::Breakpoints); in GetLogChannel()
|
| H A D | BreakpointResolverAddress.cpp | 119 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
| H A D | BreakpointList.cpp | 144 for (BreakpointSP bkpt_sp : Breakpoints()) { in FindBreakpointsByName()
|
| H A D | BreakpointLocation.cpp | 217 Log *log = GetLog(LLDBLog::Breakpoints); in ConditionSaysStop() 382 Log *log = GetLog(LLDBLog::Breakpoints); in ShouldStop()
|
| H A D | BreakpointIDList.cpp | 261 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
|
| H A D | BreakpointResolver.cpp | 307 Log *log = GetLog(LLDBLog::Breakpoints); in AddLocation()
|
| /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 | 343 Log *log = GetLog(LLDBLog::Breakpoints); in SetSoftwareBreakpoint() 360 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveSoftwareBreakpoint() 428 Log *log = GetLog(LLDBLog::Breakpoints); in EnableSoftwareBreakpoint() 596 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/include/lldb/Breakpoint/ |
| H A D | BreakpointList.h | 168 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 | 217 for (const auto &breakpoint_sp : target.m_breakpoint_list.Breakpoints()) { in PrimeFromDummyTarget() 801 Log *log = GetLog(LLDBLog::Breakpoints); in AddBreakpoint() 878 for (auto bp_sp : m_breakpoint_list.Breakpoints()) in DeleteBreakpointName() 901 LLDB_LOG(GetLog(LLDBLog::Breakpoints), "invalid breakpoint name: {}", in ApplyNameToBreakpoints() 1040 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllowedBreakpoints() 1049 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllBreakpoints() 1061 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllBreakpoints() 1071 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllowedBreakpoints() 1078 Log *log = GetLog(LLDBLog::Breakpoints); in EnableAllBreakpoints() 1088 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() 651 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions
|