Home
last modified time | relevance | path

Searched defs:Breakpoints (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h18 Breakpoints = Log::ChannelFlag<0>, // Log breakpoint operations enumerator
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h169 BreakpointIterable Breakpoints() { in Breakpoints() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h19 Breakpoints = Log::ChannelFlag<0>, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h20 Breakpoints = Log::ChannelFlag<1>, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h19 Breakpoints = Log::ChannelFlag<1>, enumerator
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h21 Breakpoints = Log::ChannelFlag<2>, enumerator
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h185 DNBBreakpointList &Breakpoints() { return m_breakpoints; } in Breakpoints() function
186 const DNBBreakpointList &Breakpoints() const { return m_breakpoints; } in Breakpoints() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp617 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints() function in CommandCompletions