#ifndef LLDB_SYMBOL_FUNCUNWINDERS_H #define LLDB_SYMBOL_FUNCUNWINDERS_H #include "lldb/Core/AddressRange.h" #include "lldb/lldb-private-enumerations.h" #include <mutex> #include <vector> namespace lldb_private { class UnwindTable; class FuncUnwinders { … }; // class FuncUnwinders } // namespace lldb_private #endif // LLDB_SYMBOL_FUNCUNWINDERS_H