the death of GdbCommandType & co.

instead of passing callback codes and dispatching them in a huge switch
statement, pass around member function pointers as real callbacks.
some codes which did not actually invoke a callback were completely
eliminated. hope this doesn't impair debugging. ;)
as a "side effect", command categorization by code is gone - there is a
proper flag field for that now.
as a real side effect, some suppressed assert failures might be back
now. fix them properly if they do ...
This commit is contained in:
Oswald Buddenhagen
2009-05-04 18:30:22 +02:00
parent 58c88eea82
commit 69ace70236
2 changed files with 274 additions and 498 deletions

File diff suppressed because it is too large Load Diff