Trees | Indices | Help |
---|
|
1 import envi.cli as e_cli 2 #import vdb.extensions.gdbstub as ve_gdbstub 3 import vtrace.platforms.android as vt_android 46 ''' 7 Pass a command directly to the adb bridge command. 8 (mostly just so you don't need another prompt) 9 10 Usage adb <adb args> 11 ''' 12 argv = e_cli.splitargs(line) 13 db.vprint( vt_android.adbCommand('adb', *argv) )14 17 #db.registerCmdExtension(ve_gdbstub.gdbmon) 18
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:31 2012 | http://epydoc.sourceforge.net |