9#ifndef LLDB_INTERPRETER_SCRIPTOBJECT_H
10#define LLDB_INTERPRETER_SCRIPTOBJECT_H
20 operator bool()
const {
return m_ptr !=
nullptr; }
lldb::ScriptLanguage m_language
lldb::ScriptLanguage GetLanguage() const
ScriptObject(lldb::ScriptObjectPtr ptr, lldb::ScriptLanguage lang)
const void * GetPointer() const
A class that represents a running process on the host machine.
ScriptLanguage
Script interpreter types.