This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN 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]

Memory accesses


Hi!

I'm writing some simple code to trace memory accesses while the
simulator runs. As I want this works for different targets, I need to
put the code into the common simulator sources. I've selected the
sim-utils.c file (sim/common/sim-utils.c), where a 'case' structure
seems to take care of that (access_read, access_write, access_exec...). 

Does it look ok? or could you suggest me any more proper place/way for
that?

Thanks a lot!

Jose


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