Debugger[New CDB]: Move index bookkeeping into SymbolGroup.

To enable creating lightweight value classes for dumping.
Add some fixes for inames (template base classes). Fix
find().
This commit is contained in:
Friedemann Kleint
2010-11-25 10:01:40 +01:00
parent 2cd3ba8cb2
commit 2c1c22fbfc
4 changed files with 170 additions and 129 deletions

View File

@@ -67,7 +67,7 @@ static inline StringContainer commandTokens(PCSTR args, int *token = 0)
typedef StringContainer::iterator ContainerIterator;
if (token)
*token = 0;
*token = -1; // Handled as 'display' in engine, so that user can type commands
std::string cmd(args);
simplify(cmd);
StringContainer tokens;