[Lldb-commits] [lldb] [lldb-dap] Unify the timeouts for the DAP tests (PR #163292)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 15 16:34:28 PDT 2025
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
More information about the lldb-commits
mailing list