Go to the documentation of this file.
9 #ifndef LLDB_CORE_MODULECHILD_H
10 #define LLDB_CORE_MODULECHILD_H
52 void SetModule(
const lldb::ModuleSP &module_sp);
61 #endif // LLDB_CORE_MODULECHILD_H
~ModuleChild()
Destructor.
lldb::ModuleWP m_module_wp
The Module that owns the object that inherits from this class.
lldb::ModuleSP GetModule() const
Get const accessor for the module pointer.
const ModuleChild & operator=(const ModuleChild &rhs)
Assignment operator.
A class that represents a running process on the host machine.
ModuleChild(const lldb::ModuleSP &module_sp)
Construct with owning module.
void SetModule(const lldb::ModuleSP &module_sp)
Set accessor for the module pointer.