Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix debugger output parsing in attach command
When using lldb in macOS, the output of lldb is slighly different and we are not properly matching that is what we expect. To avoid having to rely on weird hacks to not detect the actual command we issue, filter the output to not contain the lines that have the debugger promt to only check against the actual debugger output. This simplifies the check and provides an easier way to do assert that we are in the situation we expect.
- Loading branch information