From: Aurelien Chanudet <aurelien.chanudet@enst.fr>
To: gdb@sources.redhat.com
Subject: process attaching gdb to itself
Date: Sun, 28 Sep 2003 20:45:00 -0000 [thread overview]
Message-ID: <5F29455D-F1EC-11D7-B4C2-00039345907E@enst.fr> (raw)
Hi all,
How can I have a running process gracefully attach gdb to itself ? I've
tried something like :
char cmd [256];
sprintf (cmd, "gdb attach %d", getpid ());
system (cmd);
which has the desired effect. However, once in gdb, the debugger is
stuck in wait4(2) and I cannot find a way to resume execution.
Thanks,
Aurelien
next reply other threads:[~2003-09-28 19:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-28 20:45 Aurelien Chanudet [this message]
2003-09-28 22:35 Michael Elizabeth Chastain
2003-09-28 22:45 ` Andrew Cagney
2003-09-29 2:21 ` Daniel Jacobowitz
2003-09-29 13:23 ` Andrew Cagney
2003-09-29 13:30 ` Daniel Jacobowitz
2003-09-29 14:54 ` Andrew Cagney
2003-09-29 14:59 ` Daniel Jacobowitz
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=5F29455D-F1EC-11D7-B4C2-00039345907E@enst.fr \
--to=aurelien.chanudet@enst.fr \
--cc=gdb@sources.redhat.com \
/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