Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Query

Hi,

One way is to create a subclass of MIRegisters service and override the methods getRegisterGroups(...) and getRegisters(...). You can then create your own register groups in getRegisterGroups(...) and assign registers to groups in getRegisters(...).

You might have to override ServicesLaunchSequence to make sure your subclass service gets initialized instead of MIRegisters service.

Thanks
Abeer Bagul
Tensilica India

On Mon, Dec 19, 2011 at 10:02 AM, Shalini Magham <shalinimagham@xxxxxxxxxxxxxxx> wrote:
Hi,
  Currently DSF-GDB only defines one register group for all registers in the backend . How to define  the custom register groups and how  to  add the bitfields to the default DSF-GDB register view.
--

Best Regards

Shalini Magham



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top