summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatManager.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-08-16 00:56:04 +0000
committerEnrico Granata <egranata@apple.com>2014-08-16 00:56:04 +0000
commite4a4f5d5baa044834f288e25a5e94558e913ab0d (patch)
tree7debb41e183116a2ecb99fbd604915a23bf569e7 /lldb/source/DataFormatters/FormatManager.cpp
parent08cc55dbe9fcef84b915a4f1273d035791263e55 (diff)
downloadbcm5719-llvm-e4a4f5d5baa044834f288e25a5e94558e913ab0d.tar.gz
bcm5719-llvm-e4a4f5d5baa044834f288e25a5e94558e913ab0d.zip
When attempting to print function names with arguments in frame formatting, attempt to detect templated functions, and replace the argument list with values outside the template marking. Turns C::f<(this=0x00007fff5fbffb70, x=2, y=1)0>(int, int) into C::f<(C::V)0>(this=0x00007fff5fbffb70, x=2, y=1), which definitely looks more like the real thing. Fixes rdar://14882237
llvm-svn: 215800
Diffstat (limited to 'lldb/source/DataFormatters/FormatManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud