- 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. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-drgn?expand=0&rev=5
This commit is contained in:
parent
9455b3cf8e
commit
53dc251463
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:305a6276033b52a9db3bf742e84dc946ff2e28be015b6c04a2d894c4eebf894f
|
||||
size 1019140
|
3
drgn-0.0.22.tar.gz
Normal file
3
drgn-0.0.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:361cf21d39d74e936702c20498e76371379ffe84424dd7c0d24cf5e15975c3ff
|
||||
size 643719
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 7 20:40:49 UTC 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 16:11:33 UTC 2022 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-drgn
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,10 +21,10 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
|
||||
Name: python-drgn
|
||||
Version: 0.0.21
|
||||
Version: 0.0.22
|
||||
Release: 0
|
||||
Summary: Scriptable debugger library
|
||||
License: GPL-3.0-or-later
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Tools/Debuggers
|
||||
URL: https://github.com/osandov/drgn
|
||||
Source: https://files.pythonhosted.org/packages/source/d/drgn/drgn-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user