diff options
author | Pedro Alves <palves@redhat.com> | 2008-08-09 21:26:22 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-08-09 21:26:22 +0000 |
commit | 444c3224563f21fbbbacafa55575bc47310de2e0 (patch) | |
tree | eed02334f2b8a3699dc5aac6fc9be6bf0e755bed /gdb/ChangeLog | |
parent | 9d0b3624aa1e1275a6e4841c930d185e8454373c (diff) | |
download | gdb-444c3224563f21fbbbacafa55575bc47310de2e0.zip gdb-444c3224563f21fbbbacafa55575bc47310de2e0.tar.gz gdb-444c3224563f21fbbbacafa55575bc47310de2e0.tar.bz2 |
* go32-nat.c: Include "gdbthread.h".
(go32_stop, go32_kill_inferior): Delete the main thread.
(go32_create_inferior): Add it.
(go32_thread_alive, go32_pid_to_str): New.
(init_go32_ops): Register go32_thread_alive and go32_pid_to_str.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34baaa4..ffcbe3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2008-08-09 Pedro Alves <pedro@codesourcery.com> + * go32-nat.c: Include "gdbthread.h". + (go32_stop, go32_kill_inferior): Delete the main thread. + (go32_create_inferior): Add it. + (go32_thread_alive, go32_pid_to_str): New. + (init_go32_ops): Register go32_thread_alive and go32_pid_to_str. + +2008-08-09 Pedro Alves <pedro@codesourcery.com> + * go32-nat.c (fetch_register, store_register): Pass the regcache gdbarch to i386_fp_regnum_p and i386_fpc_regnum_p. (go32_xfer_memory): Change type of myaddr parameter to gdb_byte. |