-
Notifications
You must be signed in to change notification settings - Fork 399
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. Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed a bug that was caussing attaching to fail in macOS Sonoma. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters