OSDN Git Service

gdb/
authorvprus <vprus>
Tue, 14 Aug 2007 11:09:36 +0000 (11:09 +0000)
committervprus <vprus>
Tue, 14 Aug 2007 11:09:36 +0000 (11:09 +0000)
* breakpoint.c (disable_breakpoints_in_shlibs): Remove
the 'silent' parameter and code to implement that.
* breakpoint.h (disable_breakpoints_in_shlibs): Adjust
prototype.
* win32-nat.c: Adjust.
* solib.c: Adjust.

gdb/ChangeLog

index 9f58c40..da35d38 100644 (file)
@@ -1,6 +1,16 @@
 2007-08-14  Vladimir Prus  <vladimir@codesourcery.com>
 
        gdb/
+       * breakpoint.c (disable_breakpoints_in_shlibs): Remove
+       the 'silent' parameter and code to implement that.
+       * breakpoint.h (disable_breakpoints_in_shlibs): Adjust
+       prototype.
+       * win32-nat.c: Adjust.
+       * solib.c: Adjust.
+       
+2007-08-14  Vladimir Prus  <vladimir@codesourcery.com>
+
+       gdb/
        * breakpoint.c (update_breakpoints_after_exec): Don't
        set address to zero.