From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 6D08C3840C29 for ; Fri, 22 May 2020 16:39:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6D08C3840C29 Received: by mail-wm1-x330.google.com with SMTP id z4so9224174wmi.2 for ; Fri, 22 May 2020 09:39:54 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iIH7rHjQO/vfYKarV8F+04pCCue0cTHUhH/AwiasE7w=; b=RHqFZ03C/UdH6bCHp7atkcQbac/5GjXrm6R0d+Wim+pidEtahY2GRTROrPaaiyiA2j wmfLI0/J4TSI3eJMHN04Y98B+R4yd1/u8IQts+YoPz6jOgtEYqMpj0APgmGBgyeNGwSY WDIvQC2uTqzzlnZ+/+Lby5h5+2K51ILaRccRwnpJv14yfwFAjN4TU8pNczEzzzmRaM7T QUu0QMGZ17CGdSFhPpU3Qqr4+TmCEfHau86ns4zW24cNaHJXxOvRHC/Fat5wx6DuVZrL kjJszb22m1hMBy97n4IxnBWiDiAIvnAaeRwIQx4qW47oMV32idu1hjP9d+YPslZ1kfWj Xi/w== X-Gm-Message-State: AOAM531vUV+YtfJ0bILAyJHgisKAPxrEOaxqoGXSWxzpJ4c3aDHmFrvV BhM5FPehx1wk0sEiYVM63o1ojCTkqQKDAIGZQCA= X-Google-Smtp-Source: ABdhPJzBFcaVN6q9OO6X7nkeoTXvzgsLVlwL9IseEw9PuWxfEtVnYVtEbEmngYaBjXA465NQEHW9FU7o49hhk2Vywgg= X-Received: by 2002:a7b:cc0e:: with SMTP id f14mr13975247wmh.39.1590165593490; Fri, 22 May 2020 09:39:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Christo Crause Date: Fri, 22 May 2020 18:39:41 +0200 Message-ID: Subject: Re: apply patch to avr-gdb to be able to debug on assembler level To: Klaus Rudolph Cc: gdb@sourceware.org X-Spam-Status: No, score=-0.5 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: Fri, 22 May 2020 16:39:55 -0000 On Fri, May 22, 2020 at 4:06 PM Klaus Rudolph wrote: > Hi, > > I today run into a well known problem with avr-gdb. > There is already a patch provided within the bug report. > > > https://sourceware.org/bugzilla/show_bug.cgi?id=13519 > Indeed, the curious case of the apparently straight-forward fix that hasn't been applied. Is there actually a maintainer for the AVR port? On the flip side this bug forced me to figure out how to patch and build avr-gdb myself.