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
a9dbf4325e
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
...
llvm-svn: 142283
2011-10-17 21:45:27 +00:00
..
import
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
main.cpp
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +00:00
Makefile
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +00:00
py_import
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +00:00
TestCommandScript.py
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +00:00
welcome.py
Rename directory command_python to command_script, and the test file, too.
2011-10-14 17:37:38 +00:00