From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id nQiQOV+KU2IsFgAAWB0awg (envelope-from ) for ; Sun, 10 Apr 2022 21:54:39 -0400 Received: by simark.ca (Postfix, from userid 112) id DAF911F1FA; Sun, 10 Apr 2022 21:54:39 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 68C791ED17 for ; Sun, 10 Apr 2022 21:54:39 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A9E95385145C for ; Mon, 11 Apr 2022 01:54:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9E95385145C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649642078; bh=D+55Mpah4c+x1pxU2pBSdsUt/sYPHKCnktP2tJ0vYTE=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=pABSVq80bzBvzAN+j/4zsvon4sfZBqtmYBHtL8FtXq1arcrFKzvTTR1fLr8PziFI7 hBEyY30L76f8zKiXAwONhJX8pUAaQbTRqjwfiFfoo0CJSa1a3R8tb/CrxhbwpARVWY LaQER+CC4NNGmVvAbTER/1OqwhADhSOGuUHZWgGw= Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 4BE593858C56 for ; Mon, 11 Apr 2022 01:54:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4BE593858C56 Received: by mail-ej1-x62a.google.com with SMTP id p15so27905393ejc.7 for ; Sun, 10 Apr 2022 18:54:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=D+55Mpah4c+x1pxU2pBSdsUt/sYPHKCnktP2tJ0vYTE=; b=nmWY7YKtHG7KFOgNHJw24sRIT9N7BwCeNrxC3KNOgdlzGMRyyiozGRxIhN9jPhtLa9 InqHY2maa14p9FDSRhQh9bbIuXYuHD06bBWfumNeuqrA3cRT8B43r98yfKEz/LKANo8B lJ0DY5A9Q+M7J3Ma6WjDMVquWPPBqKlK3eM69ikHO0p7uxo66I4zfhkDI1+QNcDC+ItD fEsGHIN9cbs8oEusqb6JUOtqmVKEsVa1dYeo5poTN71i4KvTteTQLy2cKaaa+sjY4X7v WghWuoKyWTgv5iRDFTnUy8KRkC6CrZdX4RC4I6LaJXdr9zJmsLb9tVoEBTNqjizarXCk pE1Q== X-Gm-Message-State: AOAM533li6OXyG4h+9303fYH3++T8FpMg0Djl3tdv/QrCkty6QsYJYR0 o1YGaAPFRj06if2hUQ7UfoDVtq+mUrNhi3tksdc= X-Google-Smtp-Source: ABdhPJyLPuhzNZHNoug9z/wnFxnBubevDBffBv/iwlqXpYUuPWvvHIiaj+XNsL8N+p0HVpUG53ge8eP4s/R8I5m/QLA= X-Received: by 2002:a17:907:948c:b0:6e7:fe2b:68f0 with SMTP id dm12-20020a170907948c00b006e7fe2b68f0mr27852010ejc.749.1649642043058; Sun, 10 Apr 2022 18:54:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 11 Apr 2022 09:53:51 +0800 Message-ID: Subject: Re: GDBFrontend To: =?UTF-8?B?T8SfdXpoYW4gRXJvxJ9sdQ==?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: , From: Hongyi Zhao via Gdb Reply-To: Hongyi Zhao Cc: gdb@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Sun, Apr 10, 2022 at 9:41 PM O=C4=9Fuzhan Ero=C4=9Flu via Gdb wrote: > > Hiii, you can add my GDBFrontend thing to GDB's page. > > Github: https://github.com/rohanrhu/gdb-frontend Nice tool. I'm not sure if this can be integrated with Emacs. Hongyi