-
- Downloads
gdb/python: new gdb.architecture_names function
Add a new function to the Python API, gdb.architecture_names(). This function returns a list containing all of the supported architecture names within the current build of GDB. The values returned in this list are all of the possible values that can be returned from gdb.Architecture.name().
Showing
- gdb/NEWS 4 additions, 0 deletionsgdb/NEWS
- gdb/doc/python.texi 9 additions, 0 deletionsgdb/doc/python.texi
- gdb/python/py-arch.c 23 additions, 0 deletionsgdb/python/py-arch.c
- gdb/python/python-internal.h 1 addition, 0 deletionsgdb/python/python-internal.h
- gdb/python/python.c 4 additions, 0 deletionsgdb/python/python.c
- gdb/testsuite/gdb.python/py-arch.exp 51 additions, 0 deletionsgdb/testsuite/gdb.python/py-arch.exp
Loading
Please register or sign in to comment