Searched refs:step_instruction (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemote_vCont.py | 105 use_Hc_packet=True, step_instruction="vCont;s") 116 use_Hc_packet=True, step_instruction="vCont;s") 126 use_Hc_packet=False, step_instruction="vCont;s:{thread}") 138 use_Hc_packet=False, step_instruction="vCont;s:{thread}")
|
D | TestGdbRemoteSingleStep.py | 20 use_Hc_packet=True, step_instruction="s") 30 use_Hc_packet=True, step_instruction="s")
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 1361 step_instruction="s"): argument 1371 re.sub(r"{thread}", "{:x}".format(thread_id), step_instruction)) 1435 self, use_Hc_packet=True, step_instruction="s"): argument 1520 step_instruction=step_instruction) 1532 step_instruction=step_instruction) 1566 step_instruction=step_instruction) 1579 step_instruction=step_instruction)
|