Searched refs:ScriptInterpreter (Results 1 - 20 of 20) sorted by relevance

/external/lldb/source/Interpreter/
H A DScriptInterpreter.cpp1 //===-- ScriptInterpreter.cpp -----------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/ScriptInterpreter.h"
28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang) : function in class:ScriptInterpreter
34 ScriptInterpreter::~ScriptInterpreter ()
39 ScriptInterpreter::GetCommandInterpreter ()
45 ScriptInterpreter::CollectDataForBreakpointCommandCallback
52 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented.");
56 ScriptInterpreter
[all...]
H A DScriptInterpreterNone.cpp22 ScriptInterpreter (interpreter, eScriptLanguageNone)
H A DCommandObjectScript.cpp26 #include "lldb/Interpreter/ScriptInterpreter.h"
67 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter ();
H A DAndroid.mk52 ScriptInterpreter.cpp \
H A DScriptInterpreterPython.cpp46 static ScriptInterpreter::SWIGInitCallback g_swig_init_callback = NULL;
47 static ScriptInterpreter::SWIGBreakpointCallbackFunction g_swig_breakpoint_callback = NULL;
48 static ScriptInterpreter::SWIGWatchpointCallbackFunction g_swig_watchpoint_callback = NULL;
49 static ScriptInterpreter::SWIGPythonTypeScriptCallbackFunction g_swig_typescript_callback = NULL;
50 static ScriptInterpreter::SWIGPythonCreateSyntheticProvider g_swig_synthetic_script = NULL;
51 static ScriptInterpreter::SWIGPythonCalculateNumChildren g_swig_calc_children = NULL;
52 static ScriptInterpreter::SWIGPythonGetChildAtIndex g_swig_get_child_index = NULL;
53 static ScriptInterpreter::SWIGPythonGetIndexOfChildWithName g_swig_get_index_child = NULL;
54 static ScriptInterpreter::SWIGPythonCastPyObjectToSBValue g_swig_cast_to_sbvalue = NULL;
55 static ScriptInterpreter
[all...]
H A DCommandInterpreter.cpp2640 ScriptInterpreter *
2661 log->Printf("Initializing the ScriptInterpreter now\n");
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreterNone.h13 #include "lldb/Interpreter/ScriptInterpreter.h"
17 class ScriptInterpreterNone : public ScriptInterpreter
H A DScriptInterpreter.h1 //===-- ScriptInterpreter.h -------------------------------------*- C++ -*-===//
81 class ScriptInterpreter class in namespace:lldb_private
168 ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang);
170 virtual ~ScriptInterpreter ();
H A DCommandInterpreter.h23 #include "lldb/Interpreter/ScriptInterpreter.h"
367 ScriptInterpreter *
475 std::unique_ptr<ScriptInterpreter> m_script_interpreter_ap;
H A DScriptInterpreterPython.h27 #include "lldb/Interpreter/ScriptInterpreter.h"
33 class ScriptInterpreterPython : public ScriptInterpreter
51 ScriptInterpreter::ScriptReturnType return_type,
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h17 #include "lldb/Interpreter/ScriptInterpreter.h"
103 lldb_private::ScriptInterpreter *m_interpreter;
/external/lldb/source/DataFormatters/
H A DTypeSummary.cpp219 ScriptInterpreter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
223 retval.assign("error: no ScriptInterpreter");
/external/lldb/source/API/
H A DSBTypeCategory.cpp24 #include "lldb/Interpreter/ScriptInterpreter.h"
361 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
469 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
H A DSBCommandInterpreter.cpp407 ScriptInterpreter::InitializeInterpreter (init_lldb);
/external/lldb/source/Core/
H A DDebugger.cpp769 // do not create the ScriptInterpreter just for setting the output file handle
772 ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create);
1330 static bool RunScriptFormatKeyword(Stream &s, ScriptInterpreter *script_interpreter, T t, const std::string& script_name)
1918 ScriptInterpreter* script_interpreter = process->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1995 ScriptInterpreter* script_interpreter = thread->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2044 ScriptInterpreter* script_interpreter = target->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2159 ScriptInterpreter* script_interpreter = frame->GetThread()->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
H A DModule.cpp26 #include "lldb/Interpreter/ScriptInterpreter.h"
1348 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter();
1384 error.SetErrorString("invalid ScriptInterpreter");
/external/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h530 ScriptInterpreter *m_interpreter;
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp32 #include "lldb/Interpreter/ScriptInterpreter.h"
1303 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter();
1319 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter();
1706 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
H A DCommandObjectType.cpp830 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1056 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter();
1065 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter();
3380 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
3532 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter();
/external/lldb/include/lldb/
H A Dlldb-forward.h167 class ScriptInterpreter;

Completed in 228 milliseconds