llvm-project/lldb/source/Plugins/Language/CPlusPlus
Sean Callanan c530ba98a9 Import block pointers from DWARF as Clang block pointers, not as structs.
Also added a data formatter that presents them as structs if you use frame
variable to look at their contents.  Now the blocks testcase works.

<rdar://problem/15984431>

llvm-svn: 268307
2016-05-02 21:15:31 +00:00
..
BlockPointer.cpp Import block pointers from DWARF as Clang block pointers, not as structs. 2016-05-02 21:15:31 +00:00
BlockPointer.h Import block pointers from DWARF as Clang block pointers, not as structs. 2016-05-02 21:15:31 +00:00
CMakeLists.txt Import block pointers from DWARF as Clang block pointers, not as structs. 2016-05-02 21:15:31 +00:00
CPlusPlusLanguage.cpp Import block pointers from DWARF as Clang block pointers, not as structs. 2016-05-02 21:15:31 +00:00
CPlusPlusLanguage.h Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
CxxStringTypes.cpp Miscellaneous fixes for big-endian systems 2016-04-14 14:33:47 +00:00
CxxStringTypes.h Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
LibCxx.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxx.h Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
LibCxxAtomic.cpp Remove an unnecessary include 2016-02-12 23:12:27 +00:00
LibCxxAtomic.h Data formatter support for libc++ std::atomic<T> 2016-02-12 22:18:24 +00:00
LibCxxInitializerList.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxList.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxMap.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxUnorderedMap.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxVector.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibStdcpp.cpp Remove what I believe are the last known instances of formatters that run code 2016-04-08 22:49:31 +00:00
LibStdcpp.h Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 2015-10-22 00:23:38 +00:00