diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-17 21:55:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-17 21:55:24 +0000 |
commit | 52bb452f802c0e3642b86e7ffccde8a1333bd280 (patch) | |
tree | 9fb4c926a2d9f650c88ffc78d498bf8a74ce7a6c /gdb/doc/ChangeLog | |
parent | b40ce68a7796afe94e81363e28347fa1ef4475ce (diff) | |
download | gdb-52bb452f802c0e3642b86e7ffccde8a1333bd280.zip gdb-52bb452f802c0e3642b86e7ffccde8a1333bd280.tar.gz gdb-52bb452f802c0e3642b86e7ffccde8a1333bd280.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5b08642..0d1548e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> + + * 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. + 2006-10-16 Bob Wilson <bob.wilson@acm.org> * gdb.texinfo (ST2000): Use Ctrl- instead of C-. |