From: peter on
I am developing a call graph for peter-bochs debugger. It can plot the
call graph so that you can use it to analyst your assembly program/os
kernel.

Do you thing it is a good feature?

thanks
from Peter (cmk128(a)hotmail.com)
From: Stargazer on
On 12 יולי, 10:53, peter <cmk...(a)gmail.com> wrote:
> I am developing a call graph for peter-bochs debugger. It can plot the
> call graph so that you can use it to analyst your assembly program/os
> kernel.
>
> Do you thing it is a good feature?
>
> thanks
> from Peter (cmk...(a)hotmail.com)

Yes, especially if it can print call trace under exceptions and other
marginal conditions.

Daniel