There are a few problems that are cropping up right about now . . .
commit6d3b6392aafd1ecee4f4153321eccf2c5b0e6dfe
authorstrange <kawk256@gmail.com>
Tue, 20 Oct 2009 00:49:50 +0000 (19 18:49 -0600)
committerstrange <kawk256@gmail.com>
Tue, 20 Oct 2009 00:49:50 +0000 (19 18:49 -0600)
treec3b650e5d4b2fd4f626e28b07064aa1d1695c99d
parent349484b9a0319a2b093c7754077ba26fa4ebfaa2
There are a few problems that are cropping up right about now . . .

First of all, aesalon needs to be able to create a second thread. Come to
think of it, at least a third as well . . . I suppose I'll just use pthreads,
since there is the mutex support in the Misc::Singleton class already.

The second is the gdb parsing. I suppose that gdb --interpreter=mi will work
for the time being, but I need to verify exactly how that is going to be
parsed . . . perhaps a bison parser?

Oh yes, and I believe I may need a c++ parser to check what variables are
pointers . . . won't *that* be fun to implement.
src/Aesalon.cpp
src/aesalon
src/interface/PipeListener.cpp
src/interface/PipeListener.h