Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-drgn-0.0.25-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python39-drgn Distribution: openSUSE:Factory:zSystems
Version: 0.0.25 Vendor: openSUSE
Release: 1.1 Build date: Fri Dec 22 09:55:12 2023
Group: Development/Tools/Debuggers Build host: s390zl2a
Size: 1218202 Source RPM: python-drgn-0.0.25-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/osandov/drgn
Summary: Scriptable debugger library
drgn (pronounced “dragon”) is a debugger with an emphasis on
programmability. drgn exposes the types and variables in a program
for easy, expressive scripting in Python.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Dec 04 2023 Michal Koutný <mkoutny@suse.com>
  - Cleanup .gitignore'd files from tarball
* Sat Dec 02 2023 Petr Tesařík <petr@tesarici.cz>
  - Update to drgn-0.0.25:
    * omitting the prog argument
    * running without root privileges
    * maple tree helpers
    * VMA helpers
    * wait queue helpers
    * ppc64 radix MMU support
* Fri Sep 08 2023 Petr Tesařík <petr@tesarici.cz>
  - Update to drgn-0.0.24:
    * Linked list length helper
    * Networking helpers
    * C++ lookups
    * Split DWARF
    * Performance improvements
* Thu Jun 29 2023 Petr Tesařík <petr@tesarici.cz>
  - Update to drgn-0.0.23:
    * Support Linux 6.3 and 6.4
    * Full s390x support
    * Extend idr helpers for pre-4.11 Linux
    * Support GNU-style compressed .zdebug_* sections
    * New scripts in contrib
* Sat Jan 07 2023 Petr Tesařík <ptesarik@suse.com>
  - Update to drgn-0.0.22:
    * License changed to LGPLv2.1+.
    * Linux kernel support was tested up to Linux 6.2-rc2.
    * Oldest kernel version officially supported is now 4.9.
    * The StackFrame.locals() method was added.
    * The StackFrame.sp attribute was added.
    * Helpers for XArrays were added.
    * The drgn.helpers.linux.slab.get_slab_aliases() helper was added.
    * The drgn.helpers.linux.slab.slab_object_info() helper was added.
    * The drgn.helpers.common.memory.identify_address() helper now
      provide the offset from the beginning of the slab object and
      whether it is allocated or free.
    * The drgn.helpers.common.stack.print_annotated_stack() helper was
      added.
    * Support for Linux kernel modules and stack unwinding on s390x.
    * Partial support for looking up types with C++ template
      arguments.
    * Parsing debug info for C++ template parameter packs.
* Fri Oct 14 2022 Petr Tesařík <ptesarik@suse.com>
  - Update to drgn-0.0.21:
    * Linux kernel support up to Linux 6.0.
    * Helpers for lockless linked lists in the Linux kernel.
    * A helper to find the slab cache that a virtual address came.
    * A drgn.helpers.common package for helpers that can be used with
      any program (which may have program-specific additional
      behavior).
    * A helper to identify an arbitrary address (e.g., as a symbol or
      slab object).
    * PageFoo() helpers to check various struct page flags.
    * Helpers for working with compound pages.
    * A helper to get the CPU that a task last ran on.
    * Automatic pretty-printing in IPython/Jupyter.
    * drgn.StackTrace.prog was added as a way to get the program that a stack trace came from.
    * Bug fixes, documentation, minor API changes.
* Sun Aug 14 2022 Petr Tesařík <ptesarik@suse.com>
  - Initial packaging for openSUSE.

Files

/etc/alternatives/drgn
/usr/bin/drgn
/usr/bin/drgn-3.9
/usr/lib64/python3.9/site-packages/_drgn.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/_drgn.pyi
/usr/lib64/python3.9/site-packages/drgn
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info/PKG-INFO
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info/SOURCES.txt
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info/dependency_links.txt
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info/entry_points.txt
/usr/lib64/python3.9/site-packages/drgn-0.0.25+unknown-py3.9.egg-info/top_level.txt
/usr/lib64/python3.9/site-packages/drgn/__init__.py
/usr/lib64/python3.9/site-packages/drgn/__main__.py
/usr/lib64/python3.9/site-packages/drgn/__pycache__
/usr/lib64/python3.9/site-packages/drgn/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/__pycache__/__main__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/__pycache__/cli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/cli.py
/usr/lib64/python3.9/site-packages/drgn/helpers
/usr/lib64/python3.9/site-packages/drgn/helpers/__init__.py
/usr/lib64/python3.9/site-packages/drgn/helpers/__pycache__
/usr/lib64/python3.9/site-packages/drgn/helpers/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__init__.py
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/format.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/format.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/memory.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/memory.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/prog.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/prog.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/stack.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/stack.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/type.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/__pycache__/type.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/common/format.py
/usr/lib64/python3.9/site-packages/drgn/helpers/common/memory.py
/usr/lib64/python3.9/site-packages/drgn/helpers/common/prog.py
/usr/lib64/python3.9/site-packages/drgn/helpers/common/stack.py
/usr/lib64/python3.9/site-packages/drgn/helpers/common/type.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__init__.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/bitops.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/bitops.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/block.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/block.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/boot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/boot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/bpf.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/bpf.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/cgroup.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/cgroup.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/cpumask.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/cpumask.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/device.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/device.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/fs.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/fs.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/idr.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/idr.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/kconfig.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/kconfig.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/kernfs.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/kernfs.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/list.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/list.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/list_nulls.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/list_nulls.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/llist.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/llist.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/mapletree.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/mapletree.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/mm.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/mm.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/net.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/net.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/nodemask.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/nodemask.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/percpu.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/percpu.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/pid.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/pid.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/printk.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/printk.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/radixtree.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/radixtree.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/rbtree.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/rbtree.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/sched.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/sched.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/slab.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/slab.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/tc.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/tc.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/tcp.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/tcp.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/user.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/user.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/wait.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/wait.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/xarray.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/__pycache__/xarray.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/bitops.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/block.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/boot.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/bpf.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/cgroup.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/cpumask.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/device.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/fs.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/idr.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/kconfig.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/kernfs.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/list.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/list_nulls.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/llist.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/mapletree.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/mm.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/net.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/nodemask.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/percpu.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/pid.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/printk.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/radixtree.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/rbtree.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/sched.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/slab.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/tc.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/tcp.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/user.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/wait.py
/usr/lib64/python3.9/site-packages/drgn/helpers/linux/xarray.py
/usr/lib64/python3.9/site-packages/drgn/internal
/usr/lib64/python3.9/site-packages/drgn/internal/__init__.py
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/rlcompleter.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/rlcompleter.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/sudohelper.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/sudohelper.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/__pycache__/version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/drgn/internal/rlcompleter.py
/usr/lib64/python3.9/site-packages/drgn/internal/sudohelper.py
/usr/lib64/python3.9/site-packages/drgn/internal/version.py
/usr/lib64/python3.9/site-packages/drgn/py.typed
/usr/share/doc/packages/python39-drgn
/usr/share/doc/packages/python39-drgn/README.rst
/usr/share/licenses/python39-drgn
/usr/share/licenses/python39-drgn/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024