Delete unnecessary code from kill_command
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index af46e69fb305d768d59050aa716724290b7e1257..3b5f9aab48cf7161ae93b34ad9953b38455f74a9 100644 (file)
@@ -1,3 +1,44 @@
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * infcmd.c (kill_command): Remove dead code.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (remote_target::mourn_inferior): No longer check
+       whether the target is running.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * corelow.c (core_target::has_execution): Change parameter type to
+       inferior pointer.
+       * inferior.c (number_of_live_inferiors): Use
+       inferior::has_execution instead of target_has_execution_1.
+       * inferior.h (inferior::has_execution): New.
+       * linux-thread-db.c (thread_db_target::update_thread_list): Use
+       inferior::has_execution instead of target_has_execution_1.
+       * process-stratum-target.c
+       (process_stratum_target::has_execution): Change parameter type to
+       inferior pointer.  Check the inferior's PID instead of
+       inferior_ptid.
+       * process-stratum-target.h
+       (process_stratum_target::has_execution): Change parameter type to
+       inferior pointer.
+       * record-full.c (record_full_core_target::has_execution): Change
+       parameter type to inferior pointer.
+       * target.c (target_has_execution_1): Change parameter type to
+       inferior pointer.
+       (target_has_execution_current): Adjust.
+       * target.h (target_ops::has_execution): Change parameter type to
+       inferior pointer.
+       (target_has_execution_1): Change parameter type to inferior
+       pointer.  Change return type to bool.
+       * tracefile.h (tracefile_target::has_execution): Change parameter
+       type to inferior pointer.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * exceptions.c (print_flush): Remove current_top_target() check.
+
 2020-01-10  Pedro Alves  <palves@redhat.com>
 
        * remote.c (show_remote_exec_file): Show the current inferior's
This page took 0.03311 seconds and 4 git commands to generate.