X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=6fa849738db96b231ed82b1303ea01f60a171447;hb=94afd7a6d348a66ea3fb35fdb8234b050ec8c779;hp=d54679d9d7faa9fc7301d2e91eeebd5070cadd06;hpb=20874c92f88d70f91bbc166ccb8d2f78f09d90a4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d54679d9d7..6fa849738d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,68 @@ +2008-06-28 Ulrich Weigand + + * alphafbsd-tdep.c: Update for unwinder changes. + * alpha-linux-tdep.c: Likewise. + * alphanbsd-tdep.c: Likewise. + * alphaobsd-tdep.c: Likewise. + * avr-tdep.c: Likewise. + * cris-tdep.c: Likewise. + * frv-linux-tdep.c: Likewise. + * frv-tdep.c: Likewise. + * h8300-tdep.c: Likewise. + * hppa-linux-tdep.c: Likewise. + * iq2000-tdep.c: Likewise. + * m32c-tdep.c: Likewise. + * m32r-linux-tdep.c: Likewise. + * m32r-tdep.c: Likewise. + * m68hc11-tdep.c: Likewise. + * mep-tdep.c: Likewise. + * mn10300-tdep.c: Likewise. + * mt-tdep.c: Likewise. + * score-tdep.c: Likewise. + * sh64-tdep.c: Likewise. + * sh-tdep.c: Likewise. + * sparc64fbsd-tdep.c: Likewise. + * sparc64nbsd-tdep.c: Likewise. + * sparc64obsd-tdep.c: Likewise. + * v850-tdep.c: Likewise. + * vaxobsd-tdep.c: Likewise. + * vax-tdep.c: Likewise. + * xstormy16-tdep.c: Likewise. + +2008-06-28 Vladimir Prus + + * mi/mi-main.c (enum captured_mi_execute_command_actions) + (captured_mi_execute_command_args): Remove. + (captured_mi_execute_command): Cast the closure to mi_parse + pointer, not to captured_mi_execute_command_args, and don't + set the action field thereof. + (mi_execute_command): Pass struct mi_parse, not + captured_mi_execute_command_args to captured_mi_execute_command. + (mi_execute_command): Remove (dead) code for suppressing + printing prompt. + +2008-06-28 Pedro Alves + + * linux-nat.c (enum sigchld_state): New. + (linux_nat_async_events_state): Renamed from + linux_nat_async_events_enabled. + (linux_nat_event_pipe_push, my_waitpid): Adjust. + (sigchld_default_action): New. + (lin_lwp_attach_lwp): Adjust. Call linux_nat_async_events + unconditionally. + (linux_nat_create_inferior): Set events state to sigchld_default + state. + (linux_nat_resume): Adjust. + (linux_nat_wait): Call linux_nat_async_events unconditionally. + (sigchld_handler): Adjust. + (linux_nat_async_mask): Don't set SIGCHLD actions here. + (get_pending_events): Adjust. + (linux_nat_async_events): Rewrite to handle enum sigchld_state + instead of a boolean. + (linux_nat_async): Adjust. + (_initialize_linux_nat): Capture default SIGCHLD action into + sigchld_default_action. + 2008-06-28 Vladimir Prus * breakpoint.c (moribund_locations): New.