aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2008-06-24 02:33:17 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2008-06-24 02:33:17 +0000
commiteff8332bf042fb55494a32d8aa37cd80a3f3c1b2 (patch)
tree73af42830f67341881970fff5b4db6a82352da94 /gdb/ChangeLog
parent6afe8e98a664d4a54e613ad9f4d28c426e50db96 (diff)
downloadgdb-eff8332bf042fb55494a32d8aa37cd80a3f3c1b2.zip
gdb-eff8332bf042fb55494a32d8aa37cd80a3f3c1b2.tar.gz
gdb-eff8332bf042fb55494a32d8aa37cd80a3f3c1b2.tar.bz2
* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
(do_initial_win32_stuff): Fix problem with inability to set breakpoints when first loading DLL with "dll" command.
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 5bce092..d1757dc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-23 Christopher Faylor <me.gdb.changelog@cgf.cx>
+
+ * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
+ (do_initial_win32_stuff): Fix problem with inability to set breakpoints
+ when first loading DLL with "dll" command.
+
2008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
* gnu-nat.c (proc_string): Use capital T for "Thread".