From: Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org>
To: gdb-patches@sourceware.org
Subject: Re: [RFA] gdb/win32-nat.c: do not call CloseHandle on process and thread handles
Date: Sat, 24 Nov 2007 05:44:00 -0000 [thread overview]
Message-ID: <20071124054405.GB4214@ednor.casa.cgf.cx> (raw)
In-Reply-To: <006201c82dec$de431850$9ac948f0$@u-strasbg.fr>
On Fri, Nov 23, 2007 at 05:21:14PM +0100, Pierre Muller wrote:
> Following Christopher and Pedro's comments,
>I added a new variable called fake_create_used
>to record if the current_process_handle is
>coming from OpenProcess called in fake_create_process,
>in which case we should close the handle, or
>coming from the CREATE_PROCESS_DEBUG_EVENT,
>which is closed by the system.
>
>Pierre
>
>ChangeLog entry:
>
>2007-11-23 Pierre Muller <muller@ics.u-strasbg.fr>
>
> *win32-nat.c (fake_create_used): New static variable.
> (win32_init_thread_list): Remove call to CloseHandle for thread.
> (win32_delete_thread): Ditto.
> (fake_create_process): Set fake_create_used if OpenProcess call
> is successful.
> (get_win32_debug_event): Do not close process handle.
> (do_initial_win32_stuff): Set fake_create_used to zero.
> (win32_mourn_inferior): Call CloseHandle for current_process_handle
> if fake_create_process is set.
> (win32_kill_inferior): Do not close process and main_thread handles.
I'd prefer if you called the flag variable "open_process_used" since I
think that's more descriptive.
Also, rather than using printf_unfiltered, shouldn't you be using error,
like the rest of the code?
And, the GNU C coding standard seems to imply that braces around single
line statements after an `if' are not required. Most of the code in
win32-nat.c follows this convention so I would appreciate if you would
eliminate this use of braces where appropriate.
Other than that, the patch looks good.
cgf
next prev parent reply other threads:[~2007-11-24 5:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-22 12:49 Pierre Muller
2007-11-22 12:56 ` Pedro Alves
2007-11-22 13:56 ` Pierre Muller
2007-11-22 14:37 ` Pedro Alves
2007-11-23 1:18 ` Christopher Faylor
2007-11-23 16:21 ` Pierre Muller
2007-11-24 5:44 ` Christopher Faylor [this message]
2007-11-26 9:21 ` [RFA 2] " Pierre Muller
2007-12-02 5:46 ` Christopher Faylor
2007-11-23 16:33 ` [RFA] " Pedro Alves
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=20071124054405.GB4214@ednor.casa.cgf.cx \
--to=cgf-use-the-mailinglist-please@sourceware.org \
--cc=gdb-patches@sourceware.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox