summaryrefslogtreecommitdiffstats
path: root/lldb/examples/summaries/cocoa/NSBundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/examples/summaries/cocoa/NSBundle.py')
-rw-r--r--lldb/examples/summaries/cocoa/NSBundle.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/examples/summaries/cocoa/NSBundle.py b/lldb/examples/summaries/cocoa/NSBundle.py
index 342ccfac7d9..1f6a7dd39d8 100644
--- a/lldb/examples/summaries/cocoa/NSBundle.py
+++ b/lldb/examples/summaries/cocoa/NSBundle.py
@@ -5,7 +5,8 @@ part of The LLVM Compiler Infrastructure
This file is distributed under the University of Illinois Open Source
License. See LICENSE.TXT for details.
"""
-# summary provider for NSBundle
+# example summary provider for NSBundle
+# the real summary is now C++ code built into LLDB
import lldb
import ctypes
import lldb.runtime.objc.objc_runtime
OpenPOWER on IntegriCloud