To add color to your GDB prompt, place the following in your ~/.gdbinit file:
~/.gdbinit
set prompt \033[0;33m(gdb)\033[0m\040
This makes it easier to find your place visually.