File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6
6
</p >
7
7
<p align =" center " >
8
8
<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" />
10
10
<br />
11
11
<br />
12
12
</p >
13
13
14
14
## Supported GDB Versions
15
15
16
+ * ** 14.1**
16
17
* ** 13.2**
17
18
* ** 12.1**
18
19
24
25
25
26
Automatically compiled binaries are available in the [ Releases] ( https://github.com/hacksysteam/gdb-cross-compiler/releases ) section.
26
27
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
+
27
38
### GDB - 13.2
28
39
29
40
| Name | Architecture |
You can’t perform that action at this time.
0 commit comments