Print column info in backtraces et al. if available
authorAdrian Prantl <aprantl@apple.com>
Wed, 5 Sep 2018 23:52:08 +0000 (23:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 5 Sep 2018 23:52:08 +0000 (23:52 +0000)
commit4954f6a565d158b90868f137ce2959eabbbe98f4
tree5d8122ca5beb8550c0de7429042ac50a1f1bf5df
parent9ec23049a76cef425e3978e617cd3aaf2f8d2fd3
Print column info in backtraces et al. if available

This patch allows LLDB to print column info in backtraces et al. if
available, which is useful when the backtrace contains a frame like
the following:

  f(can_crash(0), can_crash(1));

Differential Revision: https://reviews.llvm.org/D51661

llvm-svn: 341506
lldb/include/lldb/Core/FormatEntity.h
lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
lldb/source/Core/Debugger.cpp
lldb/source/Core/FormatEntity.cpp