This is the mail archive of the gdb-cvs@sourceware.org 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]

src/gdb/gdbserver ChangeLog win32-low.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mgherzan@sourceware.org	2013-07-02 11:59:25

Modified files:
	gdb/gdbserver  : ChangeLog win32-low.c 

Log message:
	gdbserver, win32: fix some function typedefs
	
	2013-05-25  Mircea Gherzan  <mircea.gherzan@intel.com>
	
	gdbserver/
	* win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
	attribute inside the parentheses.
	(winapi_DebugSetProcessKillOnExit): Ditto.
	(winapi_DebugBreakProcess): Ditto.
	(winapi_GenerateConsoleCtrlEvent): Ditto.
	
	Change-Id: I3aab72f2a1725a46b9da0e41a4ba08d7886284b9
	Signed-off-by: Mircea Gherzan <mircea.gherzan@intel.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.739&r2=1.740
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/win32-low.c.diff?cvsroot=src&r1=1.65&r2=1.66


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