diff options
author | Greg Clayton <gclayton@apple.com> | 2015-06-03 02:02:48 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-06-03 02:02:48 +0000 |
commit | b2e0c1198283dc4cbdf3cd724a628ae2537dfc14 (patch) | |
tree | 160f3623078529c748b211a41d75a6b35266e63e /llvm/lib/Object/COFFObjectFile.cpp | |
parent | da86b6d409edd7af98a42dad65f33e5e49e43115 (diff) | |
download | llvm-b2e0c1198283dc4cbdf3cd724a628ae2537dfc14.zip llvm-b2e0c1198283dc4cbdf3cd724a628ae2537dfc14.tar.gz llvm-b2e0c1198283dc4cbdf3cd724a628ae2537dfc14.tar.bz2 |
Fixed "format-string" based settings so they can have quotes on them without leaving the quotes in the format string:
(lldb) settings set thread-format "abc"
(lldb) settings set thread-format 'abc'
(lldb) settings set thread-format abc
We strip the quotes before processing the format string and return an "error: mismatched quotes" if mismatched quotes are given.
<rdar://problem/21210789>
llvm-svn: 238896
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions