Home
last modified time | relevance | path

Searched refs:LLDBCommand (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DIOHandler.h197 enum class Completion { None, LLDBCommand, Expression }; enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp69 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
DCommandObjectBreakpointCommand.cpp71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
DCommandObjectCommands.cpp751 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
DCommandObjectTarget.cpp4507 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandler.cpp212 case Completion::LLDBCommand: in IOHandlerComplete()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp122 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()