From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18930 invoked by alias); 1 Sep 2014 19:50:22 -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 18920 invoked by uid 89); 1 Sep 2014 19:50:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f48.google.com Received: from mail-oa0-f48.google.com (HELO mail-oa0-f48.google.com) (209.85.219.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Sep 2014 19:50:19 +0000 Received: by mail-oa0-f48.google.com with SMTP id m1so4015542oag.7 for ; Mon, 01 Sep 2014 12:50:17 -0700 (PDT) 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-type:content-transfer-encoding; bh=Eic+aq9YLDIJPyWuJVns4cHdyWHa6MjF8qF+q6QEZDg=; b=SV/19Msu/utGeBfr3tR4dx/KWLlzv7N4w7U5LmC35RgVXSLqsCesG7cUAYPoWIYyVQ jott40av/JoYGjqZAGqQUWjgVuBrwkf4Shxe4HheClc9OKlW1lkv/Nju6GxAz4H2Jad6 X4F8fr8cFLgjizPuyAyJ/j1h+R95P9aa3VDfJKJT2b2CCZUCuIyONga0P09sXRYpaszC eQaiK9fTBPu5wOu5y943zV5o/a15fQaSOaGqT5FusIdTO++VPZTUyxm2q3FabN92AGYi WAA0+xkMvSbsUoHUeHwNjLR3lrEnK4Atyqa6OotK1Flhu/N7+4ksPBa8Q4WduUYrewX6 3C1w== X-Gm-Message-State: ALoCoQk2Lkx6jaAwQx5ke9jVhQN9/vhFDkCs8I7Kob9/Z7mpUfSal8/h3pcTLPg4JW3TuevA08B4 X-Received: by 10.60.33.35 with SMTP id o3mr28674117oei.7.1409601017600; Mon, 01 Sep 2014 12:50:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.140.40 with HTTP; Mon, 1 Sep 2014 12:49:57 -0700 (PDT) In-Reply-To: <87egvy8xhy.fsf@codesourcery.com> References: <1401898871-2270-1-git-send-email-omair.javaid@linaro.org> <1401898871-2270-4-git-send-email-omair.javaid@linaro.org> <87egvy8xhy.fsf@codesourcery.com> From: Omair Javaid Date: Mon, 01 Sep 2014 19:50:00 -0000 Message-ID: Subject: Re: [PATCH 3/7] Enable gdb process record on aarch64-linux targets To: Yao Qi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00031.txt.bz2 On 30 August 2014 08:30, Yao Qi wrote: > Omair Javaid writes: > >> This patch adds linux-record.o to gdb_target_obs in configure.tgt for >> aarch64*-linux* targets. >> >> gdb: >> >> 2014-06-04 Omair Javaid >> >> * configure.tgt: Add linux-record.o to gdb_target_obs. > > IIUC, linux-record.o provides the linux syscall support in process > record. However, I don't see aarch64-linux syscall record is supported > in 4/7. If so, do we still need this patch? Here is aarch64 syscall record patch: https://sourceware.org/ml/gdb-patches/2014-08/msg00636.html > > -- > Yao (=E9=BD=90=E5=B0=A7)