HomeSort by relevance Sort by last modified time
    Searched refs:goto_file (Results 1 - 3 of 3) sorted by null

  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 57 def update_pc(self, process, buffers, goto_file):
108 elif is_selected and vim.current.buffer.name not in fname and os.path.exists(fname) and goto_file:
113 elif len(buffers) > 1 and goto_file:
121 if is_selected and goto_file:
187 def update(self, target, status, controller, goto_file=False):
189 status to the vim status line. If goto_file is True, the user's
199 self.update_pc(process, self.get_user_buffers, goto_file)
lldb_controller.py 300 def doCommand(self, command, command_args, print_on_success = True, goto_file=False):
304 self.ui.update(self.target, "", self, goto_file)
317 def processPendingEvents(self, wait_seconds=0, goto_file=True):
363 self.ui.update(self.target, status, self, goto_file)
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 93 command -complete=custom,s:CompleteCommand -nargs=? Lup python ctrl.doCommand('up', '<args>', print_on_success=False, goto_file=True)
94 command -complete=custom,s:CompleteCommand -nargs=? Ldown python ctrl.doCommand('down', '<args>', print_on_success=False, goto_file=True)

Completed in 271 milliseconds