summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2000-06-03 05:04:14 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2000-06-03 05:04:14 +0000
commitfe4766cf9b893faec2239ce83021801f9322abb5 (patch)
treee01e9bbf157bed2af631b6af617f957bea554ab0 /gdb/ChangeLog
parent7832da0294b9418c0baffc5fd41f92b7e7373ee7 (diff)
downloadgdb-fe4766cf9b893faec2239ce83021801f9322abb5.tar.gz
* win32-nat.c: Fix up gcc warnings throughout.gdb-pre-params-removal-2000-06-04
(handle_load_dll): Change DLL name to lower case. (handle_exception): Add a second argument indicating whether a breakpoint should be ignored. Return a 0 if the breakpoint was ignored. (get_child_debug_event): Pass argument to handle_exception to control whether a breakpoint should be ignored. (child_create_inferior): Use modern cygwin API. Explicitly clear last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection of first breakpoint. * configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change. * configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b0b600c3568..da0f2369190 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,19 @@
2000-06-02 Christopher Faylor <cgf@cygnus.com>
- * configure.in: Detect correct versions of ranlib and windres when
+ * win32-nat.c: Fix up gcc warnings throughout.
+ (handle_load_dll): Change DLL name to lower case.
+ (handle_exception): Add a second argument indicating whether a
+ breakpoint should be ignored. Return a 0 if the breakpoint was
+ ignored.
+ (get_child_debug_event): Pass argument to handle_exception to control
+ whether a breakpoint should be ignored.
+ (child_create_inferior): Use modern cygwin API. Explicitly clear
+ last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection
+ of first breakpoint.
+
+2000-06-02 Christopher Faylor <cgf@cygnus.com>
+
+ * configure.in: Detect correct versions of dlltool and windres when
cross-compiling.
* configure: Regenerate.