From: Eli Zaretskii <eliz@gnu.org>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA 03/08] multi-process support: remote multi-process extensions
Date: Fri, 12 Sep 2008 16:10:00 -0000 [thread overview]
Message-ID: <ufxo5pcqx.fsf@gnu.org> (raw)
In-Reply-To: <200809121638.59063.pedro@codesourcery.com>
> From: Pedro Alves <pedro@codesourcery.com>
> Date: Fri, 12 Sep 2008 16:38:58 +0100
>
> - if (extended)
> - puts_filtered ("Detached from remote process.\n");
> + if (rs->multi_process_aware)
> + printf_filtered ("Detached from %s.\n",
> + target_pid_to_str (pid_to_ptid (pid)));
> else
> - puts_filtered ("Ending remote debugging.\n");
> + {
> + /* Unregister the file descriptor from the event loop. */
> + if (target_is_async_p ())
> + serial_async (remote_desc, NULL, 0);
> +
> + if (extended)
> + puts_filtered ("Detached from remote process.\n");
> + else
> + puts_filtered ("Ending remote debugging.\n");
> + }
Please put all user-visible messages inside _().
next prev parent reply other threads:[~2008-09-12 16:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-12 15:40 Pedro Alves
2008-09-12 15:43 ` Christopher Faylor
2008-09-12 16:10 ` Eli Zaretskii [this message]
2008-09-12 16:52 ` Pedro Alves
2008-09-18 23:25 ` Daniel Jacobowitz
2008-09-19 15:32 ` Pedro Alves
2008-09-19 16:30 ` Daniel Jacobowitz
2008-09-19 22:25 ` Pedro Alves
2008-09-22 13:29 ` [RFA 03/08] multi-process support: remote multi-process ?extensions 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=ufxo5pcqx.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=pedro@codesourcery.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