Began actually producing the assembly content of each function.
commitc4d2a7844e65f320a947e42ed322c14d85c5241e
authorstrange <kawk256@gmail.com>
Sat, 7 Nov 2009 08:03:55 +0000 (7 01:03 -0700)
committerstrange <kawk256@gmail.com>
Sat, 7 Nov 2009 08:06:09 +0000 (7 01:06 -0700)
tree208dbd3242a7f13110f48c7d8de1fb94ae8178c1
parent9a537be65707b76a97561dbfd454c2036d6e7d3c
Began actually producing the assembly content of each function.

There is, however, a kind of hitch. For some reason, my new StreamHandler
isn't doing its job . . . in fact, there's never any StreamOutput objects --
there's nothing being received from GDB, period . . .

I can't figure it out . . . at least, not at this time in the morning.
src/interface/Initializer.cpp
src/interface/gdb/Controller.cpp
src/interface/gdb/Controller.h
src/interface/gdb/Parser.cpp
src/interface/gdb/Processor.cpp
src/interface/gdb/SymbolParser.cpp
src/interface/gdb/SymbolParser.h
src/platform/BidirectionalPipe.cpp