From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18527 invoked by alias); 7 May 2012 16:21:30 -0000 Received: (qmail 18513 invoked by uid 22791); 7 May 2012 16:21:26 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 May 2012 16:21:12 +0000 Received: by wibhj13 with SMTP id hj13so2868513wib.12 for ; Mon, 07 May 2012 09:21:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.83.38 with SMTP id n6mr17256426wiy.1.1336407671550; Mon, 07 May 2012 09:21:11 -0700 (PDT) Received: by 10.180.106.197 with HTTP; Mon, 7 May 2012 09:21:11 -0700 (PDT) Date: Mon, 07 May 2012 16:21:00 -0000 Message-ID: Subject: GDB plugin From: Abhijit Halder To: "gdb-patches@sourceware.org ml" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00181.txt.bz2 Hi all, Is there any way to load a GDB plugin (shared library having extended functionality) in current GDB? I am planning to develop one. Need yours opinion on this. Thanks, Abhijit Halder