Searched refs:doCommand (Results 1 - 3 of 3) sorted by relevance

/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim56 command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_regexp-attach', '<args>')
57 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_regexp-break', '<args>')
58 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_regexp-bt', '<args>')
59 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_regexp-down', '<args>')
60 command -complete=custom,s:CompleteCommand -nargs=* Lregexptbreak python ctrl.doCommand('_regexp-tbreak', '<args>')
61 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdisplay python ctrl.doCommand('_regexp-display', '<args>')
62 command -complete=custom,s:CompleteCommand -nargs=* Lregexpundisplay python ctrl.doCommand('_regexp-undisplay', '<args>')
63 command -complete=custom,s:CompleteCommand -nargs=* Lregexpup python ctrl.doCommand('_regexp-up', '<args>')
65 command -complete=custom,s:CompleteCommand -nargs=* Lapropos python ctrl.doCommand('apropos', '<args>')
66 command -complete=custom,s:CompleteCommand -nargs=* Lbacktrace python ctrl.doCommand('b
[all...]
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py129 """ Like doCommand, but suppress output when "select" is the first argument."""
131 return self.doCommand(command, args, "select" != a[0], True)
139 self.doCommand("process", args)
214 self.doCommand("target", args)
232 FIXME: switch to doCommand("continue", ...) to handle -i ignore-count param.
267 self.doCommand("breakpoint", args, show_output)
300 def doCommand(self, command, command_args, print_on_success = True, goto_file=False): member in class:LLDBController
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 105 milliseconds