Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp40 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectWatchpointCommandAdd()
HDCommandObjectBreakpointCommand.cpp42 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
HDCommandObjectCommands.cpp749 IOHandlerDelegate::Completion::LLDBCommand) { in CommandObjectCommandsAddRegex()
HDCommandObjectTarget.cpp4862 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h192 enum class Completion { None, LLDBCommand, Expression }; enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp214 case Completion::LLDBCommand: in IOHandlerComplete()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp136 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()