aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h b/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h
index fa41ba5d056a..8902b5f4eaa7 100644
--- a/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h
+++ b/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindPlan.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_UnwindPlan_h
-#define liblldb_UnwindPlan_h
+#ifndef LLDB_SYMBOL_UNWINDPLAN_H
+#define LLDB_SYMBOL_UNWINDPLAN_H
#include <map>
#include <memory>
@@ -320,7 +320,6 @@ public:
} m_value;
}; // class FAValue
- public:
Row();
Row(const UnwindPlan::Row &rhs) = default;
@@ -375,7 +374,6 @@ public:
collection m_register_locations;
}; // class Row
-public:
typedef std::shared_ptr<Row> RowSP;
UnwindPlan(lldb::RegisterKind reg_kind)
@@ -540,4 +538,4 @@ private:
} // namespace lldb_private
-#endif // liblldb_UnwindPlan_h
+#endif // LLDB_SYMBOL_UNWINDPLAN_H