Home
last modified time | relevance | path

Searched refs:StepType (Results 1 – 4 of 4) sorted by relevance

/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py45 class StepType: class
115 if stepType == StepType.INSTRUCTION:
117 if stepType == StepType.INSTRUCTION_OVER:
119 elif stepType == StepType.INTO:
121 elif stepType == StepType.OVER:
123 elif stepType == StepType.OUT:
/external/lldb/include/lldb/
Dlldb-private-enumerations.h18 typedef enum StepType enum
26 } StepType; typedef
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim103 …gs=0 Lstepinst python ctrl.doStep(StepType.INSTRUCTION)
104 …Lstepinstover python ctrl.doStep(StepType.INSTRUCTION_OVER)
105 …nd -nargs=0 Lstepin python ctrl.doStep(StepType.INTO)
106 …nd -nargs=0 Lstep python ctrl.doStep(StepType.INTO)
107 …nd -nargs=0 Lnext python ctrl.doStep(StepType.OVER)
108 …and -nargs=0 Lfinish python ctrl.doStep(StepType.OUT)
/external/lldb/source/Commands/
DCommandObjectThread.cpp368 StepType step_type, in CommandObjectThreadStepWithTypeAndScope()
569 StepType m_step_type;