Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] No Disassembly view in Eclipse

On 21 July 2017 at 13:11, vikramsp <vsp1729@xxxxxxxxx> wrote:
> Thank you for reply.
My pleasure.

Are you extending CDT, or a CDT user? As this is the developers
mailing list I will assume the former.

> The disassembly view is in pending mode i think
> as only ... is there on the disassembly window.
OK, that means that CDT is either trying to get some info from GDB and
it isn't coming back, or the view is in a bad state.

> Is there any connection with MI interface?
To open the MI connection (to observe it) see
https://wiki.eclipse.org/CDT/User/NewIn92#Hide_gdb_traces_by_default

> Does the GDB has to be MI enabled for a particular
> architecture?
Yes, but surely MI is already enabled otherwise no communication
between CDT and GDB would be possible.

PS you mentioned Eclipse Mars. Are you using DSF or are you still using CDI?

>
> -VSP
>
>
>
> --
> View this message in context: http://eclipse.1072660.n5.nabble.com/No-Disassembly-view-in-Eclipse-tp191101p191128.html
> Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top