Home
last modified time | relevance | path

Searched refs:ScriptInterpreter (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Interpreter/
DScriptInterpreter.cpp28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_… in ScriptInterpreter() function in ScriptInterpreter
34 ScriptInterpreter::~ScriptInterpreter () in ~ScriptInterpreter()
39 ScriptInterpreter::GetCommandInterpreter () in GetCommandInterpreter()
45 ScriptInterpreter::CollectDataForBreakpointCommandCallback in CollectDataForBreakpointCommandCallback()
56 ScriptInterpreter::CollectDataForWatchpointCommandCallback in CollectDataForWatchpointCommandCallback()
67 ScriptInterpreter::LanguageToString (lldb::ScriptLanguage language) in LanguageToString()
85 ScriptInterpreter::AcquireInterpreterLock () in AcquireInterpreterLock()
91 ScriptInterpreter::InitializeInterpreter (SWIGInitCallback python_swig_init_callback) in InitializeInterpreter()
99 ScriptInterpreter::TerminateInterpreter () in TerminateInterpreter()
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::SWIGPythonUpdateSynthProviderInstance g_swig_update_provider = NULL;
[all …]
DScriptInterpreterNone.cpp22 ScriptInterpreter (interpreter, eScriptLanguageNone) in ScriptInterpreterNone()
DCommandObjectScript.cpp67 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter (); in DoExecute()
DCMakeLists.txt43 ScriptInterpreter.cpp
DAndroid.mk52 ScriptInterpreter.cpp \
DCommandInterpreter.cpp2640 ScriptInterpreter *
/external/lldb/include/lldb/Interpreter/
DScriptInterpreter.h81 class ScriptInterpreter
168 ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang);
170 virtual ~ScriptInterpreter ();
DScriptInterpreterNone.h17 class ScriptInterpreterNone : public ScriptInterpreter
DCommandInterpreter.h367 ScriptInterpreter *
475 std::unique_ptr<ScriptInterpreter> m_script_interpreter_ap;
DScriptInterpreterPython.h33 class ScriptInterpreterPython : public ScriptInterpreter
51 ScriptInterpreter::ScriptReturnType return_type,
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h103 lldb_private::ScriptInterpreter *m_interpreter;
/external/lldb/source/API/
DSBTypeCategory.cpp361ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary()
469ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic()
DSBCommandInterpreter.cpp407 ScriptInterpreter::InitializeInterpreter (init_lldb); in InitializeSWIG()
/external/lldb/source/DataFormatters/
DTypeSummary.cpp219ScriptInterpreter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScript… in FormatObject()
/external/lldb/source/Core/
DDebugger.cpp772ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create); in SetOutputFileHandle()
1330 static bool RunScriptFormatKeyword(Stream &s, ScriptInterpreter *script_interpreter, T t, const std… in RunScriptFormatKeyword()
1918ScriptInterpreter* script_interpreter = process->GetTarget().GetDebugger().GetCommandInterpreter()… in FormatPromptRecurse()
1995ScriptInterpreter* script_interpreter = thread->GetProcess()->GetTarget().GetDebugger().GetCommand… in FormatPromptRecurse()
2044ScriptInterpreter* script_interpreter = target->GetDebugger().GetCommandInterpreter().GetScriptInt… in FormatPromptRecurse()
2159ScriptInterpreter* script_interpreter = frame->GetThread()->GetProcess()->GetTarget().GetDebugger(… in FormatPromptRecurse()
DModule.cpp1348ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in LoadScriptingResourceInTarget()
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1303 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in GetHelpLong()
1319 ScriptInterpreter* scripter = m_interpreter.GetScriptInterpreter(); in DoExecute()
1706ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterp… in DoneHandler()
DCommandObjectType.cpp830ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterp… in DoneHandler()
1056 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
1065 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_ScriptSummary()
3380ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterp… in DoneHandler()
3532 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in Execute_PythonClass()
/external/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h530 ScriptInterpreter *m_interpreter;
/external/lldb/include/lldb/
Dlldb-forward.h167 class ScriptInterpreter; variable
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj284 …3353E2200698AC0 /* ScriptInterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A82010B10…
1194ScriptInterpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
1668ScriptInterpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
3034 26BC7DE510F1B7F900F91463 /* ScriptInterpreter.h */,
3035 9A82010B10FFB49800182560 /* ScriptInterpreter.cpp */,
4067 2689008713353E2200698AC0 /* ScriptInterpreter.cpp in Sources */,