gdb package

I would like to install gdb, but I haven’t enough space in hd to do the QNX full installation. Is there any gdb package, so I can install it?
Thanks.

My understanding is gdb is a standalone applications so you can just copy the “binary” /usr/bin/gdb from somewhere that do have a full installation.

Thanks. I had tried that solution, but it doesn’t work. It starts well, then I run the program to debug. But when I type ‘cont’ it causes a segmentation fault, whichever the program I try to debug…