From: Pedro Alves <palves@redhat.com>
To: Stan Shebs <stanshebs@earthlink.net>
Cc: gdb-patches@sourceware.org
Subject: Re: 'info os' additions again
Date: Fri, 11 May 2012 18:30:00 -0000 [thread overview]
Message-ID: <4FAD551F.4020506@redhat.com> (raw)
In-Reply-To: <4FAC2DF8.9020209@earthlink.net>
On 05/10/2012 10:07 PM, Stan Shebs wrote:
> On 5/10/12 11:58 AM, Pedro Alves wrote:
>> On 05/10/2012 07:42 PM, Stan Shebs wrote:
>>
>>> On 5/10/12 11:18 AM, Pedro Alves wrote:
>>>> On 05/10/2012 07:12 PM, Stan Shebs wrote:
>>>>
>>>>> They're waiting for the GDB bits (including the MI patch which is in my queue) to become available, which is why I want to get this resolved one way or another. It's a little ironic that Eclipse folks, who don't care about command-line syntax, are being blocked on a discussion of command-line syntax. :-)
>>>>>
>>>>> If everybody is tired of the issue, I'll just make a decision; things can always be changed later.
>>>> What kind of decision? What would exactly be the alternative?
>>>>
>>> To pick one of "info os" and "info linux". I don't think there are many other credible alternatives; the subcommand should be a single
>>> short word, with the rest of the work to be done by subsubcommands and/or arguments. "info unix" or "info posix" would qualify, but
>>> historically we've tended to avoid using those terms in GDB commands, and one could argue that they have the
>>> same vagueness/overloading issue that "os" does.
>> Frankly, this reads as a misunderstanding of all whole thing to me. Just
>> picking out a name in isolation of the grand scheme doesn't make sense.
>>
>> How would "info linux" be implemented? How would be backend know you're
>> requesting linux specific data? What would make "info linux" against a
>> Windows target return error or nothing, instead of returning Windows
>> specific tables? What's the point in making "linux" be in the command
>> name if the frontend is completely agnostic, by design, to what is beneath
>> the command?
>>
>> IOW, renaming the command means implementing something completely different.
>>
>
> Well yes, of course the implementation would be completely different. The original objections to the patch were to the user interface, so we need to agree on that first.
For me, the main motivation for the change is to have a mechanism in the frontend
what works to display all these objects for random OSs without having to change
GDB or the frontend. E.g,. if a Nucleus or other OS stub wants to display
some fancy table, it'll feed it to "-info-os", and things just work.
The GNU/Linux tables that are being exposed by the patch in question are
already easily available to the command line user using other mechanisms (like
e.g., ipcs). Mostly, the patch is just a layer on top of /proc. The real value is
in shoving them in structured form. IOW, to me, the Elipse plugin as is, is the
real value added.
Giving up on that, and replacing it with hard coding "info linux foo",
"info linux bar whatnot" is a step backwards, IMNSHO.
> In practice, an "info linux" would be installed as a target-specific command a la "info spu"
> and the like, and may or may not pass through generic table machinery before getting
> down to the linux-specific types. It would probably be messier than the
> current design I think, but not excessively so.
As I said, we should not assume anything about the tables "info os" returns.
If not using "info os" then it's best to either use a completely
different mechanism, or we need to define standard tables, and put them
in a namespace, like we do with xml target features.
But then again, if not going the "info os" style, we could also
consider making "info proc" list the info, or even consider each
table/object individually -- it might make sense to put different objects
at different FOOs in "info FOO OBJECT", or even in the top level,
like "info WHATEVEROBJECT".
--
Pedro Alves
next prev parent reply other threads:[~2012-05-11 18:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 22:49 Stan Shebs
2012-05-08 23:55 ` Joel Brobecker
2012-05-09 4:46 ` Eli Zaretskii
2012-05-09 21:17 ` Stan Shebs
2012-05-10 5:21 ` Eli Zaretskii
2012-05-10 12:22 ` Pedro Alves
2012-05-10 18:13 ` Stan Shebs
2012-05-10 18:18 ` Pedro Alves
2012-05-10 18:42 ` Stan Shebs
2012-05-10 18:59 ` Pedro Alves
2012-05-10 21:07 ` Stan Shebs
2012-05-11 18:30 ` Pedro Alves [this message]
2012-05-12 1:33 ` Matt Rice
2012-05-14 14:52 ` Joel Brobecker
2012-05-11 20:25 ` Marc Khouzam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FAD551F.4020506@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=stanshebs@earthlink.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox