You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Remove additional newline from Target logs (#6803)
Logging automatically adds a newline. Log messages with an explicit newline introduce a
blank line in the logs. Additionally, use `PutCString` instead of `Printf` because
these logs have no format string.
0 commit comments