Hi,
I am trying to use pykdump.so to write simple scripts for displaying task structures etc. I couldn't figure out how to execute commands like 'struct task_struct', ps, etc from inside a python script and get its output in my script. I saw that commands, subprocess libraries are not present. And os.popen is executing in the shell but not in crash environment. Can you give a small sample code...
2009-04-08 00:26:49 UTC in Python/CRASH API