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.
This commit is contained in:
committed by
Roddy Rappaport
parent
dc882d9598
commit
fa04d3a7a2
@ -2,6 +2,9 @@ FROM ubuntu:24.04
|
||||
|
||||
# Install dependencies
|
||||
RUN apt update && apt install -y \
|
||||
bison \
|
||||
file \
|
||||
flex \
|
||||
g++ \
|
||||
g++-aarch64-linux-gnu \
|
||||
g++-arm-linux-gnueabi \
|
||||
@ -14,10 +17,14 @@ RUN apt update && apt install -y \
|
||||
gcc-mips-linux-gnu \
|
||||
gcc-mipsel-linux-gnu \
|
||||
gcc-powerpc-linux-gnu \
|
||||
git \
|
||||
libncurses-dev \
|
||||
m4 \
|
||||
make \
|
||||
patch \
|
||||
pkg-config \
|
||||
python3.12 \
|
||||
libpython3-dev \
|
||||
texinfo \
|
||||
wget \
|
||||
xz-utils
|
||||
|
Reference in New Issue
Block a user