llvm-project/lldb/source
Enrico Granata 1ac6296376 <rdar://problem/12055586>
Enable data formatters to see-through pointers/references to typedefs

For instance, if Foo is a typedef to Bar, and there is a formatter for any/all of Bar*, Bar&, Bar&&, then Foo*, Foo&, and Foo&& should pick these up if Foo-specific formatters don't exist

llvm-svn: 205939
2014-04-10 00:14:07 +00:00
..
API sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Breakpoint This function should be const. 2014-04-08 20:24:45 +00:00
Commands sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Core <rdar://problem/16477472> 2014-04-09 21:06:11 +00:00
DataFormatters <rdar://problem/12055586> 2014-04-10 00:14:07 +00:00
Expression Fixed a problem where IRForTarget wasn't ignoring 2014-04-09 00:59:41 +00:00
Host sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Interpreter Cleanup the code a bit. 2014-04-07 21:37:03 +00:00
Plugins Accept DWARF version 2 and 3 in debug_line tables 2014-04-08 15:12:07 +00:00
Symbol <rdar://problem/12055586> 2014-04-10 00:14:07 +00:00
Target Fix the behavior when hand-calling a function times out on one thread, 2014-04-08 21:33:21 +00:00
Utility Include string.h for memset() prototype. Thanks Dmitri. 2014-03-29 19:29:04 +00:00
CMakeLists.txt lldb arm64 import. 2014-03-29 18:54:20 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00