Add new system-gdbinit infrastructure
authorJoel Brobecker <brobecker@gnat.com>
Tue, 21 May 2013 06:50:12 +0000 (06:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 21 May 2013 06:50:12 +0000 (06:50 +0000)
commit776af39ed756acf5f49eff83a6ca265e35c4b217
tree5d9df414353810139bce2501618ed92395cafe9d
parent1509e5737f8b0d499117aefbd68ca8e9548f701f
Add new system-gdbinit infrastructure

gdb/ChangeLog:

        * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
        variable.
        (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
        (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
        (SYSTEM_GDBINIT_FILES): New variables.
        (all): Add stamp-system-gdbinit.
        (stamp-system-gdbinit): New rule.
        (clean-system-gdbinit, install-system-gdbinit)
        (uninstall-system-gdbinit): New rules.  Make them .PHONY.
        (install-only): Add dependency on install-system-gdbinit.
        (uninstall): Add dependency on uninstall-system-gdbinit.
        (clean): Add dependency on clean-system-gdbinit.
        * system-gdbinit/elinos.py: New file.
        * system-gdbinit/wrs-linux.py: New file.
gdb/ChangeLog
gdb/data-directory/Makefile.in
gdb/system-gdbinit/elinos.py [new file with mode: 0644]
gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]