https://github.com/clayborg requested changes to this pull request.

This shouldn't be type specific. Any SBValue that reports a value when you call:
```
const char *SBValue::GetValue();
```
Should always show the value. In this case, a pointer always has a value to 
show. So it shouldn't matter that this is a pointer, it should be just "any 
SBValue that has a value should display the value and if it doesn't have a 
summary and we auto generate one, then we can append the generated summary 
string". If you look at the normal code it does this for any SBValue.

https://github.com/llvm/llvm-project/pull/66551
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to