gdb: 9.1 -> 9.2
This commit is contained in:
parent
4cf024a735
commit
0b2fed2d56
@ -6,34 +6,6 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gdbserver
|
||||
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/unwinders.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/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/
|
||||
-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/unwinder.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/aarch64-linux.xml
|
||||
-rw-r--r-- root/root usr/share/gdb/syscalls/amd64-linux.xml
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Vv1HTQPtjf9rARXCH74JUvtXxAzSGGf0WukVNt/ilDNC4Xyk1CaIOTQiCFq8/EiykxqtUAr+c1Ih/HstnSzfwk=
|
||||
SHA256 (Pkgfile) = fa7a9a4415ad74f2864ed47fd7d90cd70653537f8ebd42e17b6c55fc3f3354d0
|
||||
SHA256 (.footprint) = 5ec2cdc0d11add477f4d9197fb2d8f2f62f7e8826e7e3261955b5ff737d2b0d0
|
||||
SHA256 (gdb-9.1.tar.xz) = 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
|
||||
RWSE3ohX2g5d/Xk6IjXq1gebleuXBnQlIxub+TkIF5Cz+rE5/+s7ZHQVzaAPhptdL3YA4huGB1xklBVlB9X4dbHZBhwr7SuFCw0=
|
||||
SHA256 (Pkgfile) = 994f2543d7ef71c59fa4013d33307dbe349cd9425397813d160c6d4d31793c0a
|
||||
SHA256 (.footprint) = 2a2adc49342318ac40acd7b3252b4e1587b1d3eac40e86f74f1625dbbcc716f3
|
||||
SHA256 (gdb-9.2.tar.xz) = 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
|
||||
|
@ -1,11 +1,10 @@
|
||||
# Description: The GNU Debugger (GDB)
|
||||
# URL: https://www.gnu.org/software/gdb
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# Depends on: ncurses
|
||||
|
||||
name=gdb
|
||||
version=9.1
|
||||
version=9.2
|
||||
release=1
|
||||
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user