From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27387 invoked by alias); 17 Oct 2014 06:45:15 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27371 invoked by uid 89); 17 Oct 2014 06:45:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f174.google.com Received: from mail-wi0-f174.google.com (HELO mail-wi0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 17 Oct 2014 06:45:14 +0000 Received: by mail-wi0-f174.google.com with SMTP id h11so1361517wiw.1 for ; Thu, 16 Oct 2014 23:45:11 -0700 (PDT) X-Received: by 10.194.108.104 with SMTP id hj8mr8107416wjb.28.1413528310827; Thu, 16 Oct 2014 23:45:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.106.68 with HTTP; Thu, 16 Oct 2014 23:44:30 -0700 (PDT) In-Reply-To: <5440588D.8060503@earthlink.net> References: <5440588D.8060503@earthlink.net> From: =?UTF-8?Q?=C3=96mer_Sinan_A=C4=9Facan?= Date: Fri, 17 Oct 2014 06:45:00 -0000 Message-ID: Subject: Re: GDB C API -- does such a thing exist? To: Stan Shebs Cc: gdb Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00053.txt.bz2 Thanks for all the answers. 2014-10-17 2:45 GMT+03:00 Stan Shebs : > MI is really the safe way to go. A lot of people suggested this so I guess that's right. Where can I find specification of it? One thing that I'm confused about this MI thing is that even IDEs don't use it, as far as I can see. For example, I just checked CLion and it's just running GDB prompt and talking with GDB using it. So I had a bad impression about it. I'm hoping to be wrong.