AXLEproject / axle-zsim-nvmain

This is a fork of zsim (see https://github.com/s5z/zsim) which integrates the NVMain main memory simulator, adding 3D stacking and non-volatile memory support.
GNU General Public License v2.0
25 stars 16 forks source link

How to debug? #3

Open zhuguoliang opened 9 years ago

zhuguoliang commented 9 years ago

I have compiled axle-zsim-nvmain using scons -j4 --d But it seems I cannot set breakpoint for nvmain in gdb. Why is that?

zhuguoliang commented 9 years ago

I want to break like: gdb:b DDR3Bank.cpp:893

zhuguoliang commented 9 years ago

I just want to print the stack of zsim calling nvmain.

Subisha commented 5 years ago

Were you able to find a solution for this?