From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id B11D6398784A for ; Wed, 24 Jun 2020 19:09:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B11D6398784A Received: by mail-wr1-x431.google.com with SMTP id j4so884076wrp.10 for ; Wed, 24 Jun 2020 12:09:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cFc3QYP23nwkTOuKUxCU053qq6nXpNmVVhSxGyDlHY8=; b=N+p9kcE5WxSkkHKDGotS9TvSQFnzi7kQmP91RAzrC02b8AzyyXr3p6prxbSntsfUCe rW8NuMozwgev2uMTEobSLdtCL877it6QjJDniXpxo1Iz6OkAm6Oxc1P0NEGc8PYe3s6H 3+vDxEr1/fbdJhl0Tqw0Lyems1Zql91sG13qfGY7faSy70Lj/2LskaKIGqsVp67xvFF9 0dwSnnfiAPwWd83qbFD2Q0nRYZHPnBDO5e5O594qbkPL5dG+ADiw46jIPVxt/CcjNchO CSoNjmpFEy6wcgR/pRtY1aApTkjKhr6jVyykGN8zLM63QlpcJqWFbUHVPqeynNFL3rTy wojg== X-Gm-Message-State: AOAM530yJvTOLO8jomW5ldaxke2tU70I6ceHdIloAmCtiF6QW3Ld82yw LfcPEo8dRIOE/5DIEqWpWdz3Yt4ZiqIkLm5Wfe8= X-Google-Smtp-Source: ABdhPJxWC5JkrHkcahXvALIKYCjUed13HSZbEziPbCOZhVVsPwqI1FeR88IKSbN5HDGuBKABP66JOi5OYCgVrpcFams= X-Received: by 2002:a05:6000:1008:: with SMTP id a8mr1343313wrx.416.1593025769814; Wed, 24 Jun 2020 12:09:29 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:5654:0:0:0:0:0 with HTTP; Wed, 24 Jun 2020 12:09:29 -0700 (PDT) In-Reply-To: References: <20200622213956.GA3486027@host1.jankratochvil.net> <20200623072654.GA3548953@host1.jankratochvil.net> From: Ahmad Nouralizadeh Date: Wed, 24 Jun 2020 23:39:29 +0430 Message-ID: Subject: Re: GDB Frame Unwinding for Pure Assembly Code To: Simon Marchi Cc: Jan Kratochvil , "gdb@sourceware.org" X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2020 19:09:32 -0000 Hi Simon, Thanks, I will try. Regards. On Wednesday, 24 June 2020, Simon Marchi wrote: > On 2020-06-23 7:48 a.m., Ahmad Nouralizadeh via Gdb wrote: > > Hi Jan, > > Thanks for the answer! Could you tell me why is an inline unwinder used? > > Regards. > > I'd break on / add prints to the `inline_frame_sniffer` function and see > what it does. > > Simon >