diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2020-08-28 11:20:41 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2020-09-03 07:39:50 +0000 |
commit | fd32b222ee1824ec610469fa411c3b914fca596d (patch) | |
tree | b0b9c384b8f04b2164a40552e2588796cf8e49fb /src/plugins/cpptools/compileroptionsbuilder.cpp | |
parent | bfd8be99bef12b256fe54b97aa5fdfaf3e4d901d (diff) | |
download | qt-creator-fd32b222ee1824ec610469fa411c3b914fca596d.tar.gz |
LLDB: Escape strings for correct parsing
Sample broken output:
>result={token="9",lldbid="1",valid="1",hitcount="0",threadid="0",oneshot="0",
condition="",enabled="1",valid="1",ignorecount="0",locations=[
{locid="1",function="foo()",enabled="1",resolved="0",valid="1",ignorecount="0",
file="F:\Projects\test\main.cpp",line="5",addr="4199979"},],
file="F:\Projects\test\main.cpp",line="5"}@
When parsed as GdbMi value, the strings are expected to be escaped.
Change-Id: Idb923516c1cf6e25b970ad08fae977bdf1045b4b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cpptools/compileroptionsbuilder.cpp')
0 files changed, 0 insertions, 0 deletions