20 for (uint32_t idx = 0;
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.
UnwindAssembly *(* UnwindAssemblyCreateInstance)(const ArchSpec &arch)
std::shared_ptr< lldb_private::UnwindAssembly > UnwindAssemblySP