]> git.cworth.org Git - apitrace/commit
Add a new "apitrace trace" command to the command-line interface.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Nov 2011 00:54:19 +0000 (17:54 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 3 Nov 2011 12:19:05 +0000 (12:19 +0000)
commitc987ebd2ccdaf84a2f983ea6681dd032c0672525
tree4c9271c3b13e2af81bea55ca0d2549b8db65bfe0
parent8167c0f1786f0b5795d76b86e6a2bbb51bc08760
Add a new "apitrace trace" command to the command-line interface.

There is no code to support Windows yet, but there is specific code
for both Linux and Mac OS X. The documentation is also updated to
reflect the new command.

Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
README.markdown
TODO.markdown
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_main.cpp
cli/cli_trace.cpp [new file with mode: 0644]