Searched refs:run_step (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/ |
| H A D | TestStepScripted.py | 114 def run_step(self, stop_others_value, run_mode, token): member in StepScriptedTestCase 138 self.run_step(False, "all-threads", thread_id) 141 self.run_step(True, "this-thread", thread_id) 144 self.run_step(True, None, thread_id) 153 self.run_step(False, None, thread_id)
|
| /llvm-project-15.0.7/clang/utils/check_cfc/ |
| H A D | check_cfc.py | 232 def run_step(command, my_env, error_on_failure): function 267 run_step(alternate_command, my_env, "Error compiling with -g") 287 run_step(alternate_command, my_env,
|