This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
test
/
functionalities
/
command_script
History
Enrico Granata
06be059ad9
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
...
llvm-svn: 218834
2014-10-01 21:47:29 +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
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
Makefile
…
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
TestCommandScript.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
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