Home
last modified time | relevance | path

Searched refs:impl_function (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h151 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args,
225 bool RunScriptFormatKeyword(const char *impl_function, Process *process,
228 bool RunScriptFormatKeyword(const char *impl_function, Thread *thread,
231 bool RunScriptFormatKeyword(const char *impl_function, Target *target,
234 bool RunScriptFormatKeyword(const char *impl_function, StackFrame *frame,
237 bool RunScriptFormatKeyword(const char *impl_function, ValueObject *value,
H A DScriptInterpreterPython.cpp2213 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword() argument
2220 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2229 impl_function, m_dictionary_name.c_str(), process->shared_from_this(), in RunScriptFormatKeyword()
2238 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2244 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2253 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2263 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2270 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2280 impl_function, m_dictionary_name.c_str(), target_sp, output); in RunScriptFormatKeyword()
2288 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword() argument
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h418 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
448 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
455 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword() argument
461 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword() argument
467 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
474 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument