| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints}, 71 LLDBLog::Breakpoints |
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_arm64.cpp | 33 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()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_arm.cpp | 279 Log *log = GetLog(POSIXLog::Breakpoints); in NumSupportedHardwareBreakpoints() 298 Log *log = GetLog(POSIXLog::Breakpoints); in SetHardwareBreakpoint() 356 Log *log = GetLog(POSIXLog::Breakpoints); in ClearHardwareBreakpoint() 390 Log *log = GetLog(POSIXLog::Breakpoints); in GetHardwareBreakHitIndex() 410 Log *log = GetLog(POSIXLog::Breakpoints); in ClearAllHardwareBreakpoints()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.cpp | 15 {{"break"}, {"log breakpoints"}, KDPLog::Breakpoints},
|
| H A D | ProcessKDPLog.h | 19 Breakpoints = Log::ChannelFlag<1>, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindowsLog.h | 18 Breakpoints = Log::ChannelFlag<0>, // Log breakpoint operations enumerator
|
| H A D | ProcessWindowsLog.cpp | 14 {{"break"}, {"log breakpoints"}, WindowsLog::Breakpoints},
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | AddressResolverFileLine.cpp | 43 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 21 Breakpoints = Log::ChannelFlag<2>, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 342 Log *log = GetLog(LLDBLog::Breakpoints); in SetSoftwareBreakpoint() 359 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveSoftwareBreakpoint() 425 Log *log = GetLog(LLDBLog::Breakpoints); in EnableSoftwareBreakpoint() 589 Log *log = GetLog(LLDBLog::Breakpoints); in FixupBreakpointPCAsNeeded()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointList.h | 169 BreakpointIterable Breakpoints() { in Breakpoints() function
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 130 Log *log = GetLog(LLDBLog::Breakpoints); in FilterContexts() 200 Log *log = GetLog(LLDBLog::Breakpoints); in DeduceSourceMapping()
|
| H A D | BreakpointLocation.cpp | 236 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 D | BreakpointResolverName.cpp | 36 Log *log = GetLog(LLDBLog::Breakpoints); in BreakpointResolverName() 255 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
| H A D | BreakpointResolverAddress.cpp | 143 Log *log = GetLog(LLDBLog::Breakpoints); in SearchCallback()
|
| /openbsd-src/gnu/llvm/lldb/docs/design/ |
| H A D | overview.rst | 39 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
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 116 static void Breakpoints(CommandInterpreter &interpreter,
|
| /openbsd-src/gnu/llvm/lldb/ |
| H A D | CODE_OWNERS.txt | 19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 75 Log *log = GetLog(LLDBLog::Breakpoints); in GetBreakableLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 185 DNBBreakpointList &Breakpoints() { return m_breakpoints; } in Breakpoints() function 186 const DNBBreakpointList &Breakpoints() const { return m_breakpoints; } in Breakpoints() function
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | status.rst | 51 | Breakpoints | YES | YES | YES | YES …
|