LLDB mainline
lldb_private::ScriptInterpreterLua Member List

This is the complete list of members for lldb_private::ScriptInterpreterLua, including all inherited members.

AcquireInterpreterLock()lldb_private::ScriptInterpretervirtual
BreakpointCallbackFunction(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id)lldb_private::ScriptInterpreterLuastatic
CalculateNumChildren(const StructuredData::ObjectSP &implementor, uint32_t max)lldb_private::ScriptInterpreterinlinevirtual
CheckObjectExists(const char *name)lldb_private::ScriptInterpreterinlinevirtual
Clear()lldb_private::ScriptInterpreterinlinevirtual
CollectDataForBreakpointCommandCallback(std::vector< std::reference_wrapper< BreakpointOptions > > &bp_options_vec, CommandReturnObject &result) overridelldb_private::ScriptInterpreterLuavirtual
CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, CommandReturnObject &result) overridelldb_private::ScriptInterpreterLuavirtual
CreateFrameRecognizer(const char *class_name)lldb_private::ScriptInterpreterinlinevirtual
CreateInstance(Debugger &debugger)lldb_private::ScriptInterpreterLuastatic
CreateOperatingSystemInterface()lldb_private::ScriptInterpreterinlinevirtual
CreateScriptCommandObject(const char *class_name)lldb_private::ScriptInterpreterinlinevirtual
CreateScriptedBreakpointResolver(const char *class_name, const StructuredDataImpl &args_data, lldb::BreakpointSP &bkpt_sp)lldb_private::ScriptInterpreterinlinevirtual
CreateScriptedProcessInterface()lldb_private::ScriptInterpreterinlinevirtual
CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name, const StructuredDataImpl &args_data, Status &error)lldb_private::ScriptInterpreterinlinevirtual
CreateScriptedThreadInterface()lldb_private::ScriptInterpreterinlinevirtual
CreateScriptedThreadPlan(const char *class_name, const StructuredDataImpl &args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp)lldb_private::ScriptInterpreterinlinevirtual
CreateStructuredDataFromScriptObject(ScriptObject obj)lldb_private::ScriptInterpreterinlinevirtual
CreateSyntheticScriptedProvider(const char *class_name, lldb::ValueObjectSP valobj)lldb_private::ScriptInterpreterinlinevirtual
EnterSession(lldb::user_id_t debugger_id)lldb_private::ScriptInterpreterLua
eScriptReturnTypeBool enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeChar enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeCharPtr enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeCharStrOrNone enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeDouble enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeFloat enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeInt enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeIntUnsigned enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeLongInt enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeLongIntUnsigned enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeLongLong enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeLongLongUnsigned enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeOpaqueObject enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeShortInt enum valuelldb_private::ScriptInterpreter
eScriptReturnTypeShortIntUnsigned enum valuelldb_private::ScriptInterpreter
ExecuteInterpreterLoop() overridelldb_private::ScriptInterpreterLuavirtual
ExecuteMultipleLines(const char *in_string, const ExecuteScriptOptions &options=ExecuteScriptOptions())lldb_private::ScriptInterpreterinlinevirtual
ExecuteOneLine(llvm::StringRef command, CommandReturnObject *result, const ExecuteScriptOptions &options=ExecuteScriptOptions()) overridelldb_private::ScriptInterpreterLuavirtual
ExecuteOneLineWithReturn(llvm::StringRef in_string, ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options=ExecuteScriptOptions())lldb_private::ScriptInterpreterinlinevirtual
ExportFunctionDefinitionToInterpreter(StringList &function_def)lldb_private::ScriptInterpreterinlinevirtual
FormatterCallbackFunction(const char *function_name, lldb::TypeImplSP type_impl_sp)lldb_private::ScriptInterpreterinlinevirtual
GenerateBreakpointCommandCallbackData(StringList &input, std::string &output, bool has_extra_args, bool is_callback)lldb_private::ScriptInterpreterinlinevirtual
GenerateFunction(const char *signature, const StringList &input, bool is_callback)lldb_private::ScriptInterpreterinlinevirtual
GenerateScriptAliasFunction(StringList &input, std::string &output)lldb_private::ScriptInterpreterinlinevirtual
GenerateTypeScriptFunction(const char *oneliner, std::string &output, const void *name_token=nullptr)lldb_private::ScriptInterpreterinlinevirtual
GenerateTypeScriptFunction(StringList &input, std::string &output, const void *name_token=nullptr)lldb_private::ScriptInterpreterinlinevirtual
GenerateTypeSynthClass(StringList &input, std::string &output, const void *name_token=nullptr)lldb_private::ScriptInterpreterinlinevirtual
GenerateTypeSynthClass(const char *oneliner, std::string &output, const void *name_token=nullptr)lldb_private::ScriptInterpreterinlinevirtual
GenerateWatchpointCommandCallbackData(StringList &input, std::string &output, bool is_callback)lldb_private::ScriptInterpreterinlinevirtual
GetArgumentsForCommandObject(StructuredData::GenericSP cmd_obj_sp)lldb_private::ScriptInterpreterinlinevirtual
GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx)lldb_private::ScriptInterpreterinlinevirtual
GetDataExtractorFromSBData(const lldb::SBData &data) constlldb_private::ScriptInterpreter
GetDocumentationForItem(const char *item, std::string &dest)lldb_private::ScriptInterpreterinlinevirtual
GetDynamicSettings(StructuredData::ObjectSP plugin_module_sp, Target *target, const char *setting_name, lldb_private::Status &error)lldb_private::ScriptInterpreterinlinevirtual
GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp)lldb_private::ScriptInterpreterinlinevirtual
GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, const char *child_name)lldb_private::ScriptInterpreterinlinevirtual
GetInterpreterInfo() overridelldb_private::ScriptInterpreterLuavirtual
GetLanguage()lldb_private::ScriptInterpreterinline
GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, std::string &dest)lldb_private::ScriptInterpreterinlinevirtual
GetLua()lldb_private::ScriptInterpreterLua
GetMaxPositionalArgumentsForCallable(const llvm::StringRef &callable_name)lldb_private::ScriptInterpreterinlinevirtual
GetOpaqueTypeFromSBAttachInfo(const lldb::SBAttachInfo &attach_info) constlldb_private::ScriptInterpreter
GetOpaqueTypeFromSBBreakpoint(const lldb::SBBreakpoint &breakpoint) constlldb_private::ScriptInterpreter
GetOpaqueTypeFromSBLaunchInfo(const lldb::SBLaunchInfo &launch_info) constlldb_private::ScriptInterpreter
GetOpaqueTypeFromSBMemoryRegionInfo(const lldb::SBMemoryRegionInfo &mem_region) constlldb_private::ScriptInterpreter
GetOptionsForCommandObject(StructuredData::GenericSP cmd_obj_sp)lldb_private::ScriptInterpreterinlinevirtual
GetPluginDescriptionStatic()lldb_private::ScriptInterpreterLuastatic
GetPluginName() overridelldb_private::ScriptInterpreterLuainlinevirtual
GetPluginNameStatic()lldb_private::ScriptInterpreterLuainlinestatic
GetRecognizedArguments(const StructuredData::ObjectSP &implementor, lldb::StackFrameSP frame_sp)lldb_private::ScriptInterpreterinlinevirtual
GetScriptedPlatformInterface()lldb_private::ScriptInterpreterinlinevirtual
GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj, StructuredData::ObjectSP &callee_wrapper_sp, const TypeSummaryOptions &options, std::string &retval)lldb_private::ScriptInterpreterinlinevirtual
GetScriptInterpreterPtyName()lldb_private::ScriptInterpreter
GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, std::string &dest)lldb_private::ScriptInterpreterinlinevirtual
GetStatusFromSBError(const lldb::SBError &error) constlldb_private::ScriptInterpreter
GetSyntheticTypeName(const StructuredData::ObjectSP &implementor)lldb_private::ScriptInterpreterinlinevirtual
GetSyntheticValue(const StructuredData::ObjectSP &implementor)lldb_private::ScriptInterpreterinlinevirtual
Initialize()lldb_private::ScriptInterpreterLuastatic
Interrupt()lldb_private::ScriptInterpreterinlinevirtual
IsReservedWord(const char *word)lldb_private::ScriptInterpreterinlinevirtual
LanguageToString(lldb::ScriptLanguage language)lldb_private::ScriptInterpreterstatic
LeaveSession()lldb_private::ScriptInterpreterLua
LoadPluginModule(const FileSpec &file_spec, lldb_private::Status &error)lldb_private::ScriptInterpreterinlinevirtual
LoadScriptingModule(const char *filename, const LoadScriptOptions &options, lldb_private::Status &error, StructuredData::ObjectSP *module_sp=nullptr, FileSpec extra_search_dir={}) overridelldb_private::ScriptInterpreterLuavirtual
m_debuggerlldb_private::ScriptInterpreterprotected
m_lualldb_private::ScriptInterpreterLuaprivate
m_script_langlldb_private::ScriptInterpreterprotected
m_session_is_activelldb_private::ScriptInterpreterLuaprivate
MightHaveChildrenSynthProviderInstance(const StructuredData::ObjectSP &implementor)lldb_private::ScriptInterpreterinlinevirtual
operator=(const PluginInterface &)=deletelldb_private::PluginInterface
OptionParsingStartedForCommandObject(StructuredData::GenericSP cmd_obj_sp)lldb_private::ScriptInterpreterinlinevirtual
PluginInterface()=defaultlldb_private::PluginInterface
PluginInterface(const PluginInterface &)=deletelldb_private::PluginInterface
RegisterBreakpointCallback(BreakpointOptions &bp_options, const char *command_body_text, StructuredData::ObjectSP extra_args_sp)lldb_private::ScriptInterpreterLuaprivate
RegisterWatchpointCallback(WatchpointOptions *wp_options, const char *command_body_text, StructuredData::ObjectSP extra_args_sp)lldb_private::ScriptInterpreterLuaprivate
RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx)lldb_private::ScriptInterpreterinlinevirtual
RunScriptBasedCommand(StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx)lldb_private::ScriptInterpreterinlinevirtual
RunScriptBasedParsedCommand(StructuredData::GenericSP impl_obj_sp, Args &args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx)lldb_private::ScriptInterpreterinlinevirtual
RunScriptFormatKeyword(const char *impl_function, Process *process, std::string &output, Status &error)lldb_private::ScriptInterpreterinlinevirtual
RunScriptFormatKeyword(const char *impl_function, Thread *thread, std::string &output, Status &error)lldb_private::ScriptInterpreterinlinevirtual
RunScriptFormatKeyword(const char *impl_function, Target *target, std::string &output, Status &error)lldb_private::ScriptInterpreterinlinevirtual
RunScriptFormatKeyword(const char *impl_function, StackFrame *frame, std::string &output, Status &error)lldb_private::ScriptInterpreterinlinevirtual
RunScriptFormatKeyword(const char *impl_function, ValueObject *value, std::string &output, Status &error)lldb_private::ScriptInterpreterinlinevirtual
ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx)lldb_private::ScriptInterpreterinlinevirtual
ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp)lldb_private::ScriptInterpreterinlinevirtual
ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, lldb::StreamSP stream_sp)lldb_private::ScriptInterpreterinlinevirtual
ScriptedThreadPlanExplainsStop(StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error)lldb_private::ScriptInterpreterinlinevirtual
ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp, bool &script_error)lldb_private::ScriptInterpreterinlinevirtual
ScriptedThreadPlanGetStopDescription(StructuredData::ObjectSP implementor_sp, lldb_private::Stream *stream, bool &script_error)lldb_private::ScriptInterpreterinlinevirtual
ScriptedThreadPlanIsStale(StructuredData::ObjectSP implementor_sp, bool &script_error)lldb_private::ScriptInterpreterinlinevirtual
ScriptedThreadPlanShouldStop(StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error)lldb_private::ScriptInterpreterinlinevirtual
ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang)lldb_private::ScriptInterpreter
ScriptInterpreterLua(Debugger &debugger)lldb_private::ScriptInterpreterLua
ScriptReturnType enum namelldb_private::ScriptInterpreter
SetBreakpointCommandCallback(BreakpointOptions &bp_options, const char *command_body_text, bool is_callback) overridelldb_private::ScriptInterpreterLuavirtual
lldb_private::ScriptInterpreter::SetBreakpointCommandCallback(std::vector< std::reference_wrapper< BreakpointOptions > > &bp_options_vec, const char *callback_text)lldb_private::ScriptInterpreter
lldb_private::ScriptInterpreter::SetBreakpointCommandCallback(BreakpointOptions &bp_options, std::unique_ptr< BreakpointOptions::CommandData > &data_up)lldb_private::ScriptInterpreterinlinevirtual
SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, const char *function_name, StructuredData::ObjectSP extra_args_sp) overridelldb_private::ScriptInterpreterLuavirtual
lldb_private::ScriptInterpreter::SetBreakpointCommandCallbackFunction(std::vector< std::reference_wrapper< BreakpointOptions > > &bp_options_vec, const char *function_name, StructuredData::ObjectSP extra_args_sp)lldb_private::ScriptInterpreter
SetOptionValueForCommandObject(StructuredData::GenericSP cmd_obj_sp, ExecutionContext *exe_ctx, llvm::StringRef long_option, llvm::StringRef value)lldb_private::ScriptInterpreterinlinevirtual
SetWatchpointCommandCallback(WatchpointOptions *wp_options, const char *command_body_text, bool is_callback) overridelldb_private::ScriptInterpreterLuavirtual
StringToLanguage(const llvm::StringRef &string)lldb_private::ScriptInterpreterstatic
Terminate()lldb_private::ScriptInterpreterLuastatic
UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor)lldb_private::ScriptInterpreterinlinevirtual
WatchpointCallbackFunction(void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id)lldb_private::ScriptInterpreterLuastatic
~PluginInterface()=defaultlldb_private::PluginInterfacevirtual
~ScriptInterpreter() override=defaultlldb_private::ScriptInterpreter
~ScriptInterpreterLua() overridelldb_private::ScriptInterpreterLua