Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* MI register groups
@ 2009-06-15 18:10 Chris Genly
  2009-06-15 18:25 ` Marc Khouzam
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Chris Genly @ 2009-06-15 18:10 UTC (permalink / raw)
  To: gdb

I'm working on an Eclipse interface to a debugger produced by the
company I work for.  I notice Both GDB and Eclipse support the concept
of register groups.  But MI does not support the concept of register
groups.  I'd like to extend the MI spec to include register groups.
Who would I talk to about this?


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

* RE: MI register groups
  2009-06-15 18:10 MI register groups Chris Genly
@ 2009-06-15 18:25 ` Marc Khouzam
  2009-06-15 18:43   ` Chris Genly
       [not found]   ` <ed4903890906151141w1300057g98606b5a3a38fbe2@mail.gmail.com>
  2009-06-15 18:34 ` Daniel Jacobowitz
  2009-06-15 18:34 ` Vladimir Prus
  2 siblings, 2 replies; 10+ messages in thread
From: Marc Khouzam @ 2009-06-15 18:25 UTC (permalink / raw)
  To: Chris Genly, gdb

> -----Original Message-----
> From: gdb-owner@sourceware.org 
> [mailto:gdb-owner@sourceware.org] On Behalf Of Chris Genly
> Sent: June-15-09 2:10 PM
> To: gdb@sourceware.org
> Subject: MI register groups
> 
> I'm working on an Eclipse interface to a debugger produced by the
> company I work for.  I notice Both GDB and Eclipse support the concept
> of register groups.  But MI does not support the concept of register
> groups.  I'd like to extend the MI spec to include register groups.
> Who would I talk to about this?

Just for your knowledge, the Eclipse CDT integration of GDB does provide
register groups, but it seems to be done within eclipse.
I didn't work on it myself, but I found this comment:

 /**
  * For the GDB GDBMI implementation there is only on group. The GPR and FPU registers are grouped into 
  * one set. We are going to hard wire this set as the "General Registers".
  */

And then everything about register groups is being done without using MI or GDB.
If such an approach is sufficient for you, it would be much easier to get done.

Marc


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

* Re: MI register groups
  2009-06-15 18:10 MI register groups Chris Genly
  2009-06-15 18:25 ` Marc Khouzam
@ 2009-06-15 18:34 ` Daniel Jacobowitz
  2009-06-15 18:34 ` Vladimir Prus
  2 siblings, 0 replies; 10+ messages in thread
From: Daniel Jacobowitz @ 2009-06-15 18:34 UTC (permalink / raw)
  To: Chris Genly; +Cc: gdb

On Mon, Jun 15, 2009 at 11:10:02AM -0700, Chris Genly wrote:
> I'm working on an Eclipse interface to a debugger produced by the
> company I work for.  I notice Both GDB and Eclipse support the concept
> of register groups.  But MI does not support the concept of register
> groups.  I'd like to extend the MI spec to include register groups.
> Who would I talk to about this?

This list is the right place.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: MI register groups
  2009-06-15 18:10 MI register groups Chris Genly
  2009-06-15 18:25 ` Marc Khouzam
  2009-06-15 18:34 ` Daniel Jacobowitz
@ 2009-06-15 18:34 ` Vladimir Prus
  2009-06-15 18:48   ` Chris Genly
  2 siblings, 1 reply; 10+ messages in thread
From: Vladimir Prus @ 2009-06-15 18:34 UTC (permalink / raw)
  To: gdb

Chris Genly wrote:

> I'm working on an Eclipse interface to a debugger produced by the
> company I work for.  I notice Both GDB and Eclipse support the concept
> of register groups.  But MI does not support the concept of register
> groups.  I'd like to extend the MI spec to include register groups.
> Who would I talk to about this?

Well, gdb-devel@. In practice, I am most likely to comment on any MI
proposals.

- Volodya



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

* Re: MI register groups
  2009-06-15 18:25 ` Marc Khouzam
@ 2009-06-15 18:43   ` Chris Genly
       [not found]   ` <ed4903890906151141w1300057g98606b5a3a38fbe2@mail.gmail.com>
  1 sibling, 0 replies; 10+ messages in thread
From: Chris Genly @ 2009-06-15 18:43 UTC (permalink / raw)
  To: Marc Khouzam; +Cc: gdb

Yes I saw that.  Thanks.  You are right that it would probably be
easier.  But I'd prefer to contribute to the Eclipse DSF project
rather than having to apply patches to my source every time a new DSF
is released.  I'm hoping in the long run defining register groups in
MI and providing patches to the DSF people will be less work.  We'll
see.  I may regret it. :-)

On Mon, Jun 15, 2009 at 11:24 AM, Marc Khouzam<marc.khouzam@ericsson.com> wrote:
>> -----Original Message-----

>  /**
>  * For the GDB GDBMI implementation there is only on group. The GPR and FPU registers are grouped into
>  * one set. We are going to hard wire this set as the "General Registers".
>  */
>
> And then everything about register groups is being done without using MI or GDB.
> If such an approach is sufficient for you, it would be much easier to get done.
>
> Marc
>


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

* RE: MI register groups
       [not found]   ` <ed4903890906151141w1300057g98606b5a3a38fbe2@mail.gmail.com>
@ 2009-06-15 18:44     ` Marc Khouzam
  0 siblings, 0 replies; 10+ messages in thread
From: Marc Khouzam @ 2009-06-15 18:44 UTC (permalink / raw)
  To: Chris Genly; +Cc: gdb

 

> -----Original Message-----
> From: Chris Genly [mailto:chgenly@gmail.com] 
> Sent: June-15-09 2:41 PM
> To: Marc Khouzam
> Cc: gdb@sourceware.org
> Subject: Re: MI register groups
> 
> Yes I saw that.  Thanks.  You are right that it would 
> probably be easier.  But I'd prefer to contribute to the 
> Eclipse DSF project rather than having to apply patches to my 
> source every time a new DSF is released.  I'm hoping in the 
> long run defining register groups in MI and providing patches 
> to the DSF people will be less work.  We'll see.  I may regret it. :-)

That would be most welcome.
And I now realized that -your- debugger must support register groups.
I missed that on the first email, and thought you wanted to use GDB.

> 
> 
> On Mon, Jun 15, 2009 at 11:24 AM, Marc Khouzam 
> <marc.khouzam@ericsson.com> wrote:
> 
> 
> 	> -----Original Message-----
> 	> From: gdb-owner@sourceware.org
> 	> [mailto:gdb-owner@sourceware.org] On Behalf Of Chris Genly
> 	> Sent: June-15-09 2:10 PM
> 	> To: gdb@sourceware.org
> 	> Subject: MI register groups
> 	>
> 	> I'm working on an Eclipse interface to a debugger 
> produced by the
> 	> company I work for.  I notice Both GDB and Eclipse 
> support the concept
> 	> of register groups.  But MI does not support the 
> concept of register
> 	> groups.  I'd like to extend the MI spec to include 
> register groups.
> 	> Who would I talk to about this?
> 	
> 	
> 	Just for your knowledge, the Eclipse CDT integration of 
> GDB does provide
> 	register groups, but it seems to be done within eclipse.
> 	I didn't work on it myself, but I found this comment:
> 	
> 	 /**
> 	 * For the GDB GDBMI implementation there is only on 
> group. The GPR and FPU registers are grouped into
> 	 * one set. We are going to hard wire this set as the 
> "General Registers".
> 	 */
> 	
> 	And then everything about register groups is being done 
> without using MI or GDB.
> 	If such an approach is sufficient for you, it would be 
> much easier to get done.
> 	
> 	Marc
> 	
> 
> 
> 


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

* Re: MI register groups
  2009-06-15 18:34 ` Vladimir Prus
@ 2009-06-15 18:48   ` Chris Genly
  2009-06-15 19:22     ` Vladimir Prus
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Genly @ 2009-06-15 18:48 UTC (permalink / raw)
  To: Vladimir Prus; +Cc: gdb

Oh a development list.  That sounds better.  I'll switch over.  I
didn't see that list when I went looking for it.  Here is where I
looked. http://www.gnu.org/software/gdb/mailing-lists/


http://www.gnu.org/software/gdb/mailing-lists/

On Mon, Jun 15, 2009 at 11:33 AM, Vladimir Prus
<vladimir@codesourcery.com> wrote:
>
> Well, gdb-devel@. In practice, I am most likely to comment on any MI
> proposals.
>
> - Volodya
>
>


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

* Re: MI register groups
  2009-06-15 18:48   ` Chris Genly
@ 2009-06-15 19:22     ` Vladimir Prus
  2009-06-15 19:25       ` Chris Genly
  2009-06-15 20:18       ` Daniel Jacobowitz
  0 siblings, 2 replies; 10+ messages in thread
From: Vladimir Prus @ 2009-06-15 19:22 UTC (permalink / raw)
  To: gdb

Chris Genly wrote:

> Oh a development list.  That sounds better.  I'll switch over.  I
> didn't see that list when I went looking for it.  Here is where I
> looked. http://www.gnu.org/software/gdb/mailing-lists/

Hmm. *This* is gdb-devel. At least it goes by gmane.comp.gdb.devel
for me.

- Volodya



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

* Re: MI register groups
  2009-06-15 19:22     ` Vladimir Prus
@ 2009-06-15 19:25       ` Chris Genly
  2009-06-15 20:18       ` Daniel Jacobowitz
  1 sibling, 0 replies; 10+ messages in thread
From: Chris Genly @ 2009-06-15 19:25 UTC (permalink / raw)
  To: Vladimir Prus; +Cc: gdb

Ooops.  I misunderstood. So Daniel was right.  This is the place.

On Mon, Jun 15, 2009 at 12:21 PM, Vladimir
Prus<vladimir@codesourcery.com> wrote:
> Hmm. *This* is gdb-devel. At least it goes by gmane.comp.gdb.devel
> for me.
>
> - Volodya


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

* Re: MI register groups
  2009-06-15 19:22     ` Vladimir Prus
  2009-06-15 19:25       ` Chris Genly
@ 2009-06-15 20:18       ` Daniel Jacobowitz
  1 sibling, 0 replies; 10+ messages in thread
From: Daniel Jacobowitz @ 2009-06-15 20:18 UTC (permalink / raw)
  To: Vladimir Prus; +Cc: gdb

On Mon, Jun 15, 2009 at 11:21:42PM +0400, Vladimir Prus wrote:
> Chris Genly wrote:
> 
> > Oh a development list.  That sounds better.  I'll switch over.  I
> > didn't see that list when I went looking for it.  Here is where I
> > looked. http://www.gnu.org/software/gdb/mailing-lists/
> 
> Hmm. *This* is gdb-devel. At least it goes by gmane.comp.gdb.devel
> for me.

Right... but the list is just gdb@sourceware.org :-)

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2009-06-15 20:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15 18:10 MI register groups Chris Genly
2009-06-15 18:25 ` Marc Khouzam
2009-06-15 18:43   ` Chris Genly
     [not found]   ` <ed4903890906151141w1300057g98606b5a3a38fbe2@mail.gmail.com>
2009-06-15 18:44     ` Marc Khouzam
2009-06-15 18:34 ` Daniel Jacobowitz
2009-06-15 18:34 ` Vladimir Prus
2009-06-15 18:48   ` Chris Genly
2009-06-15 19:22     ` Vladimir Prus
2009-06-15 19:25       ` Chris Genly
2009-06-15 20:18       ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox