Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 ScriptInterpreter::ScriptInterpreter( in ScriptInterpreter() function in ScriptInterpreter
39 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
46 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
52 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo()
56 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
66 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
81 ScriptInterpreter::GetDataExtractorFromSBData(const lldb::SBData &data) const { in GetDataExtractorFromSBData()
86 ScriptInterpreter::GetStatusFromSBError(const lldb::SBError &error) const { in GetStatusFromSBError()
94 ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo( in GetOpaqueTypeFromSBMemoryRegionInfo()
102 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
[all …]
H A DCMakeLists.txt54 ScriptInterpreter.cpp
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp55 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter()
64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush()
80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop()
99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale()
118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop()
151 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
101 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
111 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
125 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
137 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
77 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
310 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
319 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
586 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h28 class ScriptInterpreterPython : public ScriptInterpreter,
45 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h78 ScriptInterpreter *script_interpreter, TypeImpl type, in FormattersMatchCandidate()
89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter()
116 ScriptInterpreter *m_script_interpreter;
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 class ScriptInterpreter; variable
78 lldb_private::ScriptInterpreter *m_interpreter;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBError.h15 class ScriptInterpreter; variable
86 friend class lldb_private::ScriptInterpreter;
H A DSBData.h15 class ScriptInterpreter; variable
157 friend class lldb_private::ScriptInterpreter;
H A DSBMemoryRegionInfo.h124 friend class lldb_private::ScriptInterpreter;
/openbsd-src/gnu/llvm/lldb/source/Plugins/
H A DCMakeLists.txt18 add_subdirectory(ScriptInterpreter)
41 if(${pStripped} MATCHES "^ScriptInterpreter*")
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h77 lldb_private::ScriptInterpreter *m_interpreter;
82 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
H A DThreadPlanPython.h60 ScriptInterpreter *GetScriptInterpreter();
/openbsd-src/gnu/usr.bin/clang/liblldbPluginScriptInterpreter/
H A DMakefile11 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ScriptInterpreter/None
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp26 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/bindings/lua/
H A Dlua.swig20 #include "../source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h"
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h63 ScriptInterpreter *GetScriptInterpreter();
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile53 ScriptInterpreter.cpp
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1107 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1122 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1163 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1176 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1192 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1207 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1483 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1594 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
H A DCommandObjectScript.cpp90 ScriptInterpreter *script_interpreter = in DoExecute()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn148 "//lldb/source/Plugins/ScriptInterpreter/None",
219 deps = [ "//lldb/source/Plugins/ScriptInterpreter/None" ]
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h128 class ScriptInterpreter : public PluginInterface {
148 ScriptInterpreter(
157 ~ScriptInterpreter() override = default;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h100 lldb_private::ScriptInterpreter *m_interpreter = nullptr;

123