hanchenye-llvm-project/lldb/source
Pavel Labath 9075f52c78 Check for lack of C++ context first when demangling
Summary: It seems that if we have no context, then it can't possibly be a method.  Check that first.

Reviewers: clayborg

Reviewed By: clayborg

Subscribers: labath, lldb-commits

Differential Revision: https://reviews.llvm.org/D32708
Patch by Scott Smith <scott.smith@purestorage.com>.

llvm-svn: 302008
2017-05-03 10:00:00 +00:00
..
API Initial implementation of SB APIs for Tracing support. 2017-04-26 08:48:50 +00:00
Breakpoint iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
Commands Fix !N and !-N commands and add a test case. 2017-04-19 23:21:04 +00:00
Core Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
DataFormatters Stop calling ValueObject::SetName from synthetic child providers 2017-03-31 20:48:00 +00:00
Expression Add CopyDiagnostic to the DiagnosticManager. 2017-04-19 18:56:44 +00:00
Host Resurrect pselect MainLoop implementation 2017-04-28 10:26:06 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Change UniqueCStringMap to use ConstString as the key 2017-05-02 10:17:30 +00:00
Plugins Fixed a bug where we did not properly use the complete versions of Objective-C classes. 2017-05-03 00:41:43 +00:00
Symbol Check for lack of C++ context first when demangling 2017-05-03 10:00:00 +00:00
Target Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
Utility Remove lock from ConstString::GetLength 2017-04-28 12:08:28 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00