mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 02:37:23 +08:00
Fix Python 3 build: rename GdbMethods
Rename forgotten GdbMethods to python_GdbMethods. gdb/ChangeLog: * python/python.c (python_GdbModuleDef): Rename GdbMethods to python_GdbMethods.
This commit is contained in:
@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef =
|
||||
"_gdb",
|
||||
NULL,
|
||||
-1,
|
||||
GdbMethods,
|
||||
python_GdbMethods,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user