binutils-gdb/gdb/compile
Keith Seitz fdad7678b7 Use host_address_to_string in compile_cplus_instance::enter_scope
This patch fixes a problem being reported by the buildbot with an
invalid argument to a "%p" printf format. Instead of "%p", the
debug output is changed to use "%s" and host_address_to_string.

gdb/ChangeLog

	* compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
	Use "%s" and host_address_to_string instead of "%p" in printf.
2018-08-30 07:47:03 -07:00
..
compile-c-support.c C++ compile support 2018-08-29 15:12:24 -07:00
compile-c-symbols.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
compile-c-types.c Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-c.h Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-cplus-symbols.c C++ compile support 2018-08-29 15:12:24 -07:00
compile-cplus-types.c Use host_address_to_string in compile_cplus_instance::enter_scope 2018-08-30 07:47:03 -07:00
compile-cplus.h C++ compile support 2018-08-29 15:12:24 -07:00
compile-internal.h C++ compile support 2018-08-29 15:12:24 -07:00
compile-loc2c.c Move C-related declarations to compile-c.h 2018-08-10 11:14:25 -07:00
compile-object-load.c C++ compile support 2018-08-29 15:12:24 -07:00
compile-object-load.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
compile-object-run.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
compile-object-run.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
compile.c C++ compile support 2018-08-29 15:12:24 -07:00
compile.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gcc-c-plugin.h Add a C++ wrapper for GCC C plug-in 2018-08-10 11:14:25 -07:00
gcc-cp-plugin.h C++ compile support 2018-08-29 15:12:24 -07:00