xref: /llvm-project-15.0.7/lldb/test/Shell/Commands/Inputs/stop_hook.py (revision cf6a7c19)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import lldb
2
3class stop_handler:
4    def __init__(self, target, extra_args, dict):
5        self.extra_args = extra_args
6        self.target = target
7
8    def handle_stop(self, exe_ctx, stream):
9        stream.Print("I did indeed run\n")
10        return True
11

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025