From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id jGEkE7ggVGKNKgAAWB0awg (envelope-from ) for ; Mon, 11 Apr 2022 08:36:08 -0400 Received: by simark.ca (Postfix, from userid 112) id DEDDB1F202; Mon, 11 Apr 2022 08:36:07 -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 2025B1E150 for ; Mon, 11 Apr 2022 08:36:06 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6471F385C31D for ; Mon, 11 Apr 2022 12:36:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6471F385C31D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649680565; bh=ZtS5QRyn46xUVy8hXPyQxeu0NkQwlrSCRFivS7OcONE=; 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=p6SXiYFardTzFPJA0rUsCE1TIzoK7RFhN3eFMVwDOBQ5D174iWBpY2Tffxxrqx0Bv 26zzl28OHm8gyfJPrljgrb3TPv4+oibscxHamJacK9rpXpjLTxobJh/MMS5XxE30eC OQRdgXePLMrDz+qoqHTvrDK9dGJz4SjNoNyFlXhE= Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 5B8443858D1E for ; Mon, 11 Apr 2022 12:35:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5B8443858D1E Received: by mail-ej1-x636.google.com with SMTP id ks6so5918724ejb.1 for ; Mon, 11 Apr 2022 05:35:37 -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=ZtS5QRyn46xUVy8hXPyQxeu0NkQwlrSCRFivS7OcONE=; b=QstOlAjWy2PAYzyFaGV3uiN+fQ+1YJQJd7RB6HK9BSb1OEc72BXGq4WyCSqkac04S/ sC9DLLy/Fk7GbyQDpLsJBZ7Y2WJKIM4m7JlqEwkxQI733hK0Og3cZEJwdfc4UspWSt8O fWkq9Riozzwg0r7Ff+H6vztGVwQfHNoFwxqJ2h06Izdz9psUQRMDfsJne4prWdY3fuXI 3Z3ayolPxd4MsgYjaHeogAv9h3stKpIdXwxwnbbQHpDDu/NAcvYXZRhk5891iHv5vCtb JM422CPYtkIh4O7J+vw4WnrE6/5DoUrFv/eUEJGCqV/Zncia5zpgSQSlsbVOK7nVy0VT 8sSA== X-Gm-Message-State: AOAM532q27oOLSaXkegqOsZ1b2yY/DX68l+3PDR1MYyorWCuVG7QSO6q 0kKcnsfU+CHm7BD9LzH44cG7yWI00sbqg02IHzc= X-Google-Smtp-Source: ABdhPJxvOdtF/vIBej4WFmhSb54lirLEnm+dj7UIZiP9Vy9iPUIbYEHf+nkc4elr+Yb8Hcq4YuK8mWYu1niq7KqR/go= X-Received: by 2002:a17:907:1c1c:b0:6e4:e488:4e76 with SMTP id nc28-20020a1709071c1c00b006e4e4884e76mr29160012ejc.93.1649680536155; Mon, 11 Apr 2022 05:35:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 11 Apr 2022 20:35:24 +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 Mon, Apr 11, 2022 at 6:48 PM O=C4=9Fuzhan Ero=C4=9Flu wrote: > > Hiiii, it has HTTP and WebSocket APIs to communicate from other tools. Al= so you can write plugins with using GDB-embedded Python API and you can add= custom HTTP APIs and call them from your tool. > > You may want to look at this tutorials: > https://rohanrhu.github.io/gdb-frontend/tutorials/makefile-integration/ > https://rohanrhu.github.io/gdb-frontend/tutorials/plugin-development/ > > If you need a non-existent API for your integration, feel free to tell me= or it would be nice if you could add the required API. Thanks, I'll check it out. Yours, Hongyi > Hongyi Zhao , 11 Nis 2022 Pzt, 04:54 tarihinde =C5= =9Funu yazd=C4=B1: >> >> 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 > > > > -- > O=C4=9Fuzhan Ero=C4=9Flu > http://oguzhaneroglu.com/