unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: filtering output from compile
Date: Sun, 29 Dec 2002 17:57:48 +0100	[thread overview]
Message-ID: <84bs34pxtf.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: 84bs35xdlw.fsf@lucy.cs.uni-dortmund.de

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> "Theepa Somasundaram" <theepa@hemphil.f9.co.uk> writes:
>
>> I have a Make file which contains a line like,
>>         gdb dummy.exe
>> I run the make file from Emacs in compile mode. I would like Emacs
>> not to send the command to the shell and instead to execute the
>> debugger within Emacs, as if I had started the debugger with a
>> shotcut key.
>
> It is not possible for make to talk back to Emacs to do stuff.  So
> you will have to circumvent make.
>
> I suggest you try M-x gdb RET.

I forgot to mention that it might be possible to change the command
line.  M-x gdb RET offers you to type a command.  You could try
typing "make frumple" there, if frumple is the target that invokes
the debugger in the end.

But this might fail because M-x gdb RET does some magic with the
command line that you type.  Investigate the function
gud-gdb-massage-args for the gory details.
-- 
Ambibibentists unite!

  reply	other threads:[~2002-12-29 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.677.1041122911.19936.help-gnu-emacs@gnu.org>
2002-12-29 11:34 ` filtering output from compile Kai Großjohann
2002-12-29 16:57   ` Kai Großjohann [this message]
2002-12-29  0:54 Theepa Somasundaram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84bs34pxtf.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).