Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Registers View and Disassembly View

Hi,

See comments inline.

> For registers view, I tried to define my
> own
> > TargetConfiguration subclass and there I defined
> > supportsRegisters() and
> supportsRegisterModification()
> > to return false. But it seems to me that these
> flags
> > are not taken into account by CDT. Therefore, I
> can
> > still see the values of registers in the registers
> > pane. Is it a bug, or is it intended? If it is
> > intended, what is the semantic of these two flags
> in
> > the TargetConfiguration?
> >
> 
> This is a bug. Please, submit a bugzilla entry.

Done. This is a bug 122010:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=122010
 
> > Disabling the "Disassembly" view seems to be more
> > complex. I have no idea how to do it.
> >
> 
> A similar flag needs to be added to
> ICDITargetConfiguration for disassembly. 
> It has been simply overlooked. You are the first who
> is reporting the 
> problems.

Done. This is a bug 122013.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=122013

Regards,
 Roman


	
		
__________________________________ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/


Back to the top