History log of /external/lldb/test/functionalities/command_script/import/foo/foo.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff03cbca506f9528a95b40d532f4d9cb4175ac4d 30-Mar-2013 Enrico Granata <egranata@apple.com> Fixing Python commands test cases to work even after removing Printf
(and using the new syntax for printing :-)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@178389 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/import/foo/foo.py
59df36f99b76e33852e6848a162f5c2851074ea2 17-Oct-2011 Enrico Granata <granata.enrico@gmail.com> 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

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142283 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/import/foo/foo.py