Skip to main content

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

On Wed, Sep 29, 2010 at 11:18 AM, Pawel Piech <pawel.piech@xxxxxxxxxxxxx> wrote:
> IMO a better approach would be to present the disassembly content in an
> editor.  It's easier to manage multiple instances of editors than views and
> it's a more natural place for disassembly anyway.  This is what Wind River
> does in our product and in CDT you may be able to leverage Mikhail's work
> from a few years ago to make it happen.

+1 (<vendor neutral hat on>independent of what Wind River does in it's
product ;)

This is part of my general gripe with Eclipse UI implementations. We
tend to put too much information in Views. They should be only used
for ancillary information, not critical information like disassembly.
Disassembly equates to source and should be treated the same.

I notice that the code is there to support the Disassembly viewer in
an editor. How far away are we from getting that working?

> Cheers,
> Pawel
>
> On 09/29/2010 07:59 AM, Chuong, Patrick wrote:
>
> Hi,
>
>
>
> I would like to know whether it is possible to unlink the Disassembly view
> from the Debug view. AFAIK, the Disassembly view follows the selection of
> the Debug view. If unlink is current not supported, can this be added?
>
>
>
> If unlink can be done or will be support in the future, can the Disassembly
> also have an option to re-evaluate the expression when the target is
> suspended?
>
>
>
> Thanks,
> Patrick
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top