Skip to content

Commit

Permalink
Merge pull request #15 from geoffwozniak-mchp/add-gdb
Browse files Browse the repository at this point in the history
Add GDB sources
  • Loading branch information
jasonkajita committed Apr 9, 2018
2 parents 217d456 + 64f022e commit 206f1ae
Show file tree
Hide file tree
Showing 25,056 changed files with 8,364,259 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 33 additions & 0 deletions src48x/gdb/.cvsignore
@@ -0,0 +1,33 @@
*-all
*-co
*-dirs
*-done
*-install-info
*-src
*-stamp-*
*-tagged
blockit
cfg-paper.info
config.status
configure.aux
configure.cp
configure.cps
configure.dvi
configure.fn
configure.fns
configure.ky
configure.kys
configure.log
configure.pg
configure.pgs
configure.toc
configure.tp
configure.tps
configure.vr
configure.vrs
dir.info
Makefile
lost+found
update.out
update.sourceware
autom4te.cache
20 changes: 20 additions & 0 deletions src48x/gdb/.gitattributes
@@ -0,0 +1,20 @@
# -*- conf -*-

## Set merge driver for ChangeLog files
# See gnulib's lib/git-merge-changelog.c (or git-merge-changelog(1))
# for per-user setup instructions.
#
# The short version of this (optional) procedure is:
#
# (1) Install git-merge-changelog (this is the tricky part!)
#
# (2) Add something like the following to your ~/.gitconfig:
#
# [merge "merge-changelog"]
# name = GNU-style ChangeLog merge driver
# driver = git-merge-changelog %O %A %B
#
# (3) Enjoy mostly effortless ChangeLog merges, at least until the
# file gets renamed again ...

ChangeLog merge=merge-changelog
42 changes: 42 additions & 0 deletions src48x/gdb/.gitignore
@@ -0,0 +1,42 @@
*.diff
*.patch
*.orig
*.rej

*~
.#*
*#

*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
*.tmp

.deps
.libs

autom4te.cache
config.cache
config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES

TAGS
TAGS.sub

.gdbinit
.gdb_history

# ignore core files, but not java/net/protocol/core/
core
!core/

lost+found
340 changes: 340 additions & 0 deletions src48x/gdb/COPYING

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions src48x/gdb/COPYING.LIB

Large diffs are not rendered by default.

0 comments on commit 206f1ae

Please sign in to comment.