This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to store function-name and its return values while program runs


Paul Pluzhnikov wrote:
On Fri, Nov 21, 2008 at 11:04 AM, Michael Snyder <msnyder@vmware.com> wrote:

(gdb) break function1
(gdb) commands
finish
continue
end
(gdb)

I wished many times that above worked, but it doesn't: 'finish' appears to interrupt flow of script, and subsequent commands are never executed:

Am I halucinating? I thought we fixed that a long time ago.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]