On 14 February 2014 11:59, Todd Fiala <[email protected]> wrote: > > Later I'd suggest we go back and rewrite that code in terms of the official > structures for a given platform.
There are some cases where we can't rely on system definitions, since the code will be built on a different platform - for example, we can debug Linux cores on FreeBSD and vice versa, so register layouts and such need to be explicitly specified. Of course anything that is only applicable to live local debugging doesn't have this constraint. _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
