Searched defs:handle_stop (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/test/API/commands/target/stop-hooks/ | ||
H A D | stop_hook.py | 15 def handle_stop(self, exe_ctx, stream): member in stop_handler |
/llvm-project/lldb/test/Shell/Commands/Inputs/ | ||
H A D | stop_hook.py | 9 def handle_stop(self, exe_ctx, stream): member in stop_handler |
/llvm-project/lldb/test/API/functionalities/scripted_process/ | ||
H A D | dummy_scripted_process.py | 15 def handle_stop(self, exe_ctx, stream): member in DummyStopHook |