* bug#11901: redhat linux 6.0 / emacs gdb
@ 2012-07-10 15:35 Strauss, Nicholas C
2012-07-10 20:04 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Strauss, Nicholas C @ 2012-07-10 15:35 UTC (permalink / raw)
To: 11901
Package: emacs
Version: 29.1.1
Package: gdb
Version: 7.1-29el6
_____________________________________________
From: Strauss, Nicholas C
Sent: Tuesday, July 10, 2012 11:34 AM
To: 'submit@debbugs.gnu.org'
Subject: redhat linux 6.0 / emacs gdb
Hi Emacs,
I am running emacs 29.1.1 and gdb 7.1-29el6 in redhat linux 6.0 64-bit
I do m-x gdb. When I type "attach <pid>" nothing happens.
Nick
Nicholas Strauss, Ph.D.
nicholas.c.strauss@boeing.com
Systems Engineer, Operations Analysis
The Boeing Company, Defence/Space/Security
TEL: (610)591-3351
FAX: (610)591-5636
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#11901: redhat linux 6.0 / emacs gdb
2012-07-10 15:35 bug#11901: redhat linux 6.0 / emacs gdb Strauss, Nicholas C
@ 2012-07-10 20:04 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2012-07-10 20:04 UTC (permalink / raw)
To: Strauss, Nicholas C; +Cc: 11901
"Strauss, Nicholas C" wrote:
> I am running emacs 29.1.1 and gdb 7.1-29el6 in redhat linux 6.0 64-bit
I'll assume you meant Emacs 23.1 on RHEL 6.0.
> I do m-x gdb. When I type "attach <pid>" nothing happens.
Works for me on RHEL 6.2:
## Start an Emacs in the background:
/usr/bin/emacs -Q &
[1] 4612
## Start a second Emacs to debug the first:
/usr/bin/emacs -Q
M-x gdb RET gdb --annotate=3 RET
gdb> attach 4612
If you are deleting the default "--annotate=3" from the gdb
command-line; don't.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-10 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 15:35 bug#11901: redhat linux 6.0 / emacs gdb Strauss, Nicholas C
2012-07-10 20:04 ` Glenn Morris
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.