9#ifndef LLDB_TARGET_RUNTIME_H
10#define LLDB_TARGET_RUNTIME_H
A collection class for Module objects.
A plug-in interface definition class for debugging a process.
Target & GetTarget()
Get the target object pointer for this module.
Runtime(const Runtime &)=delete
virtual ~Runtime()=default
const Runtime & operator=(const Runtime &)=delete
virtual void ModulesDidLoad(const ModuleList &module_list)=0
Called when modules have been loaded in the process.
Runtime(Process *process)
A class that represents a running process on the host machine.