Searched defs:m_interpreter (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h103 lldb_private::ScriptInterpreter *m_interpreter; member in class:OperatingSystemPython
/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h188 CommandInterpreter &m_interpreter; member in class:lldb_private::CommandCompletions::Completer
H A DOptions.h311 CommandInterpreter &m_interpreter; member in class:lldb_private::Options
H A DScriptInterpreterPython.h373 ScriptInterpreterPython *m_interpreter; member in class:lldb_private::ScriptInterpreterPython::PythonInputReaderManager
H A DCommandObject.h98 return m_interpreter;
533 CommandInterpreter &m_interpreter; member in class:lldb_private::CommandObject
H A DScriptInterpreter.h513 CommandInterpreter &m_interpreter; member in class:lldb_private::ScriptInterpreter
/external/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h530 ScriptInterpreter *m_interpreter; member in class:lldb_private::ScriptedSyntheticChildren::FrontEnd
542 if (!m_wrapper_sp || m_interpreter == NULL)
544 return m_interpreter->CalculateNumChildren(m_wrapper_sp);
553 if (!m_wrapper_sp || m_interpreter == NULL)
556 return m_interpreter->UpdateSynthProviderInstance(m_wrapper_sp);
562 if (!m_wrapper_sp || m_interpreter == NULL)
565 return m_interpreter->MightHaveChildrenSynthProviderInstance(m_wrapper_sp);
571 if (!m_wrapper_sp || m_interpreter == NULL)
573 return m_interpreter->GetIndexOfChildWithName(m_wrapper_sp, name.GetCString());
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp147 m_interpreter.GetCommandHistory().Clear();
163 const CommandHistory& history(m_interpreter.GetCommandHistory());
287 CommandCompletions::InvokeCommonCompletionCallbacks (m_interpreter,
388 bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : m_interpreter.GetStopCmdSourceOnError();
390 m_interpreter.HandleCommandsFromFile (cmd_file,
573 if (m_interpreter.CommandExists (alias_command.c_str()))
583 CommandObject *cmd_obj = m_interpreter.GetCommandObjectForCommand (raw_command_string);
613 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false);
615 if (!m_interpreter.ProcessAliasOptionsArgs (cmd_obj_sp, raw_command_string.c_str(), option_arg_vector_sp))
623 if (m_interpreter
1628 CommandInterpreter& m_interpreter; member in class:CommandObjectCommandsScriptAdd::PythonAliasReader
[all...]

Completed in 749 milliseconds