diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 048ac3ed13a..15dbdf4d7d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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 |