Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h475 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
491 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
498 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword() argument
504 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword() argument
510 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
517 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h177 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args,
226 bool RunScriptFormatKeyword(const char *impl_function, Process *process,
229 bool RunScriptFormatKeyword(const char *impl_function, Thread *thread,
232 bool RunScriptFormatKeyword(const char *impl_function, Target *target,
235 bool RunScriptFormatKeyword(const char *impl_function, StackFrame *frame,
238 bool RunScriptFormatKeyword(const char *impl_function, ValueObject *value,
H A DScriptInterpreterPython.cpp2394 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword() argument
2401 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2410 impl_function, m_dictionary_name.c_str(), process->shared_from_this(), in RunScriptFormatKeyword()
2419 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2425 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2433 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2443 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2450 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2460 impl_function, m_dictionary_name.c_str(), target_sp, output); in RunScriptFormatKeyword()
2468 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword() argument
[all …]