[patch/rfc] mi interpreter-complete enh req 8058.

Nick Roberts nickrob@snap.net.nz
Sun Oct 4 00:12:00 GMT 2009


 > Thanks, I had missed this CLI command somehow, it will work for now,
 > ideally i would like it not to be going directly to stdout like that
 > output infers, I guess i could change the output filehandle, when
 > executing this command until it finishes,  

I'm not sure what you mean.  Everything goes to stdout but you can
eliminate the LOG-STREAM-OUTPUT (prefixed by `&') by using
-interpreter-exec:

(gdb) 
-interpreter-exec console "complete b ma"
~"b main\n"
~"b malloc\n"
~"b malloc@plt\n"
^done
(gdb) 


 >                                           so that the output history
 > isn't filled with this temporal information which always bothers me...

You can use the server prefix to suppress commands being entered into
the command history.

 > additionally its worth noting the patch screws this output up.

Does that not show up in the testsuite?

What front end are you working on?


-- 
Nick                                           http://users.snap.net.nz/~nickrob



More information about the Gdb-patches mailing list