Factor out "Detaching from program" message printing
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c99ed2313b91b8eee185a091f73b036a28fd2a5e..53e3951afe6e44b8bfa4a73cd41628fcb1aa333f 100644 (file)
@@ -1,3 +1,35 @@
+2016-07-01  Pedro Alves  <palves@redhat.com>
+
+       * darwin-nat.c (darwin_detach): Use target_announce_detach.
+       * inf-ptrace.c (inf_ptrace_detach): Likewise.
+       * nto-procfs.c (procfs_detach): Likewise.
+       * remote.c (remote_detach_1): Likewise.
+       * target.c (target_announce_detach): New function.
+       * target.h (target_announce_detach): New declaration.
+
+2016-06-29  Tom Tromey  <tom@tromey.com>
+
+       PR python/20129:
+       * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
+       (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
+       not "name".
+
+2016-06-29  Tom Tromey  <tom@tromey.com>
+
+       PR gdb/17210:
+       * target.c (free_memory_read_result_vector): Take a pointer to the
+       VEC as an argument.
+       (read_memory_robust): Install a cleanup for "result".
+       * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.
+
+2016-06-29  Manish Goregaokar  <manish@mozilla.com>
+
+       * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL.
+
+2016-06-29  Manish Goregaokar  <manish@mozilla.com>
+
+       * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
+
 2016-06-28  Yao Qi  <yao.qi@linaro.org>
 
        * aarch64-tdep.c (aarch64_displaced_step_b): Use int64_t for
@@ -6,8 +38,8 @@
 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
 
        * rust-lang.c (rust_print_type, rust_decorations): Print unit
-       types as "()", (rust_print_type): Omit return type for functions
-       returning unit
+       types as "()".
+       (rust_print_type): Omit return type for functions returning unit.
 
 2016-06-25  Pierre-Marie de Rodat  <derodat@adacore.com>
 
This page took 0.026478 seconds and 4 git commands to generate.