bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb futures


From: Michael Elizabeth Chastain
Subject: Re: gdb futures
Date: Mon, 4 Jun 2001 06:13:36 -0700

> 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
<address@hidden>
"love without fear"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]