This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

set prompt & MI


Does gdb plan on providing the 'set prompt' command with MI?

example below.

(gdb) 
-interpreter-exec console "set prompt (foo) "
^done
(gdb) 


Also, I kind of think that the prompt should be separated from what the
user/front end sees. Maybe do prompt= to tell the front end that the prompt 
has been reached and what it is. That way front ends are not looking for 
the string "(gdb) ".

^done,prompt="(gdb) "

Bob Rossi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]