This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

threads/1048


The following reply was made to PR threads/1048; it has been noted by GNATS.

From: cgf@sources.redhat.com
To: gdb-gnats@sourceware.org
Cc:  
Subject: threads/1048
Date: 26 Dec 2003 04:29:22 -0000

 CVSROOT:	/cvs/uberbaum
 Module name:	gdb
 Changes by:	cgf@sourceware.org	2003-12-26 04:29:22
 
 Modified files:
 	.              : ChangeLog win32-nat.c 
 
 Log message:
 	Fix for PR threads/1048
 	* win32-nat.c (thread_info_struct): Add reload_context flag.
 	(thread_rec): Don't reload thread context here.  Just set a flag.
 	(do_child_fetch_inferior_registers): Reload thread context here if appropriate.
 	Avoid doing anything if current_thread is NULL thanks to strange Windows
 	behavior.
 	(child_fetch_inferior_registers): Avoid doing anything if current_thread is
 	NULL.
 	(do_child_store_inferior_registers): Ditto.
 	(child_store_inferior_registers): Ditto.
 	(child_kill_inferior): Ditto.
 	(fake_create_process): Pretend to create a process for pathological windows
 	attach situation.
 	(get_child_debug_event): Call fake_create_process when the first event noticed
 	is thread creation rather than process creation.
 	(child_attach): Always set attach_flag when attaching.
 	(child_create_inferior): Set attach_flag to zero since we're not attaching.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.5117&r2=1.5118
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]