From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5972 invoked by alias); 23 Nov 2002 11:36:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5922 invoked from network); 23 Nov 2002 11:35:57 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 23 Nov 2002 11:35:57 -0000 Received: from zaretsky (adsl-ayalon-pc-129-40.inter.net.il [213.8.129.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BYZ89226; Sat, 23 Nov 2002 13:35:42 +0200 (IST) Date: Sat, 23 Nov 2002 03:36:00 -0000 From: "Eli Zaretskii" To: a2782@dis.ulpgc.es Message-Id: <2950-Sat23Nov2002133546+0200-eliz@is.elta.co.il> CC: gdb@sources.redhat.com In-reply-to: <200211231133.gANBXsA06590@siglo21.dis.ulpgc.es> (a2782@dis.ulpgc.es) Subject: Re: Emacs and GDB Reply-to: Eli Zaretskii References: <200211231133.gANBXsA06590@siglo21.dis.ulpgc.es> X-SW-Source: 2002-11/txt/msg00336.txt.bz2 > Date: Sat, 23 Nov 2002 11:33:54 GMT > From: a2782@dis.ulpgc.es > > Does anyone know how Emacs invokes GDB? Emacs calls GDB like this: gdb -fullname where "" is whatever you type at "M-x gdb"'s prompt. In other words, if you tell Emacs to invoke GDB with "gdb myprog", Emacs invokes "gdb -fullname myprog". See gud.el in the Emacs distribution for more details, and see the GDB user manual for the description of the -fullname option.