help-gplusplus
[Top][All Lists]
Advanced

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

Re: Can there be gdb routines to automate value changes


From: John V. Shahid
Subject: Re: Can there be gdb routines to automate value changes
Date: Sat, 17 Nov 2007 00:44:47 -0500

On Thu, 2007-11-15 at 14:32 -0800, parag_paul@hotmail.com wrote:
> I want to step 3 times and then set a=1 in the function stack then
> 
> Can it be done. I think expect scripts will do fine, but is there any
> gdb thing

Use the "commands" command to input a set of commands that will be
executed when the breakpoint (given as an argument to the command) is
reached.

-- 
John V. Shahid <jvshahid@gmail.com>





reply via email to

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