]> Git Repo - binutils.git/blobdiff - gdb/gdbserver/ChangeLog
gdbserver gnu/linux: stepping over breakpoint
[binutils.git] / gdb / gdbserver / ChangeLog
index 8d1d84464dd6114aff8597b2d4e5e65feedb79e8..9bdc0de6123f4e31d3b97c76517444c7d7665dfa 100644 (file)
@@ -1,3 +1,32 @@
+2015-04-09  Yao Qi  <[email protected]>
+
+       * linux-low.c (linux_insert_point): Call
+       insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
+       (linux_remove_point): Call remove_memory_breakpoint if type is
+       raw_bkpt_type_sw.
+       * linux-x86-low.c (x86_insert_point): Don't call
+       insert_memory_breakpoint.
+       (x86_remove_point): Don't call remove_memory_breakpoint.
+
+2015-04-01  Pedro Alves  <[email protected]>
+           Cleber Rosa  <[email protected]>
+
+       * server.c (gdbserver_usage): Reorganize and extend the usage
+       message.
+
+2015-03-24  Pedro Alves  <[email protected]>
+
+       * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
+       output.  Also dump TRAP_TRACE.
+       (linux_low_filter_event): In debug output, distinguish a
+       resume_stop SIGSTOP from a delayed SIGSTOP.
+
+2015-03-24  Gary Benson  <[email protected]>
+
+       * linux-x86-low.c (x86_linux_new_thread): Moved to
+       nat/x86-linux.c.
+       (x86_linux_prepare_to_resume): Likewise.
+
 2015-03-24  Gary Benson  <[email protected]>
 
        * Makefile.in (x86-linux-dregs.o): New rule.
This page took 0.023678 seconds and 4 git commands to generate.