Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBLog.cpp19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints},
71 LLDBLog::Breakpoints |
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py147 for bp in self._debugger.Breakpoints:
173 count_before = self._debugger.Breakpoints.Count
174 self._debugger.Breakpoints.Add('', file_, line, col, condition)
177 assert count_before < self._debugger.Breakpoints.Count
228 for bp in self._debugger.Breakpoints:
/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp16 {{"break"}, {"log breakpoints"}, POSIXLog::Breakpoints},
H A DProcessPOSIXLog.h19 Breakpoints = Log::ChannelFlag<0>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h18 Breakpoints = Log::ChannelFlag<0>, // Log breakpoint operations enumerator
H A DProcessWindowsLog.cpp14 {{"break"}, {"log breakpoints"}, WindowsLog::Breakpoints},
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp15 {{"break"}, {"log breakpoints"}, KDPLog::Breakpoints},
H A DProcessKDPLog.h19 Breakpoints = Log::ChannelFlag<1>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp273 Log *log = GetLog(POSIXLog::Breakpoints); in NumSupportedHardwareBreakpoints()
292 Log *log = GetLog(POSIXLog::Breakpoints); in SetHardwareBreakpoint()
350 Log *log = GetLog(POSIXLog::Breakpoints); in ClearHardwareBreakpoint()
384 Log *log = GetLog(POSIXLog::Breakpoints); in GetHardwareBreakHitIndex()
404 Log *log = GetLog(POSIXLog::Breakpoints); in ClearAllHardwareBreakpoints()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp19 {{"break"}, {"log breakpoints"}, GDBRLog::Breakpoints},
H A DProcessGDBRemoteLog.h20 Breakpoints = Log::ChannelFlag<1>, enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressResolverFileLine.cpp43 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h21 Breakpoints = Log::ChannelFlag<2>, enumerator
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp341 Log *log = GetLog(LLDBLog::Breakpoints); in SetSoftwareBreakpoint()
358 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveSoftwareBreakpoint()
424 Log *log = GetLog(LLDBLog::Breakpoints); in EnableSoftwareBreakpoint()
570 Log *log = GetLog(LLDBLog::Breakpoints); in FixupBreakpointPCAsNeeded()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h166 BreakpointIterable Breakpoints() { in Breakpoints() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp236 Log *log = GetLog(LLDBLog::Breakpoints); in ConditionSaysStop()
396 Log *log = GetLog(LLDBLog::Breakpoints); in ShouldStop()
453 Log *log = GetLog(LLDBLog::Breakpoints); in ResolveBreakpointSite()
H A DBreakpointResolverName.cpp36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName()
255 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
H A DBreakpointResolverAddress.cpp143 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
/llvm-project-15.0.7/lldb/docs/design/
H A Doverview.rst39 A collection of classes that implement our breakpoint classes. Breakpoints are
43 locations each time shared libraries are loaded. Breakpoints will of course
44 unresolve themselves when shared libraries are unloaded. Breakpoints can also
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h116 static void Breakpoints(CommandInterpreter &interpreter,
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h184 DNBBreakpointList &Breakpoints() { return m_breakpoints; } in Breakpoints() function
185 const DNBBreakpointList &Breakpoints() const { return m_breakpoints; } in Breakpoints() function
/llvm-project-15.0.7/lldb/
H A DCODE_OWNERS.txt19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
/llvm-project-15.0.7/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp75 Log *log = GetLog(LLDBLog::Breakpoints); in GetBreakableLoadAddress()
/llvm-project-15.0.7/lldb/docs/status/
H A Dstatus.rst51 | Breakpoints | YES | YES | YES | YES …

123