From 10494aa3fb4c97bdbe2c1381767fae21b7d66618 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 22 Mar 2006 01:22:28 +0000 Subject: * gdb/ser-mingw.c (net_windows_state): Add mutex. (net_windows_select_thread): Grab lock around access to read_event. (net_windows_wait_handle): Do not reset the read_event. (net_windows_open): Create a mutex. (net_windows_read_prim): New function. (_initialize_ser_windows): Use it. --- ChangeLog.csl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index 95a2ea8a1..77f90d9f7 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,13 @@ +2006-03-21 Mark Mitchell + + * gdb/ser-mingw.c (net_windows_state): Add mutex. + (net_windows_select_thread): Grab lock around access to + read_event. + (net_windows_wait_handle): Do not reset the read_event. + (net_windows_open): Create a mutex. + (net_windows_read_prim): New function. + (_initialize_ser_windows): Use it. + 2006-03-20 Mark Mitchell * libiberty/pex-common.c (pex_run): Close the write end of the -- cgit v1.2.3