Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints},
72 LLDBLog::Breakpoints |
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp33 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-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp43 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h21 Breakpoints = Log::ChannelFlag<2>, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp342 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-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h169 BreakpointIterable Breakpoints() { in Breakpoints() function
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dinclude-sub.inc22 # Breakpoints:
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp129 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts()
199 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
H A DBreakpointLocation.cpp236 Log *log = GetLog(LLDBLog::Breakpoints); in ConditionSaysStop()
397 Log *log = GetLog(LLDBLog::Breakpoints); in ShouldStop()
454 Log *log = GetLog(LLDBLog::Breakpoints); in ResolveBreakpointSite()
H A DBreakpointResolverName.cpp36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName()
253 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
H A DBreakpointResolverAddress.cpp141 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
H A DBreakpointList.cpp144 for (BreakpointSP bkpt_sp : Breakpoints()) { in FindBreakpointsByName()
H A DBreakpoint.cpp485 Log *log = GetLog(LLDBLog::Breakpoints); in ModulesChanged()
642 Log *log = GetLog(LLDBLog::Breakpoints); in ModuleReplaced()
1023 return GetLog(LLDBLog::Breakpoints); in GetLogChannel()
H A DBreakpointIDList.cpp282 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
H A DBreakpointResolver.cpp295 Log *log = GetLog(LLDBLog::Breakpoints); in AddLocation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h83 static void Breakpoints(CommandInterpreter &interpreter,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp75 Log *log = GetLog(LLDBLog::Breakpoints); in GetBreakableLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp715 Log *log = GetLog(LLDBLog::Breakpoints); in AddBreakpoint()
790 for (auto bp_sp : m_breakpoint_list.Breakpoints()) in DeleteBreakpointName()
949 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllowedBreakpoints()
958 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveAllBreakpoints()
970 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllBreakpoints()
980 Log *log = GetLog(LLDBLog::Breakpoints); in DisableAllowedBreakpoints()
987 Log *log = GetLog(LLDBLog::Breakpoints); in EnableAllBreakpoints()
997 Log *log = GetLog(LLDBLog::Breakpoints); in EnableAllowedBreakpoints()
1004 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveBreakpointByID()
1024 Log *log = GetLog(LLDBLog::Breakpoints); in DisableBreakpointByID()
[all …]
H A DStopInfo.cpp267 Log *log = GetLog(LLDBLog::Breakpoints | LLDBLog::Step); in PerformAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp70 {lldb::eBreakpointCompletion, CommandCompletions::Breakpoints}, in InvokeCommonCompletionCallbacks()
627 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions
H A DCommandObjectBreakpoint.cpp1485 for (auto breakpoint_sp : breakpoints.Breakpoints()) { in DoExecute()
1974 for (BreakpointSP bp_sp : breakpoints.Breakpoints()) { in DoExecute()

12