From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2e.google.com (mail-oa1-x2e.google.com [IPv6:2001:4860:4864:20::2e]) by sourceware.org (Postfix) with ESMTPS id 1996D3858D1E for ; Mon, 11 Apr 2022 10:48:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1996D3858D1E Received: by mail-oa1-x2e.google.com with SMTP id 586e51a60fabf-de48295467so16738495fac.2 for ; Mon, 11 Apr 2022 03:48:17 -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; bh=0X7Dhtuwg70c1annPzLleGmZInhAYqshGcUzuG0SG48=; b=EJV9j8w4vVrUMlOwSLaa5HY9zHTk6kdzE+Ko47mshRHljKsm/+zgWJzIVH71IIgsPa PNesPLzD6R1sRgcpMcF9M5B5RKOLhS3Xyun1DBKQT/RdguDOU++M6cRemTYTMzX163Z2 rth7XkesBfAyyTJmYex1Z+ivzjU3RFUtxHvgoSGj0nhfr3DLDsV6WSJ+ZktaE6jdkszz OeWz4AYwSLLcLB6WdEbBpOyyUphEKq+WYJb9hyBHoHEGJ7gzG9dswE4tpsUzjIUF5qIx QfAGLpjXCNPW/UfW7wfHiptDlB2SYEVfjY5MOTio9J4JDwGHWd8+Yi0TmocZMLaojoHc OZRg== X-Gm-Message-State: AOAM533RUNTNB2dm8EcYviH4TwqKLj5olVIJRP0F2mIcxHNB6EKPlrDL tiaLULwWtWAs3ykcT/Gec0vMMYc+9FI1BrC/q/4= X-Google-Smtp-Source: ABdhPJysYfA5rOZROTy26irEp7x7BZJ3g2yQY3xxR6rXPXuPWlXO7I/DKHPM/JPXguZK7GqDAFg3SwikBWiZ3beTRNg= X-Received: by 2002:a05:6870:240a:b0:de:7fcb:56c0 with SMTP id n10-20020a056870240a00b000de7fcb56c0mr14022801oap.8.1649674096366; Mon, 11 Apr 2022 03:48:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?T8SfdXpoYW4gRXJvxJ9sdQ==?= Date: Mon, 11 Apr 2022 13:48:06 +0300 Message-ID: Subject: Re: GDBFrontend To: Hongyi Zhao Cc: gdb@sourceware.org X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Mon, 11 Apr 2022 10:48:18 -0000 Hiiii, it has HTTP and WebSocket APIs to communicate from other tools. Also 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. 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 > --=20 O=C4=9Fuzhan Ero=C4=9Flu http://oguzhaneroglu.com/