binutils-gdb/gdb/python
Jan Kratochvil d31d2fc374 gdb/
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.
2010-09-22 20:00:53 +00:00
..
py-auto-load.c gdb/ 2010-09-22 20:00:53 +00:00
py-block.c
py-breakpoint.c gdb/ 2010-09-03 15:42:04 +00:00
py-cmd.c
py-frame.c
py-function.c
py-inferior.c
py-infthread.c
py-lazy-string.c
py-objfile.c gdb/ 2010-09-22 20:00:53 +00:00
py-param.c
py-prettyprint.c
py-progspace.c gdb/ 2010-09-22 20:00:53 +00:00
py-symbol.c
py-symtab.c
py-type.c Enable custom bcache hash function. 2010-08-31 17:26:08 +00:00
py-utils.c
py-value.c
python-config.py
python-internal.h
python.c
python.h