From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23654 invoked by alias); 28 May 2007 12:23:04 -0000 Received: (qmail 23646 invoked by uid 22791); 28 May 2007 12:23:03 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.171) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 May 2007 12:23:02 +0000 Received: by ug-out-1314.google.com with SMTP id j40so1590142ugd for ; Mon, 28 May 2007 05:22:59 -0700 (PDT) Received: by 10.78.186.9 with SMTP id j9mr1624055huf.1180354978961; Mon, 28 May 2007 05:22:58 -0700 (PDT) Received: from ?192.168.0.153? ( [217.218.36.149]) by mx.google.com with ESMTP id 35sm164506nfu.2007.05.28.05.22.54; Mon, 28 May 2007 05:22:57 -0700 (PDT) Subject: GDB reference manual From: Hossein Aminaiee To: gdb@sourceware.org Content-Type: text/plain Date: Mon, 28 May 2007 12:23:00 -0000 Message-Id: <1180354351.4601.14.camel@delaram> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2007-05/txt/msg00169.txt.bz2 Hi all, I've developed an IDE for C++ and I'm about to provide a debugger for it using GDB. But I could not find any reference manual containing the gdb_* functions (API) listings and explanations. I wonder how people could develop IDEs and GDB frontends like anjuta, Kgdb, xgdb and so on using GDB. I might be missing some manuals. I'd really appreciate it if someone could tell me where to find the manuals. Cheers, Hossein Aminaiee