summaryrefslogtreecommitdiff
path: root/tools/common/debug.h
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-05-20 12:11:32 +0800
committerJohn Hodge <tpg@mutabah.net>2018-05-20 12:11:32 +0800
commit7a4733c76c0391578fe04fde9cfa19698878c81e (patch)
treece7c10b66c2e58bbddfa6f389dab8ab29c362c23 /tools/common/debug.h
parentaa4d3c5fc5f45891411eb72188c5383a23683495 (diff)
downloadmrust-7a4733c76c0391578fe04fde9cfa19698878c81e.tar.gz
Minicargo - Quieten build output
Diffstat (limited to 'tools/common/debug.h')
-rw-r--r--tools/common/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/common/debug.h b/tools/common/debug.h
index ace00876..86c88de9 100644
--- a/tools/common/debug.h
+++ b/tools/common/debug.h
@@ -7,6 +7,7 @@
typedef ::std::function<void(::std::ostream& os)> dbg_cb_t;
extern void Debug_SetPhase(const char* phase_name);
extern void Debug_DisablePhase(const char* phase_name);
+extern void Debug_EnablePhase(const char* phase_name);
extern bool Debug_IsEnabled();
extern void Debug_EnterScope(const char* name, dbg_cb_t );
extern void Debug_LeaveScope(const char* name, dbg_cb_t );