Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints},
72 LLDBLog::Breakpoints |
/freebsd/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/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.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/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h21 Breakpoints = Log::ChannelFlag<2>, enumerator
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp129 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts()
200 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
H A DBreakpointLocation.cpp228 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 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()
157 s->Printf("BreakpointList with %u Breakpoints:\n", in Dump()
H A DBreakpoint.cpp482 Log *log = GetLog(LLDBLog::Breakpoints); in ModulesChanged()
639 Log *log = GetLog(LLDBLog::Breakpoints); in ModuleReplaced()
1019 return GetLog(LLDBLog::Breakpoints); in GetLogChannel()
H A DBreakpointIDList.cpp261 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
H A DBreakpointResolver.cpp304 Log *log = GetLog(LLDBLog::Breakpoints); in AddLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h169 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.cpp139 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 DCommandCompletions.cpp72 {lldb::eBreakpointCompletion, CommandCompletions::Breakpoints}, in InvokeCommonCompletionCallbacks()
642 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions
H A DCommandObjectBreakpoint.cpp1467 for (auto breakpoint_sp : breakpoints.Breakpoints()) { in DoExecute()
1932 for (BreakpointSP bp_sp : breakpoints.Breakpoints()) { in DoExecute()

12