emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: W32 to AIX performance


From: Kim F. Storm
Subject: Re: W32 to AIX performance
Date: Mon, 03 Jul 2006 23:44:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Michael Mauger <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]