summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-09-04 21:01:18 +0000
committerEnrico Granata <egranata@apple.com>2015-09-04 21:01:18 +0000
commit33e97e63a5928ee6884f41ef8d609653ac1b375f (patch)
treedf5ad6e9f8495f779efadf1d4bd883a4c9620389 /lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
parent7a518c3dabe75faece2b9b38f466c936dd3decda (diff)
downloadbcm5719-llvm-33e97e63a5928ee6884f41ef8d609653ac1b375f.tar.gz
bcm5719-llvm-33e97e63a5928ee6884f41ef8d609653ac1b375f.zip
Move the C++ data formatters to the C++ language plugin
llvm-svn: 246873
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h')
-rw-r--r--lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h b/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
new file mode 100644
index 00000000000..21b2ea44fc8
--- /dev/null
+++ b/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
@@ -0,0 +1,27 @@
+//===-- LibStdCpp.h ---------------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef liblldb_LibStdCpp_h_
+#define liblldb_LibStdCpp_h_
+
+#include "lldb/Core/Stream.h"
+#include "lldb/Core/ValueObject.h"
+#include "lldb/DataFormatters/TypeSummary.h"
+#include "lldb/DataFormatters/TypeSynthetic.h"
+
+namespace lldb_private {
+ namespace formatters
+ {
+ SyntheticChildrenFrontEnd* LibstdcppMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
+
+ SyntheticChildrenFrontEnd* LibStdcppVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
+ } // namespace formatters
+} // namespace lldb_private
+
+#endif // liblldb_LibStdCpp_h_
OpenPOWER on IntegriCloud