summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-06-17 08:31:09 -0700
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:39 +1000
commit911e71038cee3bcf3b9fa60a415dbda824bc3a80 (patch)
tree5ea382ebbc130deda9c932bc69c3199dbc39d8f1
parentAdd newlib-sys-cpuset-const-20140414.diff (diff)
downloadrtems-tools-911e71038cee3bcf3b9fa60a415dbda824bc3a80.tar.bz2
Initial commit
-rw-r--r--tools/gdb/python/.gitignore35
-rw-r--r--tools/gdb/python/README.md4
2 files changed, 39 insertions, 0 deletions
diff --git a/tools/gdb/python/.gitignore b/tools/gdb/python/.gitignore
new file mode 100644
index 0000000..d2d6f36
--- /dev/null
+++ b/tools/gdb/python/.gitignore
@@ -0,0 +1,35 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
diff --git a/tools/gdb/python/README.md b/tools/gdb/python/README.md
new file mode 100644
index 0000000..567c195
--- /dev/null
+++ b/tools/gdb/python/README.md
@@ -0,0 +1,4 @@
+rtems-gdb
+=========
+
+GDB extenstions to RTEMS.