aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-01-09 10:43:37 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-01-09 10:43:37 +0000
commit5732a500953b06899d4308778d7850999f70219c (patch)
tree1ea091bd44c29b2ce79a74a0bd262646f64e48f7 /gdb/ChangeLog
parentdef4de3a93f2afada6d171534f4eee9f55a95298 (diff)
downloadgdb-5732a500953b06899d4308778d7850999f70219c.zip
gdb-5732a500953b06899d4308778d7850999f70219c.tar.gz
gdb-5732a500953b06899d4308778d7850999f70219c.tar.bz2
* win32-nat.c (get_image_name, win32_xfer_memory): Fix type
definition of local variable "done". (info_w32_command, handle_exception): Remove unnecessary cast.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d5ce356..a3f00fd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2009-01-09 Joel Brobecker <brobecker@adacore.com>
+ * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
+ definition of local variable "done".
+ (info_w32_command, handle_exception): Remove unnecessary cast.
+
+2009-01-09 Joel Brobecker <brobecker@adacore.com>
+
* win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
DebugSetProcessKillOnExit. Update all uses in this file.
(kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.