Move changelog entries to the right ChangeLog
authorVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 07:11:52 +0000 (07:11 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 07:11:52 +0000 (07:11 +0000)
ChangeLog
gdb/ChangeLog

index 00b62a804504c437c6bc07dffaf89482e947f657..809686646adbead808ea9fbbe41527d48e098e8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,56 +1,3 @@
-2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
-
-       Apply const qualifier to some users of bp_location.
-       * breakpoint.h (struct bpstats): Make
-       the breakpoint_at field point at const bp_location.
-       * breakpoint.c (bpstat_alloc): Accept const
-       bp_location.
-       (breakpoint_here_p, breakpoint_inserted_here_p)
-       (software_breakpoint_inserted_here_p)
-       (breakpoint_thread_match, bpstat_stop_status)
-       (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
-       const bp_location for iteration.
-       (print_it_typical, print_bp_stop_message): Use
-       const bp_location variable.
-
-2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
-
-       Make mark_breakpoints_out static.
-       * breakpoint.h (mark_breakpoints_out): Remove
-       declaration.
-       * breakpoint.c (mark_breakpoints_out): Make static.
-
-2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
-
-       Prevent clear_command from directly modifying breakpoint list.
-       * Makefile.in (breakpoint_h): Update dependency.
-       * breakpoint.c (clear_command): Do not remove
-       breakpoints from breakpoint_chain.  Collect breakpoints
-       to delete in a vector.
-       * breakpoint.h (breakpoint_p): New typedef for pointer to
-       breakpoint.  Register vector of breakpoint_p.
-
-2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
-
-       Remove 'run_cleanup'.
-       * defs.h (do_run_cleanups, make_run_cleanup): Remove
-       declarations.
-       * infcmd.c (run_command_1): Call clear_solib instead
-       of do_run_cleanups.
-       * jv-lang.c (java_rerun_cleanup): Remove, for lack of
-       any use.
-       * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
-       (update_solib_lib): Don't setup run cleanup.
-       (no_shared_libraries): Call clear_solib, not do_clear_solib.
-       * utils.c (run_cleanup_chain, make_run_cleanup)
-       (do_run_cleanups): Remove.
-               
-2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
-
-       Remove CLEAR_SOLIB use.
-       * corelow.c (core_close): Don't check for CLEAR_SOLIB.
-       * infcmd.c (attach_command): Likewise.
-       
 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.def (dependencies): Make configure-gdb depend on
index 7c98f3cdb011677e0f4eb08a680aa1cceb050b8b..51c7aa916eeedd5aaace1fa0d49be75e57b7ddb6 100644 (file)
@@ -1,3 +1,56 @@
+2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Apply const qualifier to some users of bp_location.
+       * breakpoint.h (struct bpstats): Make
+       the breakpoint_at field point at const bp_location.
+       * breakpoint.c (bpstat_alloc): Accept const
+       bp_location.
+       (breakpoint_here_p, breakpoint_inserted_here_p)
+       (software_breakpoint_inserted_here_p)
+       (breakpoint_thread_match, bpstat_stop_status)
+       (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
+       const bp_location for iteration.
+       (print_it_typical, print_bp_stop_message): Use
+       const bp_location variable.
+
+2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Make mark_breakpoints_out static.
+       * breakpoint.h (mark_breakpoints_out): Remove
+       declaration.
+       * breakpoint.c (mark_breakpoints_out): Make static.
+
+2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Prevent clear_command from directly modifying breakpoint list.
+       * Makefile.in (breakpoint_h): Update dependency.
+       * breakpoint.c (clear_command): Do not remove
+       breakpoints from breakpoint_chain.  Collect breakpoints
+       to delete in a vector.
+       * breakpoint.h (breakpoint_p): New typedef for pointer to
+       breakpoint.  Register vector of breakpoint_p.
+
+2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Remove 'run_cleanup'.
+       * defs.h (do_run_cleanups, make_run_cleanup): Remove
+       declarations.
+       * infcmd.c (run_command_1): Call clear_solib instead
+       of do_run_cleanups.
+       * jv-lang.c (java_rerun_cleanup): Remove, for lack of
+       any use.
+       * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
+       (update_solib_lib): Don't setup run cleanup.
+       (no_shared_libraries): Call clear_solib, not do_clear_solib.
+       * utils.c (run_cleanup_chain, make_run_cleanup)
+       (do_run_cleanups): Remove.
+               
+2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Remove CLEAR_SOLIB use.
+       * corelow.c (core_close): Don't check for CLEAR_SOLIB.
+       * infcmd.c (attach_command): Likewise.
+       
 2007-11-14  Doug Evans  <dje@google.com>
 
        * buildsym.c (start_subfile,start_symtab): Doc fixes.
This page took 0.037746 seconds and 4 git commands to generate.