Lines Matching refs:Command
46 # AttachAndroidApp - GDB command to attach to an existing android app process
47 # AndroidStatus - app status query command (not needed, mostly harmless)
128 print "Warning: " + msg + " use the set-android-device command."
334 class AndroidStatus(gdb.Command):
335 """Implements the android-status gdb command."""
376 """Implements the 'start-android-app' gdb command."""
399 print '### GDB Command: ' + str(cmd)
579 """Implements the run-android-app gdb command."""
589 """Implements the attach-android-app gdb command."""
626 """ Implements the load-android-app gbd command.
642 def _awk(self, script, command):
643 args = ["awk", "-f", self._awk_script_path(script), str(command)]
646 print "### awk command: " + str(args)
727 class SetAndroidDevice (gdb.Command):
765 # Command registration