Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfc] target_read_memory_partial in gdbtk-cmds.c
@ 2006-08-18 13:55 Ronald Hecht
  2006-08-19  4:20 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Ronald Hecht @ 2006-08-18 13:55 UTC (permalink / raw)
  To: gdb-patches

As target_read_memory_partial was removed, gdbtk doesn't compile anymore:

gcc -c -g -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" 
-DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd 
-I./../bfd -I./../include -DMI_OUT=1 -DGDBTK -DTUI=1 -Wimplicit 
-Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses 
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function 
-Wno-pointer-sign -Werror -I./../libgui/src 
-I/home/ronald/sandbox/cgen/src/itcl/itcl/generic \
-I/home/ronald/sandbox/cgen/src/tcl/generic 
-I/home/ronald/sandbox/cgen/src/tk/generic -I/usr/X11R6/include \
./gdbtk/generic/gdbtk-cmds.c \
-DGDBTK_LIBRARY=\"/usr/local/share/insight1.0\"
cc1: warnings being treated as errors
./gdbtk/generic/gdbtk-cmds.c: In function ‘gdb_update_mem’:
./gdbtk/generic/gdbtk-cmds.c:2436: warning: implicit declaration of 
function ‘target_read_memory_partial’
make: *** [gdbtk-cmds.o] Error 1

Just replacing the function with target_read_memory compiles, but seems 
not to work.

Regards
Ronald



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-18 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-18 13:55 [rfc] target_read_memory_partial in gdbtk-cmds.c Ronald Hecht
2006-08-19  4:20 ` Daniel Jacobowitz
2006-08-19  7:48   ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox