binutils-gdb/gdb/python
Jan Kratochvil e9e07ba6db gdb/
Fix printing parameters of inlined functions.
	* ada-lang.c (is_known_support_routine)
	(ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
	for find_frame_funname.
	* python/py-frame.c (frapy_name): Likewise.
	* stack.c (find_frame_funname): New parameter funcp.  Update the
	function comment.  Fill it in.
	(print_frame): New variable func.  Initialize it by
	find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
	FUNC as the parameter of print_args_stub.
	* stack.h (find_frame_funname): New parameter funcp.  Remove the
	function declaration comment.

gdb/testsuite/
	Fix printing parameters of inlined functions.
	* gdb.dwarf2/dw2-inline-param.exp: New file.
	* gdb.dwarf2/dw2-inline-param-main.c: New file.
	* gdb.dwarf2/dw2-inline-param.S: New file.
2010-09-30 10:29:00 +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 gdb/ 2010-09-30 10:29:00 +00:00
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 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use 2010-07-09 20:29:56 +00:00
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 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