Conditional Z1 breakpoint hangs GDBserver.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 36907f87afcbe47eac86bb2e0a359a198bdad8ae..0698f74b39c0375d4e62e54ff91c69b91a12952a 100644 (file)
@@ -1,3 +1,56 @@
+2014-04-10  Pedro Alves  <palves@redhat.com>
+
+       * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
+       Check if the condition or command is NULL before checking if the
+       breakpoint is known.  On success, return true.
+       * mem-break.h (add_breakpoint_condition): Document return.
+       (add_breakpoint_commands): Add describing comment.
+       * server.c (skip_to_semicolon): New function.
+       (process_point_options): Use it.
+
+2014-04-09  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (linux_read_loadmap): Pass current_inferior directly
+       to lwpid_of.
+
+2014-02-27  Pedro Alves  <palves@redhat.com>
+
+       PR 12702
+       * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
+       macros.
+       * linux-low.c (delete_lwp, handle_extended_wait): Add debug
+       output.
+       (last_thread_of_process_p): Take a PID argument instead of a
+       thread pointer.
+       (linux_wait_for_lwp): Delete.
+       (num_lwps, check_zombie_leaders, not_stopped_callback): New
+       functions.
+       (linux_low_filter_event): New function, party factored out from
+       linux_wait_for_event.
+       (linux_wait_for_event): Rename to ...
+       (linux_wait_for_event_filtered): ... this.  Add new filter ptid
+       argument.  Partly rewrite.  Always use waitpid(-1, WNOHANG) and
+       sigsuspend.  Check for zombie leaders.
+       (linux_wait_for_event): Reimplement as wrapper around
+       linux_wait_for_event_filtered.
+       (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED.  Assume that if
+       a normal or signal exit is seen, it's the whole process exiting.
+       (wait_for_sigstop): No longer a for_each_inferior callback.
+       Rewrite on top of linux_wait_for_event_filtered.
+       (stop_all_lwps): Call wait_for_sigstop directly.
+       * server.c (resume, handle_target_event): Handle
+       TARGET_WAITKIND_NO_RESUMED.
+
+2014-02-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * win32-low.c (psapi_get_dll_name,
+       * win32_CreateToolhelp32Snapshot): Delete.
+       (win32_CreateToolhelp32Snapshot, win32_Module32First)
+       (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
+       Delete.
+       (handle_load_dll): Add function description.
+       Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
+
 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
 
        * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
This page took 0.029572 seconds and 4 git commands to generate.