summaryrefslogtreecommitdiff
path: root/tools/gdb/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/__init__.py')
-rw-r--r--tools/gdb/python/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gdb/python/__init__.py b/tools/gdb/python/__init__.py
index dd55529..694eb06 100644
--- a/tools/gdb/python/__init__.py
+++ b/tools/gdb/python/__init__.py
@@ -13,7 +13,7 @@ if __name__ == "__main__":
import supercore_printer
import classic_printer
- # Needed to reload code inside gdb source command
+ # Needed inorder to reload code from inside gdb
reload(supercore)
reload(chains)
reload(rtems)
@@ -22,4 +22,5 @@ if __name__ == "__main__":
reload(threads)
reload(supercore_printer)
reload(classic_printer)
+
print 'RTEMS GDB Support loaded'