Re: [PATCH v2 0/4] Enable plugin support for windows

2023-11-03 Thread Alex Bennée
Greg Manning writes: > V1-2: > * Break up commit into separate commits > * tidy up contrib/plugins/Makefile so the "if windows" and "if macos" > conditions are symmetric. Queued to maintainer/gdb-and-plugins-for-8.2, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v2 0/4] Enable plugin support for windows

2023-11-02 Thread Greg Manning
V1-2: * Break up commit into separate commits * tidy up contrib/plugins/Makefile so the "if windows" and "if macos" conditions are symmetric. Greg Manning (4): plugins: add dllexport and dllimport to api funcs plugins: make test/example plugins work on windows plugins: disable lockst