1
0
forked from ports/opt

gdb: 7.11.1 -> 7.12

This commit is contained in:
Thomas Penteker 2017-01-14 21:54:01 +01:00
parent 431596b8b9
commit fdf6d5e9b6
3 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@ drwxr-xr-x root/root usr/share/gdb/python/gdb/command/
-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/as_string.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/
@ -36,6 +37,7 @@ drwxr-xr-x root/root usr/share/gdb/syscalls/
-rw-r--r-- root/root usr/share/gdb/syscalls/aarch64-linux.xml
-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/freebsd.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

View File

@ -1 +1 @@
5aa71522e488e358243917967db87476 gdb-7.11.1.tar.xz
a0a3a00f7499b0c5278ba8676745d180 gdb-7.12.tar.xz

View File

@ -5,7 +5,7 @@
# Depends on: ncurses
name=gdb
version=7.11.1
version=7.12
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)