from gdb.texinfo on 11 July 1994 -->
Go to the previous, next section.
GDB indicates its readiness to read a command by printing a string
called the prompt. This string is normally `(gdb)'. You
can change the prompt string with the set prompt
command. For
instance, when debugging GDB with GDB, it is useful to change
the prompt in one of the GDB sessions so that you can always tell which
one you are talking to.
set prompt newprompt
show prompt
Go to the previous, next section.