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.
Paths
| Differential D10728
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. -data-evaluate-expression str ^done,value="0x00007fffffffece0" now: -data-evaluate-expression str ^done,value="0x00007fffffffece0 \"hello\"" All tests pass on Linux.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 25 2015, 3:33 AM
Revision Contents
Diff 28443 test/tools/lldb-mi/data/TestMiData.py
test/tools/lldb-mi/variable/TestMiVar.py
tools/lldb-mi/MICmdCmdData.cpp
|