Searched refs:doStep (Results 1 - 2 of 2) sorted by relevance

/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim103 command -nargs=0 Lstepinst python ctrl.doStep(StepType.INSTRUCTION)
104 command -nargs=0 Lstepinstover python ctrl.doStep(StepType.INSTRUCTION_OVER)
105 command -nargs=0 Lstepin python ctrl.doStep(StepType.INTO)
106 command -nargs=0 Lstep python ctrl.doStep(StepType.INTO)
107 command -nargs=0 Lnext python ctrl.doStep(StepType.OVER)
108 command -nargs=0 Lfinish python ctrl.doStep(StepType.OUT)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py103 def doStep(self, stepType): member in class:LLDBController

Completed in 78 milliseconds