From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23562 invoked by alias); 23 Oct 2009 00:45:45 -0000 Received: (qmail 23553 invoked by uid 22791); 23 Oct 2009 00:45:44 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 00:45:38 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n9N0jY3S025765 for ; Fri, 23 Oct 2009 01:45:35 +0100 Received: from ywh41 (ywh41.prod.google.com [10.192.8.41]) by wpaz5.hot.corp.google.com with ESMTP id n9N0ixWS026963 for ; Thu, 22 Oct 2009 17:45:31 -0700 Received: by ywh41 with SMTP id 41so11960676ywh.0 for ; Thu, 22 Oct 2009 17:45:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.235.1 with SMTP id i1mr6607260anh.40.1256258731268; Thu, 22 Oct 2009 17:45:31 -0700 (PDT) In-Reply-To: <8ac60eac0910221425q63b78a7cnb92b0ddf1c8f5e61@mail.gmail.com> References: <4AD91D72.1030802@vmware.com> <4ADCA7DC.5040006@vmware.com> <4ADE1612.9040708@vmware.com> <4ADE167F.2020309@vmware.com> <4AE0B40B.5020802@vmware.com> <8ac60eac0910221340y2ad104fo5e4229f017957a5b@mail.gmail.com> <4AE0C669.5020001@vmware.com> <8ac60eac0910221425q63b78a7cnb92b0ddf1c8f5e61@mail.gmail.com> Date: Fri, 23 Oct 2009 00:45:00 -0000 Message-ID: <8ac60eac0910221745t3ef6eb56ra6609086ad07f23@mail.gmail.com> Subject: Re: [RFA, 3 of 3] save/restore process record, part 3 (save/restore) From: Paul Pluzhnikov To: Michael Snyder Cc: Hui Zhu , Eli Zaretskii , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00552.txt.bz2 On Thu, Oct 22, 2009 at 2:25 PM, Paul Pluzhnikov wrote: > On Thu, Oct 22, 2009 at 1:54 PM, Michael Snyder wrote: > >> Sorry, fixed. More problems: on Linux/x86_64: gcc -g -O2 -I. -I../../src/gdb -I../../src/gdb/common -I../../src/gdb/config -DLOCALEDIR="\"/usr/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -I../../src/gdb/gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -I/usr/grte/v1/k8-linux/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wno-switch -Wno-char-subscripts -Werror -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo ../../src/gdb/record.c cc1: warnings being treated as errors ../../src/gdb/record.c: In function 'record_restore': ../../src/gdb/record.c:2062: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' ../../src/gdb/record.c:2089: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' ../../src/gdb/record.c:2089: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' ../../src/gdb/record.c:2114: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' ../../src/gdb/record.c:2114: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' ../../src/gdb/record.c: In function 'cmd_record_save': ../../src/gdb/record.c:2314: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' ../../src/gdb/record.c:2334: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' ../../src/gdb/record.c:2334: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' ../../src/gdb/record.c:2355: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' ../../src/gdb/record.c:2355: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' make: *** [record.o] Error 1 -- Paul Pluzhnikov