diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-06-25 11:10:12 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-06-25 11:10:12 +0000 |
commit | 0b9e04b7c481fc26529fac8cd753af1aa0990785 (patch) | |
tree | 9773f5fc49ce06c5239659f1216338424d9a3aef /llvm/lib/Analysis/Loads.cpp | |
parent | 3c499589454d61f7ab0cd2179c8af80543eef24c (diff) | |
download | bcm5719-llvm-0b9e04b7c481fc26529fac8cd753af1aa0990785.tar.gz bcm5719-llvm-0b9e04b7c481fc26529fac8cd753af1aa0990785.zip |
Expand result with type char* to string in -data-evaluate-expression
Summary:
Expand result with type char* to string in -data-evaluate-expression.
was:
```
-data-evaluate-expression str
^done,value="0x00007fffffffece0"
```
now:
```
-data-evaluate-expression str
^done,value="0x00007fffffffece0 \"hello\""
```
All tests pass on Linux.
Test Plan: ./dotest.py -v --executable $BUILDDIR/bin/lldb tools/lldb-mi
Reviewers: abidh
Reviewed By: abidh
Subscribers: lldb-commits, dawn, abidh
Differential Revision: http://reviews.llvm.org/D10728
llvm-svn: 240631
Diffstat (limited to 'llvm/lib/Analysis/Loads.cpp')
0 files changed, 0 insertions, 0 deletions