Home
last modified time | relevance | path

Searched refs:Breakpoints (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp18 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 DLLDBLog.cpp19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints},
75 LLDBLog::Breakpoints |
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp156 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 DBreakpointResolverFileLine.cpp135 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts()
209 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
H A DBreakpointResolverName.cpp36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName()
255 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
H A DBreakpoint.cpp258 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 DBreakpointResolverAddress.cpp119 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
H A DBreakpointList.cpp144 for (BreakpointSP bkpt_sp : Breakpoints()) { in FindBreakpointsByName()
H A DBreakpointLocation.cpp217 Log *log = GetLog(LLDBLog::Breakpoints); in ConditionSaysStop()
382 Log *log = GetLog(LLDBLog::Breakpoints); in ShouldStop()
H A DBreakpointIDList.cpp261 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
H A DBreakpointResolver.cpp307 Log *log = GetLog(LLDBLog::Breakpoints); in AddLocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp16 {{"break"}, {"log breakpoints"}, POSIXLog::Breakpoints},
H A DProcessPOSIXLog.h19 Breakpoints = Log::ChannelFlag<0>, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp19 {{"break"}, {"log breakpoints"}, GDBRLog::Breakpoints},
H A DProcessGDBRemoteLog.h20 Breakpoints = Log::ChannelFlag<1>, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp43 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp343 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 DLLDBLog.h21 Breakpoints = Log::ChannelFlag<2>, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h168 BreakpointIterable Breakpoints() { in Breakpoints() function
/freebsd/contrib/bmake/unit-tests/
H A Dinclude-sub.inc22 # Breakpoints:
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h83 static void Breakpoints(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp75 Log *log = GetLog(LLDBLog::Breakpoints); in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp217 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 DCommandCompletions.cpp72 {lldb::eBreakpointCompletion, CommandCompletions::Breakpoints}, in InvokeCommonCompletionCallbacks()
651 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions

12