all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: W32 to AIX performance
Date: Mon, 03 Jul 2006 23:44:24 +0200	[thread overview]
Message-ID: <m3lkragy87.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <loom.20060703T195504-934@post.gmane.org> (Michael Mauger's message of "Mon, 3 Jul 2006 18:11:59 +0000 (UTC)")

Michael Mauger <mmaug@yahoo.com> writes:

> Well, I'm not seeing much of note.  I've got a debug version of Emacs running 
> under GDB.  I set a breakpoint on Fsignal and am using C-g to get control in 
> GDB (if I should be doing this in another way, please let me know...)

That is not the way to get control back to GDB.

You should "stop" the execution, typically by hitting C-z in gdb.

or you could run gdb inside Emacs:

- open a file in src, e.g. src/process.c

- M-x gdb

- it will typically suggest to debug emacs

- r 

- use the <STOP> icon in the tool-bar to stop the inferior emacs.

- use <GO> to continue.

      reply	other threads:[~2006-07-03 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-27 23:48 W32 to AIX performance Michael Mauger
2006-06-28  8:28 ` Kim F. Storm
2006-06-29  3:10   ` Michael Mauger
2006-07-03 18:11     ` Michael Mauger
2006-07-03 21:44       ` Kim F. Storm [this message]

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

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

  git send-email \
    --in-reply-to=m3lkragy87.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.