Martin Storsjö
Martin Storsjö
FWIW I believe the issue might be that building the widl tool fails when building it on unrecognized architectures. This was discussed recently in https://gitlab.winehq.org/wine/wine/-/merge_requests/3997, but the conclusion was that...
I don't know offhand what the issue is here. I would suggest that you first remove the previous `~ /msvc` directory which may be in an unknown state. Edit `install.sh`,...
> Current msys2/Cygwin clang are on 11.0.0/8.0.0 (very outdated) and generally unmaintained. Yes, although there actually has been some recent activity on upstream LLVM from two different persons regarding Cygwin....
> Even with `docker` installed, the **docker build** method didn't work for me That's odd - can you share an error message about what failed there? > so I use...
> > What part of the copying has gone wrong here? What does /opt/msvc/bin/x64/msvcenv.sh contain > > (what ARCH does it declare)? > > Nothing wrong with `msvcenv.sh`, it is...
Hmm, that is a very good question. I'm not entirely sure. Is it possible to, outside of github actions, fetch a snapshot from an actions cache? Does this download add...
Is this issue specific to connecting to remote targets somehow? Because I do use script files successfully in some cases - see e.g. https://github.com/mstorsjo/llvm-mingw/blob/master/run-lldb-tests.sh. This does run successfully as part...
> yes, it seems like that. Running lldb-server g localhost:9090 and then attaching using interactive lldb (even by loading commands from a file) works, using a file directly by launching...
Thanks, now I've managed to reproduce it, somewhat, I think. When doing this, it looks like the lldb-server process hangs, consuming 100% cpu.
@alvinhochun As you've poked LLDB a bit, do you have time to look into this? Otherwise I can try to look at it at some later point when I have...