]> git.ipfire.org Git - thirdparty/grub.git/commit
INSTALL: Document programs and packages needed for using gdb_grub script
authorGlenn Washburn <development@efficientek.com>
Wed, 15 Mar 2023 04:03:11 +0000 (04:03 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 29 Mar 2023 18:35:05 +0000 (20:35 +0200)
commit0f5d86063746924b83626960f1d03a85d5e1fc82
tree9bbe7c0817b185fab26b0d99b36abade27a7a1c6
parent1e7ea5abdd154aa4eb4ffaa392b75381d50065f5
INSTALL: Document programs and packages needed for using gdb_grub script

Now that the gdb_grub script uses the Python API in GDB, a GDB with Python
support must be used. Note that this means a GDB with version greater than
7.0 must be used. This should not be an issue since that was released over
a decade ago. Also, the minimum version of Python must be 3.5, which was
released around 8 years ago.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL