From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11900 invoked by alias); 22 Jul 2013 02:08:02 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 11864 invoked by uid 89); 22 Jul 2013 02:08:01 -0000 X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 02:08:01 +0000 Received: by mail-oa0-f50.google.com with SMTP id k7so8333450oag.23 for ; Sun, 21 Jul 2013 19:07:53 -0700 (PDT) X-Received: by 10.182.120.132 with SMTP id lc4mr19025397obb.22.1374458873455; Sun, 21 Jul 2013 19:07:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.116.101 with HTTP; Sun, 21 Jul 2013 19:07:13 -0700 (PDT) In-Reply-To: References: From: Hui Zhu Date: Mon, 22 Jul 2013 02:08:00 -0000 Message-ID: Subject: Re: Reverse debugging for arm baremetal targets? To: Terry Guo Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-07/txt/msg00069.txt.bz2 On Mon, Jul 22, 2013 at 9:37 AM, Terry Guo wrote: > Hi there, > > Is this feature enabled for arm baremetal targets? If not, is it > possible to do so and what kind of problems we need to solve to > achieve this? Thanks in advance for your help. > > Best Regards, > Terry If just for reverse debug, I think it is not depend on the arch. So I think it is OK for ARM. And if I remember is right, simics support it. Thanks, Hui