This is an archive of the discontinued LLVM Phabricator instance.

Expand result with type char* to string in -data-evaluate-expression
ClosedPublic

Authored by ki.stfu on Jun 25 2015, 3:02 AM.

Details

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.

Diff Detail

Event Timeline

ki.stfu updated this revision to Diff 28443.Jun 25 2015, 3:02 AM
ki.stfu retitled this revision from to Expand result with type char* to string in -data-evaluate-expression.
ki.stfu updated this object.
ki.stfu edited the test plan for this revision. (Show Details)
ki.stfu added a reviewer: abidh.
ki.stfu added subscribers: abidh, dawn, Unknown Object (MLST).
ki.stfu updated this object.Jun 25 2015, 3:10 AM
abidh accepted this revision.Jun 25 2015, 3:33 AM
abidh edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jun 25 2015, 3:33 AM
ki.stfu closed this revision.Jun 25 2015, 4:10 AM