teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Chuck Ries 1ffd4f5093 Allow variable names to be quoted with -var-list-children
Allow both '-var-list-children var0' and '-var-list-children "var0"' to be used with the -var-list-children command. GDB MI allows for this and it is necessary if the variable name contains spaces, such as var5.std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<cahr> > > >.

Differential Revision: http://reviews.llvm.org/D15168

llvm-svn: 254941
2015-12-07 20:43:52 +00:00
..
breakpoint Enable TestMiBreak on Linux 2015-11-25 16:29:04 +00:00
control Fix to solve Bug 23139 & Bug 23560 2015-11-13 10:47:49 +00:00
data Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
interpreter Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux 2015-11-10 10:33:12 +00:00
signal Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
stack Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
startup_options Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
symbol Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
syntax Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
target Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
variable Allow variable names to be quoted with -var-list-children 2015-12-07 20:43:52 +00:00
lldbmi_testcase.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
main.cpp
Makefile
TestMiExit.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestMiFile.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestMiGdbSetShow.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestMiLibraryLoaded.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
TestMiPrompt.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00