Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:ScriptInterpreter

1 //===-- ScriptInterpreter.cpp -----------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/ScriptInterpreter.h"
28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang) :
34 ScriptInterpreter::~ScriptInterpreter ()
39 ScriptInterpreter::GetCommandInterpreter ()
45 ScriptInterpreter::CollectDataForBreakpointCommandCallback
52 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented.");
56 ScriptInterpreter::CollectDataForWatchpointCommandCallback
63 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented.");
67 ScriptInterpreter::LanguageToString (lldb::ScriptLanguage language)
85 ScriptInterpreter::AcquireInterpreterLock ()
91 ScriptInterpreter::InitializeInterpreter (SWIGInitCallback python_swig_init_callback)
99 ScriptInterpreter::TerminateInterpreter ()