This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7a818fec88726844e8acbfeb43da94dea81f4ca
clang-p2996
/
lldb
/
test
/
functionalities
/
command_script
History
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
…
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
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +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
TestCommandScript.py
Made TestCommandScript more robust against new
2014-10-06 17:58:15 +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