This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The gdb x86 function prologue parser


Hi Eli,

On Wed, Jun 08, 2005 at 05:52:13PM +0300, Eli Zaretskii wrote:

> > +#include <stdint.h>
> 
> I don't think we can use stdint.h freely, as we still don't require a
> C9x compiler.  I see you needed it for things like uint8_t and
> uint32_t, which should be easily replaceable by suitable standard x86
> types.

I'll change the code.  I've become spoiled and taken to assuming
these types are available.

> Last, but not least, I'd surely appreciate some write-up, even in
> plain ASCII, about how prologue analyzers in general and the x86 one
> in particular work: that stuff is sorely needed in gdbint.texinfo.

OK, I'll look over gdbint next week and see what it says and where
something like that might fit in.

Thanks for the comments,

J


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]