llvm-project/lldb/source
Francis Ricci 51019244ab Fix GetDisplayName when only a demangled name is available
Summary:
GetDisplayDemangledName will already return a ConstString() when
there is neither a mangled name or a demangled name, so we don't need to special
case here. This will fix GetDisplayName in cases where m_mangled contains
only a demangled name and not a mangled name.

Reviewers: clayborg, granata.enrico, sas

Subscribers: lldb-commits

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

llvm-svn: 283491
2016-10-06 20:41:11 +00:00
..
API Convert some more aliasing and CI functions to StringRef. 2016-10-05 21:14:56 +00:00
Breakpoint Fix some test failures due to the recent Breakpoint patch. 2016-10-05 18:40:51 +00:00
Commands Convert some Args index-based iteration to range-style iteration. 2016-10-05 23:40:23 +00:00
Core Convert some Args index-based iteration to range-style iteration. 2016-10-05 23:40:23 +00:00
DataFormatters Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
Expression Convert some more aliasing and CI functions to StringRef. 2016-10-05 21:14:56 +00:00
Host Fix build error on Android again. 2016-10-05 23:51:13 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter StringRef::front asserts on empty strings, causing "break modify -c ''" to assert. 2016-10-06 18:57:30 +00:00
Plugins Add bound violation handling for Intel(R) Memory Protection Extensions (Intel(R) MPX) 2016-10-06 18:05:12 +00:00
Symbol Fix GetDisplayName when only a demangled name is available 2016-10-06 20:41:11 +00:00
Target Convert CommandObject constructors to StringRef. 2016-10-05 21:14:38 +00:00
Utility Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
CMakeLists.txt [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00