Skip to content

Commit ba97859

Browse files
committed
FIX: Updated to gdb 14.1
1 parent 035919e commit ba97859

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
</p>
77
<p align="center">
88
<img alt="Download count" src="https://img.shields.io/github/downloads/hacksysteam/gdb-cross-compiler/total.svg" />
9-
<img alt="GDB Version" src="https://img.shields.io/badge/GDB-13.2-blue.svg" />
9+
<img alt="GDB Version" src="https://img.shields.io/badge/GDB-14.1-blue.svg" />
1010
<br />
1111
<br />
1212
</p>
1313

1414
## Supported GDB Versions
1515

16+
* **14.1**
1617
* **13.2**
1718
* **12.1**
1819

@@ -24,6 +25,16 @@
2425

2526
Automatically compiled binaries are available in the [Releases](https://github.com/hacksysteam/gdb-cross-compiler/releases) section.
2627

28+
### GDB - 14.1
29+
30+
| Name | Architecture |
31+
|-----------|----------------------|
32+
| gdb | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/14.1/gdb-x86_64-linux-gnu.zip) |
33+
| gdbserver | [i686-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/14.1/gdbserver-i686-linux-gnu.zip) |
34+
| gdbserver | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/14.1/gdbserver-x86_64-linux-gnu.zip) |
35+
| gdbserver | [arm-linux-gnueabi](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/14.1/gdbserver-arm-linux-gnueabi.zip) |
36+
| gdbserver | [aarch64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/14.1/gdbserver-aarch64-linux-gnu.zip) |
37+
2738
### GDB - 13.2
2839

2940
| Name | Architecture |

0 commit comments

Comments
 (0)