Yuejia, If you have a look at /src/base/loader/elf_object.cc, you will find that you only need to enable Loader to get the symbols printed out. If works alright when your benchmarks run in SE mode, perhaps a bit extra work if your workloads run in FS mode inside an OS running on top of gem5.
For viewing data in memory, there's no memory visualisation tool available, but you can use printf to get a glimpse or use gdb to inspect memory content. Thanks, Jack Jack Harvard On Fri, Apr 25, 2014 at 8:14 AM, 陈越佳 <[email protected]> wrote: > hi, All. > I am a newer of using gem5. And I want to know how to print out the > symbol table of my running benchmark? And how to view the data in memory? > because I need to know whether the gem5 I have modified is right. Any help > will be greatly appreciated. Thank you very much. > > Yuejia > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
