Esthetics (or worse?) of Secure Pointers
Greg McGary
greg@mcgary.org
Tue Apr 17 18:01:00 GMT 2001
Chris Lattner <sabre@nondot.org> writes:
> If possible, that definately sounds like the best idea... GDB will still
> need to be enhanced however.
John recommends, and I agree, that we handle BP programs as a
different architecture for gdb. GCC needs to be fixed so that it
doesn't emit debug symbols that type fat pointers as structs, which
they are internal to GCC. GCC can and should handle fat pointers
internally as multi-word structs, but when it comes time to write
the compiled output, it should emit debug symbols that identify
them merely as large, indivisible pointers.
Greg
More information about the Gcc
mailing list