This is the mail archive of the gdb@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]

gdb challanges


Hello,

The tic4x port that I'm working on imposes a challenge that we need to solve. In this target sizeof(char)=sizeof(int)=sizeof(long)=1=32 bits. I.e. one target unit occupies four units on host. And according to findvar.c line 48 I lose!

I need to solve this problem to be able to implement this target. Does anyone have any clear ideas to implement this? I do, but I want to hear if there are other opinions first...


Regards, Svein Seldal


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