llvm-project/lldb/test/settings
Greg Clayton b2e0c11982 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
2015-06-03 02:02:48 +00:00
..
quoting Accidental semicolon in python. 2015-03-03 23:14:27 +00:00
Makefile Added two test cases to TestSettings.py which exercise the lldb's: 2010-09-15 22:27:29 +00:00
TestSettings.py Fixed "format-string" based settings so they can have quotes on them without leaving the quotes in the format string: 2015-06-03 02:02:48 +00:00
main.cpp New settings: target.use-hex-immediates and target.hex-immediates-style 2013-08-07 21:54:09 +00:00