Setting registers
Eli Zaretskii
eliz@gnu.org
Fri Jun 15 14:37:00 GMT 2007
> Date: Fri, 15 Jun 2007 18:25:53 +0530
> From: Indira <yoursindu@gmail.com>
> Cc: gdb@sourceware.org
>
> Yes I am debuggin a core file. We cant set registers while debuggin a core file?
No, you can't. The program is dead, all you have is the last snapshot
of its memory. Even if you could set registers (and other variables),
it would be of no practical use, since you cannot run the program.
All you can do is examine its memory and call stack.
More information about the Gdb
mailing list