summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNBLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/DNBLog.h')
-rw-r--r--lldb/tools/debugserver/source/DNBLog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/DNBLog.h b/lldb/tools/debugserver/source/DNBLog.h
index 58015ad1465..d019e2d1a1f 100644
--- a/lldb/tools/debugserver/source/DNBLog.h
+++ b/lldb/tools/debugserver/source/DNBLog.h
@@ -50,6 +50,7 @@ bool DNBLogCheckLogBit (uint32_t bit) DNB_EXPORT;
uint32_t DNBLogSetLogMask (uint32_t mask) DNB_EXPORT;
uint32_t DNBLogGetLogMask () DNB_EXPORT;
void DNBLogSetLogCallback (DNBCallbackLog callback, void *baton) DNB_EXPORT;
+DNBCallbackLog DNBLogGetLogCallback () DNB_EXPORT;
bool DNBLogEnabled () DNB_EXPORT;
bool DNBLogEnabledForAny (uint32_t mask) DNB_EXPORT;
int DNBLogGetDebug () DNB_EXPORT;
OpenPOWER on IntegriCloud