LLDB mainline
lldb_private::ScriptInterpreterPython::CommandDataPython Class Reference

#include <ScriptInterpreterPython.h>

Inheritance diagram for lldb_private::ScriptInterpreterPython::CommandDataPython:
[legend]

Public Member Functions

 CommandDataPython ()
 CommandDataPython (StructuredData::ObjectSP extra_args_sp)
Public Member Functions inherited from lldb_private::BreakpointOptions::CommandData
 CommandData ()=default
 CommandData (const StringList &user_source, lldb::ScriptLanguage interp)
virtual ~CommandData ()=default
StructuredData::ObjectSP SerializeToStructuredData ()

Public Attributes

StructuredDataImpl m_extra_args
Public Attributes inherited from lldb_private::BreakpointOptions::CommandData
StringList user_source
std::string script_source
enum lldb::ScriptLanguage interpreter
bool stop_on_error = true

Additional Inherited Members

Static Public Member Functions inherited from lldb_private::BreakpointOptions::CommandData
static const char * GetSerializationKey ()
static std::unique_ptr< CommandDataCreateFromStructuredData (const StructuredData::Dictionary &options_dict, Status &error)

Detailed Description

Definition at line 27 of file ScriptInterpreterPython.h.

Constructor & Destructor Documentation

◆ CommandDataPython() [1/2]

lldb_private::ScriptInterpreterPython::CommandDataPython::CommandDataPython ( )
inline

◆ CommandDataPython() [2/2]

lldb_private::ScriptInterpreterPython::CommandDataPython::CommandDataPython ( StructuredData::ObjectSP extra_args_sp)
inline

Member Data Documentation

◆ m_extra_args

StructuredDataImpl lldb_private::ScriptInterpreterPython::CommandDataPython::m_extra_args

Definition at line 37 of file ScriptInterpreterPython.h.

Referenced by CommandDataPython().


The documentation for this class was generated from the following file: