On Monday, 18 November 2013 at 10:41:26 UTC, Iain Buclaw wrote:

For those who can contribute, feel free to fork me here:
https://github.com/ibuclaw/gdb



For those that want to test, here's the checkout/build steps.

# Checkout
git clone https://github.com/ibuclaw/gdb.git
mkdir gdb/objdir

# Build
cd gdb/objdir
../configure --prefix=/usr
make all-gdb

# Install
sudo make install-gdb


Regards
Iain.

Reply via email to