Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Generic Binary Parser

> 
> 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



Back to the top