Commit Graph

28 Commits

Author SHA1 Message Date
fa04d3a7a2 gdb with python support integration
This commits enables gdb's python support. In order to make it work, we
had to create a python fork with some patches to the buildsystem, and
also had to patch gdb as well.
2024-12-21 13:26:37 +02:00
dc882d9598 Merge pull request #14 from guyush1/enable-tui-statically
add tui to gdb
v15.2-static-2
2024-11-11 08:18:37 +02:00
d55a31bb5e build: build gdb with tui mode enabled
This was acheived by forcing gdb to use our own static libncurses
2024-11-10 23:22:56 +02:00
a962fbb441 build: download the ncurses package 2024-11-10 23:22:56 +02:00
d5e1dbb011 Merge pull request #13 from guyush1/add-mips-mipsel
build: add mips & mipsel targets
2024-11-10 23:22:32 +02:00
8dc07deb66 build: add mips & mipsel targets 2024-11-10 22:26:05 +02:00
3738fc8629 Merge pull request #11 from guyush1/improve-documentation
documentation: improve the readme file
2024-11-10 22:21:41 +02:00
fe4c0763e8 documentation: split & improve the readme file
This commit splits the readme file into 2 files - the readme which
contains instructions on how to download our latest release, and on how
to use our build scripts in order to quickly build gdb statically. The
second file is a compilation guide that contains explanations on how to
manually compile gdb statically.
2024-11-08 13:02:19 +02:00
08909223f2 Merge pull request #10 from guyush1/gdb-15.2-update
build: update gdb to v15.2
v15.2-static
2024-10-31 08:49:55 +02:00
4c9cc100fb build: update gdb to v15.2 2024-10-30 22:15:12 +02:00
a9a044ffdc Merge pull request #9 from RoiKlevansky/ci-cd-pipeline
CI/CD pipeline
2024-10-30 21:44:48 +02:00
fe4ad583ae fix: move all package links to GNU FTP 2024-10-30 20:38:57 +02:00
7697e5c2e1 build(ci/cd): add basic Github workflow pipeline 2024-10-30 20:38:57 +02:00
1dc231d162 build: add packing of artifacts to Makefile 2024-10-30 20:38:55 +02:00
fdc2d2e4ea Merge pull request #1 from RoiKlevansky/build-using-dockerfile
Automate building using docker
2024-10-29 22:27:10 +02:00
4cde133d93 build: make build script more verbose 2024-10-29 20:59:46 +02:00
e70ba04f32 docs: add information about building with docker 2024-10-29 20:59:46 +02:00
8e323429bd docs: document missing step in the building of MPFR 2024-10-29 20:59:46 +02:00
0d59976a77 build: add Makefile 2024-10-29 20:59:46 +02:00
a3becb6943 build: add Dockerfile 2024-10-29 20:59:46 +02:00
b5e5665dd8 build: add build script for automated building 2024-10-29 20:59:46 +02:00
4347d18af5 build: add script which patches GDB 2024-10-29 20:59:46 +02:00
ab0673611d build: add script for automatically downloading packages 2024-10-29 20:59:46 +02:00
3788bee966 build: add build directory to .gitignore 2024-10-29 20:45:28 +02:00
1706882030 Merge pull request #6 from RoiKlevansky/ignore-ide-folders
Add IDE folders to .gitignore
2024-10-21 19:29:26 +03:00
9ae54f03f1 build: add IDE folders to .gitignore 2024-10-13 23:20:34 +03:00
aae73b4bc8 Added the required gdb buildsystem patches in order to build statically 2024-09-21 20:23:52 +03:00
0c794ef6a0 Added a readme file
The readme file may help other people to compile gdb statically as well!
gdb-15.1-static
2024-09-21 20:06:13 +03:00