> I was able to fake this approximately in gdb by creating a file with
> tens of thousands of "step" commands, then inputting it with the
> "source" command.  However, gdb then obnoxiously paused and asked for
> confirmation at the end of every screenful, making the animation
> attempt exceedingly tedious to complete.

Try issuing "set height 0" at the beginning of your script.

Also look into "display" and "commands"; they might help you here.
You can "display" an expression with a function call to access a
diagnostic function inside the inferior program (something that checksums
or prints a lot of your interesting program state).

Hope this helps,

Michael Elizabeth Chastain
<[EMAIL PROTECTED]>
"love without fear"

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to