mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
d31d2fc374
Code cleanup. * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove. (free_objfile) <objfile->name != NULL>: Remove the conditional around xfree. * objfiles.h (struct objfile) <name>: New comment it is never NULL. * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>: Remove. * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name> Remove the conditional. * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise. |
||
---|---|---|
.. | ||
py-auto-load.c | ||
py-block.c | ||
py-breakpoint.c | ||
py-cmd.c | ||
py-frame.c | ||
py-function.c | ||
py-inferior.c | ||
py-infthread.c | ||
py-lazy-string.c | ||
py-objfile.c | ||
py-param.c | ||
py-prettyprint.c | ||
py-progspace.c | ||
py-symbol.c | ||
py-symtab.c | ||
py-type.c | ||
py-utils.c | ||
py-value.c | ||
python-config.py | ||
python-internal.h | ||
python.c | ||
python.h |