llvm-project/lldb/test/functionalities/command_script
Sean Callanan e6553d83aa Made TestCommandScript more robust against new
lines at arbitrary points.

llvm-svn: 219133
2014-10-06 17:58:15 +00:00
..
import Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
.categories Adding a "cmdline" category to the test suite 2013-06-18 00:22:27 +00:00
Makefile
TestCommandScript.py Made TestCommandScript more robust against new 2014-10-06 17:58:15 +00:00
bug11569.py http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
main.cpp Linux test case fixes 2012-11-21 20:12:12 +00:00
mysto.py lldb.thread is not to be used anymore 2013-01-22 02:32:56 +00:00
py_import Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
welcome.py Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00