18 UnwindAssemblyCreateInstance create_callback;
24 UnwindAssemblySP assembly_profiler_up(create_callback(arch));
25 if (assembly_profiler_up)
26 return assembly_profiler_up;
An architecture specification class.
static UnwindAssemblyCreateInstance GetUnwindAssemblyCreateCallbackAtIndex(uint32_t idx)
UnwindAssembly(const ArchSpec &arch)
static lldb::UnwindAssemblySP FindPlugin(const ArchSpec &arch)
A class that represents a running process on the host machine.