summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authormgherzan <mgherzan>2013-07-02 11:59:24 +0000
committermgherzan <mgherzan>2013-07-02 11:59:24 +0000
commit538934e56883d8ca0db00db52dcbd7ad7aeb6fc8 (patch)
tree39ed62ac0cb81c3d64ffadfdd030a5617894c989 /gdb/gdbserver/ChangeLog
parent98f3193de4ce9ae09a07ea05fb77e0f5a55a43fe (diff)
downloadgdb-538934e56883d8ca0db00db52dcbd7ad7aeb6fc8.tar.gz
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>
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index e416a26da94..7171cfa31bc 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,13 @@
2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
+ * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
+ attribute inside the parentheses.
+ (winapi_DebugSetProcessKillOnExit): Ditto.
+ (winapi_DebugBreakProcess): Ditto.
+ (winapi_GenerateConsoleCtrlEvent): Ditto.
+
+2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
+
* notif.h (notif_event): Add a dummy member to avoid compiler
errors.