[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [cdt-dev] Generic Binary Parser
|
- From: "Alain Magloire" <alain@xxxxxxx>
- Date: Wed, 24 Nov 2004 13:29:32 -0500 (EST)
- Delivered-to: cdt-dev@eclipse.org
>
> There is a caveat...
>
> We've currently done this ourselves as an interim solution for our
> product. However, this results in CDT not knowing about any of the
> global variables in your program. I.e. you can't right click in the
> Variables View and display the global variables.
>
> YMMV
Absolutely, it is an interim solution.
Many things will not work right, for example
distinction between executable/non-executable, IAdressFactory for the
address size used by the debug UI etc ...
This is just a first pass integration