From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 01A34383E4A1 for ; Sun, 10 Apr 2022 19:39:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 01A34383E4A1 Received: by mail-pl1-x62f.google.com with SMTP id 12so361846pll.12 for ; Sun, 10 Apr 2022 12:39:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lqGCsOezcWvSksLhCF2qGC+Y9iHg9li4mDOOGKrst+M=; b=GIms63Q5kAEmi8SNCv4BUOsPwPHfWU7C8hzlOt/GUhYDp0KDysJlXsR3w/ZfBiV11J XtLJR6jiSsKD5mnBQVANHllj2RsW+y3ae5reHZKrgH3XxBs2Vh8Zl6DUXFQNyJDXFWqt 3HiUQQKk//LY4dohfEtP+pnYEGNWtJ0loFwsHq2if23PvUUWIYzxGdh+SarpfikwbUPH pSs677Uz0EV2Pa2w5GK+/ikGikRwznJSW7iacqjGRA/Apc/9zPodkyxNL05qhPkXVCIv gleMGL2FOP/FUh+VOIb1KFQ3QNdYg/E7NihXRbeJp9M0AUDCWpnymqMVoZE5Z7x+dKYc FugA== X-Gm-Message-State: AOAM530WFAJ5TQKAZDscB6slXKrt56sw5OgteqH0d6BfhQb9Ks+p+ZSP 4ExbgyQwGisVR1IP62x7/sz9uN2I6P6q X-Google-Smtp-Source: ABdhPJyuGg3ofIG828t94AUM6XXycKC94gVsMaO9qfqBlKilivPIXY3+eC1nv3jrTSBNiw2ZQqhq5Q== X-Received: by 2002:a17:902:e546:b0:158:6d0d:bdb8 with SMTP id n6-20020a170902e54600b001586d0dbdb8mr328300plf.108.1649619539810; Sun, 10 Apr 2022 12:38:59 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id c18-20020a056a000ad200b004cdccd3da08sm34162456pfl.44.2022.04.10.12.38.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Apr 2022 12:38:59 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 23593A58BF; Sun, 10 Apr 2022 12:38:58 -0700 (PDT) Date: Sun, 10 Apr 2022 12:38:58 -0700 From: Joel Brobecker To: =?utf-8?Q?O=C4=9Fuzhan_Ero=C4=9Flu?= via Gdb Cc: Joel Brobecker Subject: Re: GDBFrontend Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Sun, 10 Apr 2022 19:39:02 -0000 > Hiii, you can add my GDBFrontend thing to GDB's page. > > Github: https://github.com/rohanrhu/gdb-frontend Sure; done at: https://sourceware.org/gdb/wiki/GDB%20Front%20Ends -- Joel