aboutsummaryrefslogtreecommitdiff
path: root/common/debug-channels.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-06-05 16:27:44 +0200
committerJohannes Schickel2014-06-05 16:27:44 +0200
commit450924a0c72bfdcdee627e2da4782853b94bd866 (patch)
treedf13fbf05220cc827873617f36ec1c37d246c16f /common/debug-channels.h
parentd76c375c3f060db0912cce26b5b38b94cb3ad414 (diff)
parent025556d9a54b8b53c2cf8d3d6627d7ce2d42c934 (diff)
downloadscummvm-rg350-450924a0c72bfdcdee627e2da4782853b94bd866.tar.gz
scummvm-rg350-450924a0c72bfdcdee627e2da4782853b94bd866.tar.bz2
scummvm-rg350-450924a0c72bfdcdee627e2da4782853b94bd866.zip
Merge pull request #465 from digitall/debugRework
Add "all" option for debug flags to GUI::Debugger base class.
Diffstat (limited to 'common/debug-channels.h')
-rw-r--r--common/debug-channels.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/common/debug-channels.h b/common/debug-channels.h
index 83f416a3b8..1414a1053a 100644
--- a/common/debug-channels.h
+++ b/common/debug-channels.h
@@ -95,8 +95,6 @@ public:
*/
bool disableDebugChannel(const String &name);
-
-
typedef List<DebugChannel> DebugChannelList;
/**
@@ -106,6 +104,15 @@ public:
*/
DebugChannelList listDebugChannels();
+ /**
+ * Enable all debug channels.
+ */
+ void enableAllDebugChannels();
+
+ /**
+ * Disable all debug channels.
+ */
+ void disableAllDebugChannels();
/**
* Test whether the given debug channel is enabled.