e09ae149af
The early call to child->step() was removed earlier because it confused the new differences-only protocol ARM sendState() was using. It's necessary that that gets called at least once before attempting to print the initial stack frame, though, because otherwise statetrace doesn't know what the stack pointer is. By putting the first call to child->step() in a common spot, both needs are met. |
||
---|---|---|
.. | ||
arch | ||
Makefile | ||
printer.cc | ||
printer.hh | ||
refcnt.hh | ||
regstate.hh | ||
statetrace.cc | ||
tracechild.cc | ||
tracechild.hh | ||
tracechild_arch.cc | ||
x86.format |