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/tools/llvm-readobj/ELFDumper.cpp | |
parent | da86b6d409edd7af98a42dad65f33e5e49e43115 (diff) | |
download | bcm5719-llvm-b2e0c1198283dc4cbdf3cd724a628ae2537dfc14.tar.gz bcm5719-llvm-b2e0c1198283dc4cbdf3cd724a628ae2537dfc14.zip |
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/tools/llvm-readobj/ELFDumper.cpp')
0 files changed, 0 insertions, 0 deletions