Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h398 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
442 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
449 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword() argument
455 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword() argument
461 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
468 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h148 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args,
230 bool RunScriptFormatKeyword(const char *impl_function, Process *process,
233 bool RunScriptFormatKeyword(const char *impl_function, Thread *thread,
236 bool RunScriptFormatKeyword(const char *impl_function, Target *target,
239 bool RunScriptFormatKeyword(const char *impl_function, StackFrame *frame,
242 bool RunScriptFormatKeyword(const char *impl_function, ValueObject *value,
H A DScriptInterpreterPython.cpp2183 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword() argument
2190 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2199 impl_function, m_dictionary_name.c_str(), process->shared_from_this(), in RunScriptFormatKeyword()
2208 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2214 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2223 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2233 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2240 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2250 impl_function, m_dictionary_name.c_str(), target_sp, output); in RunScriptFormatKeyword()
2258 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword() argument
[all …]