public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/16258] New: "info os" completion
@ 2013-11-26 18:47 tromey at redhat dot com
  2013-11-27 18:20 ` [Bug cli/16258] " palves at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: tromey at redhat dot com @ 2013-11-26 18:47 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16258

            Bug ID: 16258
           Summary: "info os" completion
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

"info os" has a number of options but no completer installed.
It would be nice to have this.
It's also slightly strange that the "info os" subcommands
are not implemented as actual subcommands.  Doing so would
provide completion for free.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug cli/16258] "info os" completion
  2013-11-26 18:47 [Bug cli/16258] New: "info os" completion tromey at redhat dot com
@ 2013-11-27 18:20 ` palves at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: palves at redhat dot com @ 2013-11-27 18:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16258

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
> It's also slightly strange that the "info os" subcommands
> are not implemented as actual subcommands.  Doing so would
> provide completion for free.

This is as designed.  The whole point of "info os" is to have the target send
over the data it pleases.  GDB just knows the target will send over a table of
(xml) data, but has no clue on contents.  A plain "info os" with no sub-table
specified returns a table with the supported sub-tables -- the completer could
make use of that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-27 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-26 18:47 [Bug cli/16258] New: "info os" completion tromey at redhat dot com
2013-11-27 18:20 ` [Bug cli/16258] " palves at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).