On Sun, Mar 3, 2024 at 12:57 PM Eli Zaretskii wrote: > > From: Orgad Shaneh > > Date: Sun, 3 Mar 2024 11:46:53 +0200 > > Cc: gdb-patches@sourceware.org > > > > But before that: what exactly is the MSYS target, and how does it > > differ from MinGW and Cygwin targets? > > > > See https://www.msys2.org/docs/what-is-msys2/ > > > > It is based on Cygwin, but focuses on support for native Windows apps. > > > > It also features a decent package manager, which Cygwin doesn't. > > I was asking what is the native debugging target for this build. I'm > guessing those are MSYS2 (as opposed to MinGW64) programs, is that > right? Because if you say "support for native Windows apps", then it > is not clear how is this different from the MinGW port of GDB, which > also targets native Windows programs. > The runtime dlls are different, and the build environment is different (uname -s: MSYS_NT-10.0-19043) - Orgad