forked from OSchip/llvm-project
This debugging message has been left in the code for years, until one day it randomly hit on some corrupted memory
It is misleading to users in its current form, and only interesting to me - remove it rdar://28812568 llvm-svn: 284787
This commit is contained in:
parent
617d587432
commit
c8af52df86
|
@ -212,8 +212,7 @@ bool lldb_private::formatters::NSStringSummaryProvider(
|
|||
uint64_t location = valobj_addr + 2 * ptr_size;
|
||||
if (is_inline) {
|
||||
if (!has_explicit_length) {
|
||||
stream.Printf("found new combo");
|
||||
return true;
|
||||
return false;
|
||||
} else
|
||||
location += ptr_size;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue