* gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e9ea62aa76f33fff422ab396811bfe69d8700de9..348dd8deeccb09c3f3b090476df3c29148e7b172 100644 (file)
@@ -1,3 +1,50 @@
+2005-07-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * 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  <kettenis@gnu.org>
+
+       * 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  <mark@codesourcery.com>
+
+       * 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  <mark@codesourcery.com>
 
        * ser-tcp.c (close): Define as a function-like macro on MinGW.
This page took 0.025606 seconds and 4 git commands to generate.