https://github.com/ashgti approved this pull request.

I'd like to follow this up with some other refactors.

One that I think we should consider is the `wait_for_events` helper. I think 
thats a bit of an anti-pattern because we could already be in the correct state 
we're waiting for.

For example, `wait_for_stopped` could be refactored into:
```
@property
    def is_stopped(self) -> bool:
```

https://github.com/llvm/llvm-project/pull/163292
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to