From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116552 invoked by alias); 15 Nov 2016 21:28:07 -0000 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 Received: (qmail 116543 invoked by uid 89); 15 Nov 2016 21:28:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Nov 2016 21:28:05 +0000 Received: by mail-qk0-f177.google.com with SMTP id n204so152204546qke.2 for ; Tue, 15 Nov 2016 13:28:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=RNaaVNAGw1a1Mu++QyTHA3RS7LjFwc/HHA1UfOBf8Kc=; b=jllSHAQHO1xDhV7VV2nmrJTHWKNtJGwdFXCX4cjJePqGiESOaJxP7nY+OoDwlDzqkq /k5JZ4kBVDHIJpaqOU2IvtRggK2dS5I/IWod5TlOUP67vOJ1TXY/MnDFVMhl3ZfLFw5l G5UYIQ3w6IYLGFUD3t28hPaSQmBjqUT00ZpFLioEyQR4N29psOFYkR7yWjiD39EPiPf8 Vj1/QBga59nGr42cTAgme/PXJL6U9QioJv4dwzvddygSpq+NIoqGQ0KtmwyuIDeD1CJe jd4tLTkM1iXwZ01O+mge8tg05pq1FvmIxQnNTcBbG1al6VYcoGcYeZ+040dxFKaE/kgX cadw== X-Gm-Message-State: ABUngveMVHr4mwiR3H51nUizxkMb/2Iq0zltWEBu1I82nhrFQA67Qza3H//Y+s7QFiY5W42uJseSCx5PFjCc9Q== X-Received: by 10.55.26.156 with SMTP id l28mr25400289qkh.164.1479245284107; Tue, 15 Nov 2016 13:28:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.149.55 with HTTP; Tue, 15 Nov 2016 13:28:03 -0800 (PST) In-Reply-To: References: From: Yao Qi Date: Tue, 15 Nov 2016 21:28:00 -0000 Message-ID: Subject: Re: Use of mcheck during GDB development To: Florian Weimer Cc: Pedro Alves , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00399.txt.bz2 On Tue, Nov 15, 2016 at 8:22 PM, Florian Weimer wrote: > > I think most people use valgrind for memory debugging. > FWIW, I use asan and valgrind for memory debugging in gdb work. --=20 Yao (=E9=BD=90=E5=B0=A7)