From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28482 invoked by alias); 18 Aug 2006 09:21:52 -0000 Received: (qmail 28369 invoked by uid 22791); 18 Aug 2006 09:21:51 -0000 X-Spam-Check-By: sourceware.org Received: from mailrelay1.uni-rostock.de (HELO antivirus.uni-rostock.de) (139.30.8.201) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Aug 2006 09:21:49 +0000 Received: from antivirus.exch.rz.uni-rostock.de ([127.0.0.1]) by antivirus.uni-rostock.de with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 2006 11:21:46 +0200 Received: from antivirus.uni-rostock.de (unverified) by antivirus.exch.rz.uni-rostock.de (Content Technologies SMTPRS 4.3.20) with ESMTP id for ; Fri, 18 Aug 2006 11:21:46 +0200 Received: from mail pickup service by antivirus.uni-rostock.de with Microsoft SMTPSVC; Fri, 18 Aug 2006 11:21:46 +0200 X-SCL: 5 73.48% Received: from mail.uni-rostock.de ([139.30.8.11]) by antivirus.uni-rostock.de with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 2006 11:21:41 +0200 Received: from conversion-daemon.mail2.uni-rostock.de by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)) id <0J4600G01RTHO3@mail.uni-rostock.de> (original mail from ronald.hecht@uni-rostock.de) for gdb-patches@sources.redhat.com; Fri, 18 Aug 2006 11:21:41 +0200 (MEST) Received: from [139.30.201.25] (pike.e-technik.uni-rostock.de [139.30.201.25]) by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)) with ESMTPS id <0J4600IJTSO45A@mail.uni-rostock.de> for gdb-patches@sources.redhat.com; Fri, 18 Aug 2006 11:21:40 +0200 (MEST) Date: Fri, 18 Aug 2006 13:55:00 -0000 From: Ronald Hecht Subject: [rfc] target_read_memory_partial in gdbtk-cmds.c To: gdb-patches@sources.redhat.com Message-id: <44E58789.2030703@uni-rostock.de> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=windows-1252 Content-transfer-encoding: QUOTED-PRINTABLE User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00123.txt.bz2 As target_read_memory_partial was removed, gdbtk doesn't compile anymore: gcc -c -g -I. -I. -I./config -DLOCALEDIR=3D"\"/usr/local/share/locale\""=20 -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd=20 -I./../bfd -I./../include -DMI_OUT=3D1 -DGDBTK -DTUI=3D1 -Wimplicit=20 -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses=20 -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function=20 -Wno-pointer-sign -Werror -I./../libgui/src=20 -I/home/ronald/sandbox/cgen/src/itcl/itcl/generic \ -I/home/ronald/sandbox/cgen/src/tcl/generic=20 -I/home/ronald/sandbox/cgen/src/tk/generic -I/usr/X11R6/include \ ./gdbtk/generic/gdbtk-cmds.c \ -DGDBTK_LIBRARY=3D\"/usr/local/share/insight1.0\" cc1: warnings being treated as errors ./gdbtk/generic/gdbtk-cmds.c: In function =91gdb_update_mem=92: ./gdbtk/generic/gdbtk-cmds.c:2436: warning: implicit declaration of=20 function =91target_read_memory_partial=92 make: *** [gdbtk-cmds.o] Error 1 Just replacing the function with target_read_memory compiles, but seems=20 not to work. Regards Ronald