llvm-project/lldb/source/DataFormatters
Enrico Granata ad650a189c Preparatory work for letting language plugins help the StringPrinter with formatting special characters
llvm-svn: 247189
2015-09-09 20:59:49 +00:00
..
CF.cpp Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line 2015-09-04 00:33:51 +00:00
CMakeLists.txt Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
CXXFunctionPointer.cpp Never mind, I see what the problem is on the Windows build. Attempt a fix 2015-09-04 21:22:54 +00:00
Cocoa.cpp Preparatory work for letting language plugins help the StringPrinter with formatting special characters 2015-09-09 20:59:49 +00:00
CoreMedia.cpp Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers on the TypeSystem to get numeric types of specific sizes and signedness 2015-09-08 22:09:19 +00:00
DataVisualization.cpp Add a --language (-l) option to type category {enable|disable} to allow people to turn on and off formatters for a given language 2015-09-04 22:07:48 +00:00
FormatCache.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
FormatClasses.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
FormatManager.cpp Data formatter candidate matches can be generated in a number of ways; language-based dynamic type discovery being one of them (for instance, this is what takes an 'id' and discovers that it truly is an __NSArrayI, so it should probably use the NSArray formatter) 2015-09-09 01:10:46 +00:00
FormattersHelpers.cpp Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line 2015-09-04 00:33:51 +00:00
LanguageCategory.cpp Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp Use LLVM casting for TypeSystem so you can cast it to subclasses. 2015-09-08 18:15:05 +00:00
NSDictionary.cpp Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line 2015-09-04 00:33:51 +00:00
NSIndexPath.cpp Use LLVM casting for TypeSystem so you can cast it to subclasses. 2015-09-08 18:15:05 +00:00
NSSet.cpp Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line 2015-09-04 00:33:51 +00:00
StringPrinter.cpp Preparatory work for letting language plugins help the StringPrinter with formatting special characters 2015-09-09 20:59:49 +00:00
TypeCategory.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeCategoryMap.cpp Add logging to a couple of regions of code 2015-09-01 20:11:13 +00:00
TypeFormat.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
TypeSummary.cpp Switch data formatters over to using std::function for their callbacks instead of raw function pointers. NFC 2015-08-27 00:45:33 +00:00
TypeSynthetic.cpp Switch data formatters over to using std::function for their callbacks instead of raw function pointers. NFC 2015-08-27 00:45:33 +00:00
TypeValidator.cpp Fix the ctor ivar initialization formatting for Debugger, 2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp Fix some compiler warnings. 2015-09-09 17:25:43 +00:00
VectorType.cpp Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers on the TypeSystem to get numeric types of specific sizes and signedness 2015-09-08 22:09:19 +00:00