Skip to content

Commit 79e870e

Browse files
committed
update GDB to 15.1
1 parent fee269e commit 79e870e

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-14.1-blue.svg" />
9+
<img alt="GDB Version" src="https://img.shields.io/badge/GDB-15.1-blue.svg" />
1010
<br />
1111
<br />
1212
</p>
1313

1414
## Supported GDB Versions
1515

16+
* **15.1**
1617
* **14.1**
1718
* **13.2**
1819
* **12.1**
@@ -25,6 +26,16 @@
2526

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

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

3041
| Name | Architecture |

0 commit comments

Comments
 (0)