Debugger: Slim down CHECK_STATE() expansion

Less generated code.

Change-Id: Iafcafc875afa3ead12e10fd5f316d9663b2f9823
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
hjk
2015-09-11 16:51:11 +02:00
parent 054ed354e0
commit 1cb811ebe6
4 changed files with 16 additions and 21 deletions

View File

@@ -442,6 +442,7 @@ protected:
DebuggerState state);
void updateLocalsView(const GdbMi &all);
void checkState(DebuggerState state, const char *file, int line);
private:
// Wrapper engine needs access to state of its subengines.