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

python3-drgn-0.0.22-bp155.1.5 RPM for x86_64

From OpenSuSE Leap 15.5 for x86_64

Name: python3-drgn Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.0.22 Vendor: openSUSE
Release: bp155.1.5 Build date: Mon May 22 13:11:37 2023
Group: Development/Tools/Debuggers Build host: old-cirrus4
Size: 1183026 Source RPM: python-drgn-0.0.22-bp155.1.5.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

* 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.6
/usr/lib64/python3.6/site-packages/_drgn.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/_drgn.pyi
/usr/lib64/python3.6/site-packages/drgn
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info/entry_points.txt
/usr/lib64/python3.6/site-packages/drgn-0.0.22+unknown-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/drgn/__init__.py
/usr/lib64/python3.6/site-packages/drgn/__main__.py
/usr/lib64/python3.6/site-packages/drgn/__pycache__
/usr/lib64/python3.6/site-packages/drgn/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/__pycache__/__main__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers
/usr/lib64/python3.6/site-packages/drgn/helpers/__init__.py
/usr/lib64/python3.6/site-packages/drgn/helpers/__pycache__
/usr/lib64/python3.6/site-packages/drgn/helpers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__init__.py
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/format.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/format.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/memory.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/memory.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/stack.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/stack.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/type.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/__pycache__/type.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/common/format.py
/usr/lib64/python3.6/site-packages/drgn/helpers/common/memory.py
/usr/lib64/python3.6/site-packages/drgn/helpers/common/stack.py
/usr/lib64/python3.6/site-packages/drgn/helpers/common/type.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__init__.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/bitops.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/bitops.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/block.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/block.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/boot.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/boot.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/bpf.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/bpf.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/cgroup.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/cgroup.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/cpumask.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/cpumask.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/device.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/device.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/fs.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/fs.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/idr.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/idr.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/kconfig.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/kconfig.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/kernfs.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/kernfs.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/list.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/list_nulls.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/list_nulls.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/llist.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/llist.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/mm.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/mm.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/net.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/net.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/nodemask.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/nodemask.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/percpu.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/percpu.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/pid.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/pid.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/printk.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/printk.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/radixtree.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/radixtree.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/rbtree.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/rbtree.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/sched.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/sched.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/slab.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/slab.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/tc.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/tc.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/tcp.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/tcp.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/user.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/xarray.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/__pycache__/xarray.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/bitops.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/block.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/boot.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/bpf.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/cgroup.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/cpumask.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/device.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/fs.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/idr.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/kconfig.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/kernfs.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/list.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/list_nulls.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/llist.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/mm.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/net.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/nodemask.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/percpu.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/pid.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/printk.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/radixtree.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/rbtree.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/sched.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/slab.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/tc.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/tcp.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/user.py
/usr/lib64/python3.6/site-packages/drgn/helpers/linux/xarray.py
/usr/lib64/python3.6/site-packages/drgn/internal
/usr/lib64/python3.6/site-packages/drgn/internal/__init__.py
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/cli.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/rlcompleter.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/rlcompleter.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/__pycache__/version.cpython-36.pyc
/usr/lib64/python3.6/site-packages/drgn/internal/cli.py
/usr/lib64/python3.6/site-packages/drgn/internal/rlcompleter.py
/usr/lib64/python3.6/site-packages/drgn/internal/version.py
/usr/lib64/python3.6/site-packages/drgn/py.typed
/usr/share/doc/packages/python3-drgn
/usr/share/doc/packages/python3-drgn/README.rst
/usr/share/licenses/python3-drgn
/usr/share/licenses/python3-drgn/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:05:44 2024