Lines Matching defs:ScriptInterpreter

1 //===-- ScriptInterpreter.cpp ---------------------------------------------===//
9 #include "lldb/Interpreter/ScriptInterpreter.h"
30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger,
34 void ScriptInterpreter::CollectDataForBreakpointCommandCallback(
41 void ScriptInterpreter::CollectDataForWatchpointCommandCallback(
47 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() {
51 bool ScriptInterpreter::LoadScriptingModule(const char *filename,
61 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) {
72 llvm_unreachable("Unhandled ScriptInterpreter!");
76 ScriptInterpreter::GetDataExtractorFromSBData(const lldb::SBData &data) const {
80 lldb::BreakpointSP ScriptInterpreter::GetOpaqueTypeFromSBBreakpoint(
85 lldb::ProcessAttachInfoSP ScriptInterpreter::GetOpaqueTypeFromSBAttachInfo(
90 lldb::ProcessLaunchInfoSP ScriptInterpreter::GetOpaqueTypeFromSBLaunchInfo(
97 ScriptInterpreter::GetStatusFromSBError(const lldb::SBError &error) const {
105 ScriptInterpreter::GetOpaqueTypeFromSBEvent(const lldb::SBEvent &event) const {
109 lldb::StreamSP ScriptInterpreter::GetOpaqueTypeFromSBStream(
121 ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo(
129 ScriptInterpreter::GetOpaqueTypeFromSBExecutionContext(
135 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) {
145 Status ScriptInterpreter::SetBreakpointCommandCallback(
158 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction(
172 ScriptInterpreter::AcquireInterpreterLock() {