Escape characters in strings and strings containing quotes were not appearing correctly in expression values.
Patch from paulmay@microsoft.com
Paths
| Differential D11371
Support escapes and quotes in string and character values. ClosedPublic Authored by ki.stfu on Jul 20 2015, 2:45 PM.
Details Summary Escape characters in strings and strings containing quotes were not appearing correctly in expression values. Patch from paulmay@microsoft.com
Diff Detail Event Timelinepaulmaybee retitled this revision from to Support escapes and quotes in string and character values.. paulmaybee updated this object. ki.stfu edited edge metadata. Comment ActionsLooks good apart 1 inline comment in tests.
This revision now requires changes to proceed.Jul 21 2015, 1:01 AM
paulmaybee edited edge metadata. Comment ActionsReplace "hello" with "\t\"hello\"\n" in string value tests. ki.stfu edited edge metadata. Comment ActionsPlease remove "###" and go ahead.
This revision is now accepted and ready to land.Jul 22 2015, 8:44 PM Comment Actions
Sure, I can do it tomorrow. This revision now requires review to proceed.Jul 27 2015, 10:42 PM Closed by commit rL243383: Support escapes and quotes in string and character values. (authored by ki.stfu). · Explain WhyJul 27 2015, 10:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30194 test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py
test/tools/lldb-mi/variable/main.cpp
tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilString.cpp
|
please replace these strings with your improved strings (lines 67-72).