Skip to content

Commit

Permalink
update GDB to 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksysteam committed Jul 18, 2024
1 parent fee269e commit 79e870e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
</p>
<p align="center">
<img alt="Download count" src="https://img.shields.io/github/downloads/hacksysteam/gdb-cross-compiler/total.svg" />
<img alt="GDB Version" src="https://img.shields.io/badge/GDB-14.1-blue.svg" />
<img alt="GDB Version" src="https://img.shields.io/badge/GDB-15.1-blue.svg" />
<br />
<br />
</p>

## Supported GDB Versions

* **15.1**
* **14.1**
* **13.2**
* **12.1**
Expand All @@ -25,6 +26,16 @@

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

### GDB - 15.1

| Name | Architecture |
|-----------|----------------------|
| gdb | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdb-x86_64-linux-gnu.zip) |
| gdbserver | [i686-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-i686-linux-gnu.zip) |
| gdbserver | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-x86_64-linux-gnu.zip) |
| gdbserver | [arm-linux-gnueabi](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-arm-linux-gnueabi.zip) |
| gdbserver | [aarch64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-aarch64-linux-gnu.zip) |

### GDB - 14.1

| Name | Architecture |
Expand Down

0 comments on commit 79e870e

Please sign in to comment.