Searched refs:from_tty (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 369 def invoke(self, arg, from_tty): argument 397 def _gdbcmd(self, cmd, from_tty=False): argument 401 gdb.execute(cmd, from_tty) 504 def attach_gdb(self, from_tty): argument 535 def invoke (self, arg, from_tty): argument 565 self.attach_gdb(from_tty) 584 def invoke(self, arg, from_tty): argument 585 StartAndroidApp.invoke(self, arg, from_tty) 594 def invoke(self, arg, from_tty): argument 616 self.attach_gdb(from_tty) [all …]
|