X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=348dd8deeccb09c3f3b090476df3c29148e7b172;hb=4b8a1a2882dbf0f5bc93eed673d8fb6068ddb924;hp=e9ea62aa76f33fff422ab396811bfe69d8700de9;hpb=056d7646171dbac17e23b22aedb3472975781b43;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9ea62aa76..348dd8deec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,50 @@ +2005-07-25 Mark Kettenis + + * gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already + defined. + * inf-ptrace.c: Tweak comments. + (inf_ptrace_me): Use PT_TRACE_ME instead of hardcoded zero. + (inf_ptrace_mourn_inferior): Call waitpid. + (inf_ptrace_attach): Use pid_t, Remove unnecessary cast. + (inf_ptrace_detach): Use pid_t. Use ptid_get_pid instead of + PIDGET. + (inf_ptrace_kill): Rename from inf_ptrace_kill_inferior. Use + pid_t. Use ptid_get_pid instead of PIDGET. + (inf_ptrace_kill): Call waitpid instead of wait. + (inf_ptrace_resume): Use pid_t. Use ptid_get_pid instead of + PIDGET. + (inf_ptrace_wait): Use waitpid instead wait. Use pid_t. Don't + call target_has_exited or target_thread_alive. Properly ignore + terminated detached child processes. + (inf_ptrace_has_exited): Remove function. + (inf_ptrace_xfer_partial): Use pid_t. Use ptid_get_pid instead of + PIDGET. Use gdb_byte instead of `unsigned char'. + (inf_ptrace_thread_alive): Use ptid_get_pid instead of PIDGET. + (inf_ptrace_pid_to_str): Remove function. + (inf_ptrace_target): Use inf_ptrace_kill instead of + inf_ptrace_kill_inferior. Use normal_pid_to_str instead of + inf_ptrace_pid_to_str. Don't set to_has_exited. + (inf_ptrace_fetch_register, inf_ptrace_store_register): Reformat + long lines. + +2005-07-25 Mark Kettenis + + * inf-ptrace.c: Reorder functions. + (inf_ptrace_open, inf_ptrace_reported_exec_events_per_call) + (inf_ptrace_can_run, inf_ptrace_post_attach): Removed. + (inf_ptrace_target): Don't set to_open, + to_reported_exec_events_per_call, to_can_run, to_post_attach, + to_stratum, to_has_all_memory, to_has_memory, to_has_stack, + to_has_registers, to_has_execution, to_magic. Reorder remaining + initializations. + +2005-07-25 Mark Mitchell + + * configure.ac: On MinGW, do not require a termcap library, and + use win32-termcap.c. + * configure: Regenerated. + * win32-termcap.c: New file. + 2005-07-24 Mark Mitchell * ser-tcp.c (close): Define as a function-like macro on MinGW.