This is the mail archive of the gdb-patches@sourceware.org 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]

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


 > 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


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