x86_64-w64-mingw32-gdb
Cross-debugger for Win32 and Win64 using MinGW-w64
Install
- All systems
-
curl cmd.cat/x86_64-w64-mingw32-gdb.sh
- Debian
-
apt-get install gdb-mingw-w64
- Ubuntu
-
apt-get install gdb-mingw-w64
- Kali Linux
-
apt-get install gdb-mingw-w64
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdb-mingw-w64
- Raspbian
-
apt-get install gdb-mingw-w64
- Dockerfile
- dockerfile.run/x86_64-w64-mingw32-gdb
gdb-mingw-w64
Cross-debugger for Win32 and Win64 using MinGW-w64
MinGW-w64 provides a development and runtime environment for 32- and 64-bit Windows applications using the GNU Compiler Collection (gcc). This package contains the gdb debugger which can be used with a Windows-hosted gdbserver to debug programs running on Windows hosts. The gdb-mingw-w64-target package contains gdbserver and gdbreplay for 32- and 64-bit Windows. The non-free gdb-doc package contains the manual pages for gdb.