ports/opt (3.2): gdb: include new python files in .footprint
commit 01c974af1497217f79ebaed4388ee4fb48fed646 Author: Thomas Penteker <tek@serverop.de> Date: Mon Sep 21 19:41:52 2015 +0200 gdb: include new python files in .footprint diff --git a/gdb/.footprint b/gdb/.footprint index 130cecc..34c9066 100644 --- a/gdb/.footprint +++ b/gdb/.footprint @@ -10,3 +10,47 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/gdbserver.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/gdbinit.5.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gdb/ +drwxr-xr-x root/root usr/share/gdb/python/ +drwxr-xr-x root/root usr/share/gdb/python/gdb/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameDecorator.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameIterator.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/__init__.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/command/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/explore.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/frame_filters.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/pretty_printers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/prompt.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/type_printers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/xmethods.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/frames.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/function/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/caller_is.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/strfns.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/printer/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/bound_registers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/printing.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/prompt.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/types.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/xmethod.py +drwxr-xr-x root/root usr/share/gdb/syscalls/ +-rw-r--r-- root/root usr/share/gdb/syscalls/amd64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/arm-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/gdb-syscalls.dtd +-rw-r--r-- root/root usr/share/gdb/syscalls/i386-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-n32-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-n64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-o32-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/ppc-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/ppc64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/s390-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/s390x-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/sparc-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/sparc64-linux.xml +drwxr-xr-x root/root usr/share/gdb/system-gdbinit/ +-rw-r--r-- root/root usr/share/gdb/system-gdbinit/elinos.py +-rw-r--r-- root/root usr/share/gdb/system-gdbinit/wrs-linux.py
participants (1)
-
crux@crux.nu