binutils-gdb/gdb/python
Pedro Alves 89f6d8377b -Wpointer-sign: python/.
This fixes -Wpointer-sign warnings in the python/ code in the manner
that seems most appropriate to me.

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

	* python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
	* python/py-prettyprint.c (print_string_repr): Change type of
	'output' local to char *.  Add cast to gdb_byte * in
	LA_PRINT_STRING call.
	(print_children): Change type of 'output' local to char *.
	* python/py-value.c (valpy_string): Add cast to const char * in
	PyUnicode_Decode call.
2013-04-19 15:29:09 +00:00
..
lib/gdb * python/lib/gdb/commands/explore.py 2013-01-21 21:44:57 +00:00
py-arch.c * python/py-arch.c (archpy_disassemble): Use PyInt_Check and 2013-02-28 20:14:08 +00:00
py-auto-load.c Constify strings in tracepoint.c, lookup_cmd and the completers. 2013-03-13 18:34:55 +00:00
py-block.c * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside 2013-02-28 19:01:54 +00:00
py-bpevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-breakpoint.c 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com> 2013-02-15 17:12:29 +00:00
py-cmd.c Constify strings in tracepoint.c, lookup_cmd and the completers. 2013-03-13 18:34:55 +00:00
py-continueevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-events.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evtregistry.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evts.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-exitedevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-finishbreakpoint.c * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint. 2013-02-28 20:01:10 +00:00
py-frame.c Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
py-function.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-gdb-readline.c 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> 2013-01-31 18:37:39 +00:00
py-inferior.c -Wpointer-sign: python/. 2013-04-19 15:29:09 +00:00
py-infthread.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-lazy-string.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-newobjfileevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-objfile.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-param.c Constify strings in tracepoint.c, lookup_cmd and the completers. 2013-03-13 18:34:55 +00:00
py-prettyprint.c -Wpointer-sign: python/. 2013-04-19 15:29:09 +00:00
py-progspace.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-signalevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symbol.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symtab.c gdb/ 2013-02-03 16:13:31 +00:00
py-threadevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-type.c * python/py-type.c (typy_strip_typedefs): Don't call check_typedef 2013-02-06 17:05:22 +00:00
py-utils.c Garbage collect py-utils.c:target_string_to_unicode. 2013-03-06 19:51:18 +00:00
py-value.c -Wpointer-sign: python/. 2013-04-19 15:29:09 +00:00
python-config.py Add support for Python 3. 2012-12-12 16:47:30 +00:00
python-internal.h Avoid MinGW warnings about redefinition of snprintf. 2013-03-17 19:10:38 +00:00
python.c * python/python.c (finish_python_initialization): Provide suggestion 2013-03-28 16:39:09 +00:00
python.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00