OSDN Git Service

gdb/
authorDaniel Jacobowitz <dan@debian.org>
Tue, 17 Oct 2006 21:55:24 +0000 (21:55 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Tue, 17 Oct 2006 21:55:24 +0000 (21:55 +0000)
commitf8b5246c10838a29a88790788d6a743eb25187f8
tree21f83692bc0148383294de8f70ed18f67ef8a190
parent04b1f3b4a84e6674355eecc4c397479031335c3e
gdb/
* gdbint.texinfo (Target Vector Definition): Move most
content into Existing Targets.  Add a menu.
(Existing Targets): New section, moved from Target Vector
Definition.  Use @subsection.
(Managing Execution State): New section.
gdb/doc/
* remote-sim.c (gdbsim_kill): Call target_mourn_inferior.
(gdbsim_load): Don't bother to adjust inferior_ptid here.
(gdbsim_create_inferior): Mark the simulator as running.
(gdbsim_open): Don't bother fetching registers.  Mark
the target as not running.
(gdbsim_xfer): When the program is not running, pass memory
requests down.
(gdbsim_mourn_inferior): Mark the target as not running.
* target.c (target_mark_running, target_mark_exited): New.
* target.h (target_has_execution): Update the comment.
(target_mark_running, target_mark_exited): New prototypes.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/remote-sim.c
gdb/target.c
gdb/target.h