Lines Matching refs:interpreter
26 #include "lldb/Interpreter/Args.h"
27 #include "lldb/Interpreter/CommandCompletions.h"
28 #include "lldb/Interpreter/CommandInterpreter.h"
55 CommandInterpreter &interpreter,
78 g_common_completions[i].callback (interpreter,
93 CommandInterpreter &interpreter,
104 SourceFileCompleter completer (interpreter,
113 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
303 CommandInterpreter &interpreter,
324 CommandInterpreter &interpreter,
344 CommandInterpreter &interpreter,
354 ModuleCompleter completer (interpreter,
362 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
376 CommandInterpreter &interpreter,
385 SymbolCompleter completer (interpreter,
393 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
405 CommandCompletions::SettingsNames (CommandInterpreter &interpreter,
418 lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties());
436 CommandCompletions::PlatformPluginNames (CommandInterpreter &interpreter,
450 CommandCompletions::ArchitectureNames (CommandInterpreter &interpreter,
465 CommandCompletions::VariablePath (CommandInterpreter &interpreter,
473 return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_complete);
479 CommandInterpreter &interpreter,
485 m_interpreter (interpreter),
504 CommandInterpreter &interpreter,
511 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches),
619 CommandInterpreter &interpreter,
625 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
700 CommandInterpreter &interpreter,
706 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)