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

Re: mi tty commands


On Mon, Jul 11, 2005 at 04:00:11PM -0400, Bob Rossi wrote:
> Whoa, OK. I just realized that add_setshow_filename_cmd is borked.
> The "set_doc" doesn't work, but the "show_doc" does. 
> 
> Look at this command (which I had nothing to do with),
> 
>      add_setshow_filename_cmd ("remotelogfile", no_class,
>      &serial_logfile, _("\
>      Set filename for remote session recording."), _("\
>      Show filename for remote session recording."), _("\
>      This file is used to record the remote session for future
>      playback\n\
>      by gdbserver."), ...
> 
>      (gdb) set remotelogfile
>      Argument required (filename to set it to.).
>      (gdb) show remotelogfile
>      Filename for remote session recording is "".
>  
> I'll look into this.

No, there are three docs:
  help set inferior-tty
  help show inferior-tty
  set inferior-tty

Mark's complaining about the third of the batch.  Personally, I think
it's not much of a loss.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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