Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h183 HandleCommands (const StringList &commands,
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp364 debugger.GetCommandInterpreter().HandleCommands (commands, in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp387 debugger.GetCommandInterpreter().HandleCommands (commands, in BreakpointOptionsCallbackFunction()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2485 CommandInterpreter::HandleCommands (const StringList &commands, in HandleCommands() function in CommandInterpreter
2628HandleCommands (commands, context, stop_on_continue, stop_on_error, echo_command, print_result, ad… in HandleCommandsFromFile()
/external/lldb/source/Target/
DTarget.cpp2152 GetDebugger().GetCommandInterpreter().HandleCommands (cur_hook_sp->GetCommands(), in RunStopHooks()