Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] register groups

> 
> >>>>> That is exactly how I did it so it works in both cases. If GDB
> doesn't support the command it ignores the GDB error and only inserts
> the "main" group. If GDB answered correctly it inserts the groups. Do
> you want me to attach the patch to the bug I just filed - 81351 -"CDT
> adds only one register group - "main". I will also attach the command
> specification to the bug.=20
> 

Yes, we could start to work things out this way.

Maybe in the future, we should look at ways to make the CDT/MI plugin
extensible, perhaps by defining an interface of what kind of commands
it accepts etc ...

> >>>>> I can follow with the GDB folks. Have you ever done it? I can
> easily gather the changes we did with GDB and submit a patch there. Do
> you know the process? Do you know someone I can contact for that? Any
> help will be appreciated!
> 

The point of contact is the gdb mailing list:
	gdb@xxxxxxxxxxxxxxxxxx
see:
	http://sources.redhat.com/gdb/mailing-lists/

Maintainers of gdb, are usually very responsive.

> 
> >>>>> I filed 81351 -"CDT adds only one register group - "main" to track
> this issue".

Thanks.



Back to the top