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

Hi Vikram,

GDB 6.6. is much lower than the official version supported by CDT.
However it is unofficially supported and I find that the diassembly
view works fine using GDB 6.6 with CDT 9.3 running host debug on Linux
x86_64.

To be able to help further we would need some more details. For
example is the view empty, or is it in pending mode (... shown, but
not code), or some other state? Does it fail all the time, or just
occasionally? Does the GDB Traces show any information, such as
disassembly being issued, but not being returned? Does it fail in the
same way in CDT 9.3 (Eclipse Oxygen)?

Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 20 July 2017 at 06:10, Vikram Singh Parihar <vsp1729@xxxxxxxxx> wrote:
> Hi,
>
> I have GDB 6.6 for our custom processor. I am using it with Eclipse Mars.
> During the Debug session i am not able to view the disassembly of the
> program.
>
> However in command line shell i am able to disassemble in GDB.
>
> Please help.
>
> -VSP
>
> _______________________________________________
> 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