]> git.tdb.fi Git - gldbg.git/commit
Make gldbg interactive
authorMikko Rasa <tdb@tdb.fi>
Wed, 30 Sep 2009 08:07:24 +0000 (08:07 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 30 Sep 2009 08:07:24 +0000 (08:07 +0000)
commitc6b2f7585d51164dc32f4dd2a05855913e464c58
tree233b253eb6c9bb19079437522d3ae8e0109be044
parent8b398bfe13b0884191b1fac56f274d395fd9d4dd
Make gldbg interactive
Separate child process management and tracing into their own classes
Use %g format for floats instead of %f
Add a class for GlPrint when compiling C++ code
Allow a null decoder for gldecoder_decode to determine packet size
12 files changed:
Makefile
genwrap.py
source/commandinterpreter.cpp [new file with mode: 0644]
source/commandinterpreter.h [new file with mode: 0644]
source/gldbg.cpp
source/gldbg.h
source/gldecoder.c
source/glprint.h
source/process.cpp [new file with mode: 0644]
source/process.h [new file with mode: 0644]
source/tracer.cpp [new file with mode: 0644]
source/tracer.h [new file with mode: 0644]