X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=a15a8f3f7ddfcf1543afd583c961d2f807873453;hb=fab5aa7c3fe5e60c877469a1e4c9c551e343409e;hp=1d0550f09e1de873f661becaa9bcfb9a2d27cf8e;hpb=fc6691b2590f61a2f1deeb9d73e7df23b1ced88a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1d0550f09e..a15a8f3f7d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,180 @@ +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_readlink): Add argument. + * remote.c (remote_hostio_readlink): Add 'self' argument. + * inf-child.c (inf_child_fileio_readlink): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_unlink): Add argument. + * remote.c (remote_hostio_unlink): Add 'self' argument. + (remote_file_delete): Update. + * inf-child.c (inf_child_fileio_unlink): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_close): Add argument. + * remote.c (remote_hostio_close): Add 'self' argument. + (remote_hostio_close_cleanup): Update. + (remote_bfd_iovec_close, remote_file_put, remote_file_get): + Update. + * inf-child.c (inf_child_fileio_close): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_pread): Add argument. + * remote.c (remote_hostio_pread): Add 'self' argument. + (remote_bfd_iovec_pread, remote_file_get): Update. + * inf-child.c (inf_child_fileio_pread): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_pwrite): Add argument. + * remote.c (remote_hostio_pwrite): Add 'self' argument. + (remote_file_put): Update. + * inf-child.c (inf_child_fileio_pwrite): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + * target.c (target_fileio_open): Add argument. + * remote.c (remote_hostio_open): Add 'self' argument. + (remote_bfd_iovec_open): Add 'self' argument. + (remote_file_put): Add 'self' argument. + (remote_file_get): Add 'self' argument. + * inf-child.c (inf_child_fileio_open): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : + Add argument. + (target_can_run_breakpoint_commands): Add argument. + * target.c (update_current_target): Update. + * remote.c (remote_can_run_breakpoint_commands): Add 'self' + argument. + (remote_insert_breakpoint): Add 'self' argument. + (remote_insert_hw_breakpoint): Add 'self' argument. + (remote_can_run_breakpoint_commands): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) + : Add argument. + (target_supports_evaluation_of_breakpoint_conditions): Add + argument. + * target.c (update_current_target): Update. + * remote.c (remote_supports_cond_breakpoints): Add 'self' + argument. + (remote_insert_breakpoint): Add 'self' argument. + (remote_insert_hw_breakpoint): Add 'self' argument. + (remote_supports_cond_breakpoints): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add + argument. + (target_supports_string_tracing): Add argument. + * target.c (update_current_target): Update. + * remote.c (remote_supports_string_tracing): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) + : Add argument. + * target.c (find_default_supports_disable_randomization): Add + argument. + (target_supports_disable_randomization): Add argument. + (find_default_supports_disable_randomization): Add 'self' + argument. + * remote.c (extended_remote_supports_disable_randomization): Add + 'self' argument. + (remote_supports_disable_randomization): Add 'self' argument. + (extended_remote_create_inferior): Update. + * linux-nat.c (linux_nat_supports_disable_randomization): Add + 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) + : Add argument. + (target_supports_enable_disable_tracepoint): Add argument. + * target.c (update_current_target): Update. + * remote.c (remote_supports_enable_disable_tracepoint): Add 'self' + argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add + argument. + (target_supports_multi_process): Add argument. + * target.c (update_current_target): Update. + * remote.c (remote_supports_multi_process): Add 'self' argument. + * linux-nat.c (linux_nat_supports_multi_process): Add 'self' + argument. + * darwin-nat.c (darwin_supports_multi_process): Add 'self' + argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add + argument. + (target_execution_direction): Add argument. + * target.c (default_execution_direction): Add 'self' argument. + * record-full.c (record_full_execution_direction): Add 'self' + argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add + argument. + (target_can_execute_reverse): Add argument. + * remote.c (remote_can_execute_reverse): Add 'self' argument. + * record-full.c (record_full_can_execute_reverse): Add 'self' + argument. + * record-btrace.c (record_btrace_can_execute_reverse): Add 'self' + argument. + +2014-02-19 Tom Tromey + + * windows-nat.c (windows_get_ada_task_ptid): Add 'self' argument. + * target.h (struct target_ops) : Add + argument. + (target_get_ada_task_ptid): Add argument. + * target.c (update_current_target): Update. + (default_get_ada_task_ptid): Add 'self' argument. + * sol-thread.c (sol_get_ada_task_ptid): Add 'self' argument. + * remote.c (remote_get_ada_task_ptid): Add 'self' argument. + * ravenscar-thread.c (ravenscar_get_ada_task_ptid): Add 'self' + argument. + * linux-thread-db.c (thread_db_get_ada_task_ptid): Add 'self' + argument. + * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): Add 'self' + argument. + * dec-thread.c (dec_thread_get_ada_task_ptid): Add 'self' + argument. + * darwin-nat.c (darwin_get_ada_task_ptid): Add 'self' argument. + * aix-thread.c (aix_thread_get_ada_task_ptid): Add 'self' + argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + (target_goto_bookmark): Add argument. + * target.c (dummy_goto_bookmark): Add 'self' argument. + * record-full.c (record_full_goto_bookmark): Add 'self' argument. + +2014-02-19 Tom Tromey + + * target.h (struct target_ops) : Add argument. + (target_get_bookmark): Add argument. + * target.c (dummy_get_bookmark): Add 'self' argument. + * record-full.c (record_full_get_bookmark): Add 'self' argument. + 2014-02-19 Tom Tromey * target.h (struct target_ops) : Add