Skip to content

Commit 5b2e053

Browse files
committed
Add gdbserver binary for remote debugging
1 parent 122123c commit 5b2e053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ RUN cat $PREFIX/src/gdb-*.patch | patch -d/gdb-$GDB_VERSION -p1 \
351351
CXXFLAGS="-Os -DPDC_WIDE" \
352352
LDFLAGS="-s -L/deps/lib" \
353353
&& make MAKEINFO=true -j$(nproc) \
354-
&& cp gdb/.libs/gdb.exe $PREFIX/bin/
354+
&& cp gdb/.libs/gdb.exe gdbserver/gdbserver.exe $PREFIX/bin/
355355

356356
WORKDIR /make
357357
RUN /make-$MAKE_VERSION/configure \

0 commit comments

Comments
 (0)