Home | History | Annotate | Download | only in python-vim-lldb

Lines Matching refs:controller

204   def update(self, target, controller):
206 self.panes[name].update(target, controller)
281 def update(self, target, controller):
296 if self.write(self.get_content(target, controller)):
364 def get_content(self, target, controller):
400 def get_content(self, target, controller):
509 def get_content(self, target, controller):
516 (success, output) = controller.getCommandOutput(self.command, self.args)
534 def get_content(self, target, controller):
544 (success, output) = controller.getCommandOutput(self.command, self.args)
546 (success, output) = controller.getCommandOutput("process", "status")