https://github.com/DavidSpickett closed
https://github.com/llvm/llvm-project/pull/112052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
DavidSpickett wrote:
Merging to fix our Windows bot.
https://github.com/llvm/llvm-project/pull/112052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/DavidSpickett approved this pull request.
https://github.com/llvm/llvm-project/pull/112052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
DavidSpickett wrote:
I wonder if this is going to fix
https://lab.llvm.org/buildbot/#/builders/141/builds/3100, so I am testing it
right now.
```
c:\users\tcwg\llvm-worker\lldb-aarch64-windows\build\bin\filecheck.exe
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell
https://github.com/labath approved this pull request.
https://github.com/llvm/llvm-project/pull/112052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
grandinj wrote:
Windows system log :
https://learn.microsoft.com/en-us/windows/win32/Events/windows-events
https://github.com/llvm/llvm-project/pull/112052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
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
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/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 p