[rtems-tools commit] Initial commit

Chris Johns chrisj at rtems.org
Sun Aug 24 23:45:33 UTC 2014


Module:    rtems-tools
Branch:    master
Commit:    911e71038cee3bcf3b9fa60a415dbda824bc3a80
Changeset: http://git.rtems.org/rtems-tools/commit/?id=911e71038cee3bcf3b9fa60a415dbda824bc3a80

Author:    Dhananjay Balan <mb.dhananjay at gmail.com>
Date:      Mon Jun 17 08:31:09 2013 -0700

Initial commit

---

 tools/gdb/python/.gitignore |   35 +++++++++++++++++++++++++++++++++++
 tools/gdb/python/README.md  |    4 ++++
 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.



More information about the vc mailing list