Fix C++ build error by casting void *
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d2538084f83f7f002a1d53edde5bfafbd5f0ab43..15dbdf4d7d75356486cc8d92872283d9f13d9e12 100644 (file)
@@ -1,3 +1,54 @@
+2016-01-14  Yao Qi  <yao.qi@linaro.org>
+
+       * remote.c (remote_set_syscall_catchpoint): Cast to char *.
+       * thread.c (do_captured_thread_select): Cast to const char *.
+
+2016-01-14  Yao Qi  <yao.qi@linaro.org>
+
+       * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
+       argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
+       (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
+       instead.
+       * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
+       <arm_thumb2_breakpoint>: Remove.
+       <has_thumb2_breakpoint>: New field.
+       (arm_get_next_pcs_ctor): Update declaration.
+       * arm-linux-tdep.c (arm_linux_software_single_step): Pass
+       1 to arm_get_next_pcs_ctor.
+       * arm-tdep.c (arm_software_single_step): Pass 0 to
+       arm_get_next_pcs_ctor.
+
+2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
+
+2016-01-13  Yao Qi  <yao.qi@linaro.org>
+
+       * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
+       byte_order_for_code to read instruction.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention $_gthread.
+       * gdbthread.h (struct thread_info) <global_num>: Mention
+       $_gthread.
+       * thread.c (thread_num_make_value_helper): New function.
+       (thread_id_make_value): Delete.
+       (thread_id_per_inf_num_make_value, global_thread_id_make_value):
+       New.
+       (thread_funcs): Adjust.
+       (gthread_funcs): New.
+       (_initialize_thread): Register $_gthread variable.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention "info threads -gid".
+       * gdbthread.h (struct thread_info) <global_num>: Mention "info
+       threads -gid".
+       * thread.c (info_threads_command): Handle "-gid".
+       (_initialize_thread): Adjust "info threads" help string to mention
+       -gid.
+
 2016-01-13  Pedro Alves  <palves@redhat.com>
 
        * NEWS: Mention InferiorThread.global_num.
This page took 0.026599 seconds and 4 git commands to generate.