This is the mail archive of the gdb-patches@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: [RFC] testing specifically for process record


On Thursday 22 October 2009 20:38:37, Michael Snyder wrote:
> gdb_test "record" "" "Turn on process record"
> # FIXME: command ought to acknowledge, so we can test if it succeeded.

This can now be switched to gdb_test_multiple, assuming success
iff the command was silent, and then followed by "info record"
reporting that recording is in effect.  Of course, all
that done in a neat reusable function in lib/gdb.exp.  Any
takers?  :-)

-- 
Pedro Alves


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