binutils-gdb/gdb/python
Sami Wagiaalla cbd7053759 Enable custom bcache hash function.
2010-08-25  Sami Wagiaalla  <swagiaal@redhat.com>

	* psymtab.c (add_psymbol_to_bcache): Remove 'static' from
	'static partial_symbol psymbol'.
	(psymbol_hash): New function.
	(psymbol_compare): New function.
	* bcache.c (hash_continue): New.
	(hash): Use hash_continue.
	* bcache.c: Add hash_function and compare_function
	pointers to bcache struct.
	(bcache_full): Use bcache->hash_function, and
	bcache->compare_function.
	(bcache_compare): New function.
	(bcache_xmalloc): Take hash_function and
	compare_function arguments and initialize the
	bcach's pointers.
	Updated comment.
	* objfiles.c (allocate_objfile): Updated.
	* symfile.c (reread_symbols): Updated.
	* python/py-type.c (typy_richcompare): Updated.
2010-08-31 17:26:08 +00:00
..
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 Enable custom bcache hash function. 2010-08-31 17:26:08 +00:00
py-utils.c
py-value.c gdb 2010-08-30 20:28:31 +00:00
python-config.py
python-internal.h * python/python-internal.h (gdbpy_get_hook_function): Don't 2010-08-13 20:50:47 +00:00
python.c * python/python.c: Include "serial.h". 2010-08-20 18:52:11 +00:00
python.h