debugger: properly sort arrays even with the 'classic' gdb engine

This commit is contained in:
hjk
2011-02-08 18:27:40 +01:00
parent 6e82488396
commit a6dd51c76c
2 changed files with 7 additions and 6 deletions

View File

@@ -490,7 +490,7 @@ private: ////////// View & Data Stuff //////////
void handleVarListChildrenClassic(const GdbResponse &response);
void handleVarListChildrenHelperClassic(const GdbMi &child,
const WatchData &parent);
const WatchData &parent, int sortId);
void handleVarCreate(const GdbResponse &response);
void handleVarAssign(const GdbResponse &response);
void handleEvaluateExpressionClassic(const GdbResponse &response);