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
7a698519e8087f78e1ce719c37586ff94de97641
clang-p2996
/
lldb
/
test
/
functionalities
/
command_script
/
import
/
bar
History
Enrico Granata
3a193f4b11
Fixing Python commands test cases to work even after removing Printf
...
(and using the new syntax for printing :-) llvm-svn: 178389
2013-03-30 00:53:13 +00:00
..
bar.py
Fixing Python commands test cases to work even after removing Printf
2013-03-30 00:53:13 +00:00
barutil.py
this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
2011-10-17 21:45:27 +00:00