This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: set print null-stop
> By the way, after executing "set print null-stop" in MI mode
> -data-evaluate-expression also start to work well, though I understand
> it's not a good idea to mix MI and not-MI commands
I think that the recommended way of doing this would be to use
the -interpreter-exec command. For instance, the following should
work (I'm not a GDB/MI expert):
-interpreter-exec console "set print null-stop"
--
Joel