Home
last modified time | relevance | path

Searched refs:HandleCommands (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp101 m_interpreter.HandleCommands(commands, &m_exe_ctx, options, result); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp303 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx, in WatchpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h277 void HandleCommands(const StringList &commands, ExecutionContext *context,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp671 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx, in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2203 void CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands() function in CommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2634 GetDebugger().GetCommandInterpreter().HandleCommands( in RunStopHooks()