]> git.cworth.org Git - apitrace/commit
Correctly copy "out" arguments to the "leave" portion of the trace
authorCarl Worth <cworth@cworth.org>
Thu, 17 Nov 2011 01:22:40 +0000 (17:22 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 27 Jan 2012 22:15:13 +0000 (22:15 +0000)
commita5b476eb4eed9b06e22f4a80b16251aea243207d
tree7a5496e0d95b114ccec1140bc397e7eaa7a22606
parent630471a20c46045950a0f8285d2150ab1f90d9c8
Correctly copy "out" arguments to the "leave" portion of the trace

To do this, we take advantage of the new Arg struct to save, for each
arg, whether it was parsed after an ENTER event or after a LEAVE
event.
cli/cli_pickle.cpp
common/trace_dump.cpp
common/trace_model.cpp
common/trace_model.hpp
common/trace_parser.cpp
common/trace_writer_model.cpp
gui/apitracecall.cpp
gui/saverthread.cpp