Skip to content
Success

Changes

Summary

  1. [lldb] Make the system log a NOOP on Windows (#112052) (details)
  2. [lldb] Make the system log a NOOP on non-Darwin platforms (details)
Commit 69789dd4787b8b3c588a296ac3400309c16717e3 by jonas
[lldb] Make the system log a NOOP on Windows (#112052)

Windows doesn't have a built-in system log. Previously we got away with
writing to stdout and stderr because it was used only sporadically. As
we're trying to make the system log more useful on the other platforms,
the increased use become a concern. Make it a NOOP until someone figures
out a reasonable alternative.

(cherry picked from commit 3dedcab6d9b660a690d8fe5ddad3d43276a82708)
The file was modified lldb/source/Host/common/Host.cpp (diff)
Commit ca48db9c20eba8a23819a68779382935b79b041c by jonas
[lldb] Make the system log a NOOP on non-Darwin platforms

As discussed in #111911, we have consensus that as it stands, the system
log is only meaningful on Darwin and that by default it should be a NOOP
on other platforms.

(cherry picked from commit cc13d4fb4a208363ed1dab29829cd200a3e39c52)
The file was modified lldb/source/Host/common/Host.cpp (diff)