From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lucius Fox Newsgroups: gmane.emacs.help Subject: How can I specify emacs to use a specified gdb with command parameters Date: Thu, 19 Mar 2009 18:27:32 -0700 Message-ID: <528a76e70903191827s7ea90e4dicf657f3910aaf841@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237522207 8913 80.91.229.12 (20 Mar 2009 04:10:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 04:10:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 20 05:11:24 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkW4p-0005Av-FD for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 05:11:23 +0100 Original-Received: from localhost ([127.0.0.1]:53143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkW3S-0004UG-Sv for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 00:09:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkTWM-0007k8-Fs for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 21:27:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkTWJ-0007h2-0J for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 21:27:38 -0400 Original-Received: from [199.232.76.173] (port=42306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkTWI-0007gz-QR for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 21:27:34 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]:48291) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkTWI-0003OO-Hp for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 21:27:34 -0400 Original-Received: by wa-out-1112.google.com with SMTP id j40so441435wah.26 for ; Thu, 19 Mar 2009 18:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=hkk/0JvF9+7dvTlySUv2MtgXbuklMTRLfdbJ4a+xgY4=; b=P23XH4UF/EvLRanOl5h3EPBvLdPpHJUoVI4dVmKvE/dgkHShiaWXfL4CtWRKG5vO/e B+WLxY4+pTZvCkvPHSwppaTMDiRqo9m0hBjJJssz+kGiYYjMb/3qfK/G8PAWNhgJdGJU ROUnWENfNGtptR6wiLmcEQsDkrbPNzWv9u3Jg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZkboDGQ9XKYpgR/qr4P+Ol/VrHCUKLouvh3BtOrtCaYKSRlyNTTBaOnp0ikXjbKG1t Lnqxv9uqp0ludmVhkDbp6uMVkciT+jDf76ef9ZWgK4U9Iw7vcIb3uzfj2JJ9JZEpPiUP SeGoD9gPZ7eOkCf95NaBvWKjXlthyNsQmKt4M= Original-Received: by 10.115.107.5 with SMTP id j5mr2067589wam.158.1237512452396; Thu, 19 Mar 2009 18:27:32 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 20 Mar 2009 00:08:33 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63114 Archived-At: HI, I want to setup gdb interface in emacs so that I can do source level debugging within emacs. My question is how can I specified gdb with command parameters? Instead of using the one emacs found in the $PATH. Thank you.