diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-09 11:02:56 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-09 11:02:56 +0000 |
commit | 9de2bdd7d43971a765aedb1773f9e175d98e98ba (patch) | |
tree | cbe78c0be3ddb57386d628d66e9096fa183f0824 /gdb/ChangeLog | |
parent | 5e0b29c16aca01c2a9a8ae251ee7998d96a32124 (diff) | |
download | gdb-9de2bdd7d43971a765aedb1773f9e175d98e98ba.zip gdb-9de2bdd7d43971a765aedb1773f9e175d98e98ba.tar.gz gdb-9de2bdd7d43971a765aedb1773f9e175d98e98ba.tar.bz2 |
* remote-sim.c: Include gdbthread.h.
(remote_sim_ptid): New global.
(gdbsim_create_inferior): Silently add the main task to GDB's
thread list.
(gdbsim_close, gdbsim_mourn_inferior): Silently delete the main
task from GDB's thread list.
(gdbsim_resume): Adjust to use remote_sim_ptid.
(gdbsim_thread_alive, gdbsim_pid_to_str): New.
(init_gdbsim_ops): Register gdbsim_thread_alive and
gdbsim_pid_to_str.
(_initialize_remote_sim): Initialize remote_sim_ptid.
* Makefile.in (remote-sim.o): Depend on $(gdbthread_h).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a991f0..9bcadff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2008-07-09 Pedro Alves <pedro@codesourcery.com> + * remote-sim.c: Include gdbthread.h. + (remote_sim_ptid): New global. + (gdbsim_create_inferior): Silently add the main task to GDB's + thread list. + (gdbsim_close, gdbsim_mourn_inferior): Silently delete the main + task from GDB's thread list. + (gdbsim_resume): Adjust to use remote_sim_ptid. + (gdbsim_thread_alive, gdbsim_pid_to_str): New. + (init_gdbsim_ops): Register gdbsim_thread_alive and + gdbsim_pid_to_str. + (_initialize_remote_sim): Initialize remote_sim_ptid. + * Makefile.in (remote-sim.o): Depend on $(gdbthread_h). + +2008-07-09 Pedro Alves <pedro@codesourcery.com> + * monitor (monitor_ptid): New global. (monitor_open): Silently add the main task to GDB's thread list. (monitor_close, monitor_mourn_inferior): Silently delete the main |