s5z / zsim

A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
328 stars 183 forks source link

Child Done when debugger window pops up #177

Open zinechant opened 6 years ago

zinechant commented 6 years ago

Hi all, I tried to use the debugger by setting sim.attachDebugger=true. But when the xterm running gdb pops up, the child process has finished already. Is this normal? If I just continue to set breakpoints in gdb and then 'r' in the xterm gdb, it can't really stop at the breakpoints but will give the following error "Error in re-setting breakpoint 1: Cannot access memory at address 0x7ffff62e942f". Did I miss something? Is there a way to set breakpoints in the config file?

Thanks in advance.

w112 commented 2 years ago

Hi, I have the same problem with you now, have you solved this problem now? Could you please give me a hand?

Thank you very much.