This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH 0/4] bitpos expansion summary reloaded


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> This is a repeating issue like the checked-in cu_offset vs. sect_offset,
Jan> therefore to use something like:
Jan> typedef struct
Jan> {
Jan>   int64_t x;
Jan> } ssize64_type;

I'm concerned about how invasive this might turn out to be.
Maybe you could say something reassuring.

Jan> BTW it would be all sure much easier with C++ and its operator
Jan> overloading.

Yeah, but I think it is clear now that this will never happen.
We just have to make the best of the tools we do have.

Tom


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