aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Object.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-06-03 02:02:48 +0000
committerGreg Clayton <gclayton@apple.com>2015-06-03 02:02:48 +0000
commitb2e0c1198283dc4cbdf3cd724a628ae2537dfc14 (patch)
tree160f3623078529c748b211a41d75a6b35266e63e /llvm/lib/Object/Object.cpp
parentda86b6d409edd7af98a42dad65f33e5e49e43115 (diff)
downloadllvm-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/Object.cpp')
0 files changed, 0 insertions, 0 deletions