aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-08-09 21:26:22 +0000
committerPedro Alves <palves@redhat.com>2008-08-09 21:26:22 +0000
commit444c3224563f21fbbbacafa55575bc47310de2e0 (patch)
treeeed02334f2b8a3699dc5aac6fc9be6bf0e755bed /gdb/ChangeLog
parent9d0b3624aa1e1275a6e4841c930d185e8454373c (diff)
downloadgdb-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/ChangeLog8
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.