aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/lldb-private-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/lldb-private-log.h')
-rw-r--r--include/lldb/lldb-private-log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/lldb-private-log.h b/include/lldb/lldb-private-log.h
index 9d8d735dcf41..dc37ae2c7c42 100644
--- a/include/lldb/lldb-private-log.h
+++ b/include/lldb/lldb-private-log.h
@@ -46,6 +46,7 @@
#define LIBLLDB_LOG_OS (1u << 24)
#define LIBLLDB_LOG_PLATFORM (1u << 25)
#define LIBLLDB_LOG_SYSTEM_RUNTIME (1u << 26)
+#define LIBLLDB_LOG_JIT_LOADER (1u << 27)
#define LIBLLDB_LOG_ALL (UINT32_MAX)
#define LIBLLDB_LOG_DEFAULT (LIBLLDB_LOG_PROCESS |\
LIBLLDB_LOG_THREAD |\