Re: [PATCH] INSTALL: Document programs an packages needed for using gdb_grub script

2023-03-16 Thread Daniel Kiper
On Wed, Mar 15, 2023 at 04:03:11AM +, Glenn Washburn wrote: > 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

[PATCH] INSTALL: Document programs an packages needed for using gdb_grub script

2023-03-14 Thread Glenn Washburn
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 r