2019-08-14 18:36:50 -07:00

20 lines
880 B
JSON

{
"homepage": "http://tdm-gcc.tdragon.net/",
"description": "GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. (TDM port)",
"version": "7.9.1",
"license": "GPL-2.0-only|GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/tdm-gcc/GDB/gdb-7.9.1-tdm64-2.zip",
"hash": "89186aa83143f47902b52f5673dd32421ec9c221e53e3227fd065a7e86c8c6f5",
"extract_dir": "gdb64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/tdm-gcc/GDB/gdb32-7.9.1-tdm-1.zip",
"hash": "715604034bb269ecbfaf4577addac51b8ba798f93b2eca31cb21b114b7bc46e8",
"extract_dir": "gdb32"
}
},
"env_add_path": "bin"
}