X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=bf318c3f43223b4a556965326236eea8641e20e9;hb=b21b63420be3857c1d0e2676e1214d63fe38ed3d;hp=0272d67eea781eaa2d1df6883a3860256ecb59b7;hpb=e379037592ff71dc633c6d3de0828babe805ae96;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0272d67eea..bf318c3f43 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,135 @@ +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out integer + printing code to ... + (generic_val_print_int): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out bool + printing code to ... + (generic_val_print_bool): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out function/method + printing code to ... + (generic_val_print_func): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out flags + printing code to ... + (generic_val_print_flags): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out enum + printing code to ... + (generic_val_print_enum): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out reference + printing code to ... + (generic_val_print_ref): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out memberptr + printing code to ... + (generic_val_print_memberptr): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out pointer + printing code to ... + (generic_val_print_ptr): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out array + printing code to ... + (generic_val_print_array): ... this new function. + +2015-07-27 Simon Marchi + + * valprint.c (generic_val_print): Factor out + print_unpacked_pointer code to ... + (print_unpacked_pointer): ... this new function. + +2015-07-27 Patrick Palka + + * event-top.c (handle_sigterm): Don't inspect + target_can_async_p. Always set the quit flag and always mark + the async signal handler. + +2015-07-27 Yao Qi + + * Makefile.in (REMOTE_EXAMPLES): Remove it. + +2015-07-25 Kevin Buettner + + * remote.c (read_ptid): Return null_ptid when no thread id + is found. + (remote_current_thread): Add log warning for malformed + qC reply. + (remote_start_remote): Add log warning when current thread + not found. + +2015-07-24 Pedro Alves + + * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs) + (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as + forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA. + +2015-07-24 Pedro Alves + + PR gdb/18717 + * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp + is resumed, and extend the debug log. + +2015-07-24 Pedro Alves + + * fork-child.c (fork_inferior): Print argv[0] instead of exec_file. + +2015-07-24 Pedro Alves + + * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of + sys/ptrace.h. + * alpha-linux-nat.c: Likewise. + * amd64-linux-nat.c: Likewise. + * arm-linux-nat.c: Likewise. + * hppa-linux-nat.c: Likewise. + * i386-linux-nat.c: Likewise. + * ia64-linux-nat.c: Likewise. + * linux-fork.c: Likewise. + * linux-nat.c: Likewise. + * m32r-linux-nat.c: Likewise. + * m68klinux-nat.c: Likewise. + * mips-linux-nat.c: Likewise. + * nat/linux-btrace.c: Likewise. + * nat/linux-ptrace.c: Likewise. + * nat/linux-ptrace.h + * nat/mips-linux-watch.c: Likewise. + * nat/x86-linux-dregs.c: Likewise. + * ppc-linux-nat.c: Likewise. + * s390-linux-nat.c: Likewise. + * spu-linux-nat.c: Likewise. + * tilegx-linux-nat.c: Likewise. + * x86-linux-nat.c: Likewise. + * xtensa-linux-nat.c: Likewise. + +2015-07-24 Pedro Alves + + * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum + __ptrace_request as first parameter type instead of int. + (PTRACE_TYPE_ARG1): Define. + * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper + that casts first argument to PTRACE_TYPE_ARG1. + * config.in: Regenerate. + * configure: Regenerate. + 2015-07-24 Pedro Alves * gdb_ptrace.h: Move ...