diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-11-14 18:00:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-11-14 18:00:18 +0000 |
commit | bef3043fc19cdca7c2dc243466db086136faf257 (patch) | |
tree | 709691d10185f802aa926043a83accaa7711d22f /devel/gdb/pkg-plist | |
parent | 617780ddb47b8408e93e38249b8a43ac7d93f4a3 (diff) | |
download | ports-bef3043fc19cdca7c2dc243466db086136faf257.tar.gz ports-bef3043fc19cdca7c2dc243466db086136faf257.zip |
Notes
Diffstat (limited to 'devel/gdb/pkg-plist')
-rw-r--r-- | devel/gdb/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gdb/pkg-plist b/devel/gdb/pkg-plist index 45afc45e00de..3fb609a564e1 100644 --- a/devel/gdb/pkg-plist +++ b/devel/gdb/pkg-plist @@ -11,7 +11,6 @@ man/man1/gdb%%VER%%.1.gz %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/types.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/xmethod.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/__init__.py -%%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/bound_registers.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/explore.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/frame_filters.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/pretty_printers.py @@ -20,3 +19,5 @@ man/man1/gdb%%VER%%.1.gz %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/xmethods.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/__init__.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/strfns.py +%%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/printer/__init__.py +%%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/printer/bound_registers.py |