Ditch the hybrid routed/command dispatcher system for a pure callback system.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 20 Feb 2010 18:06:34 +0000 (13:06 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 20 Feb 2010 18:06:34 +0000 (13:06 -0500)
commit3256228363b8dd7ef4dc4dac5ca387aab8b315fa
treee14b0bc9c0019e15970f9b54bf1bbbfa59b5d043
parent5a9d80944b4267da41878999ab0d0eafdf2ac97b
Ditch the hybrid routed/command dispatcher system for a pure callback system.

Everything is still broken, but this change did not regress anything further.
Source/GDBpConnection.h
Source/GDBpConnection.m