]> Git Repo - binutils.git/commit
2000-10-11 Fernando Nasser <[email protected]>
authorFernando Nasser <[email protected]>
Thu, 12 Oct 2000 22:56:31 +0000 (22:56 +0000)
committerFernando Nasser <[email protected]>
Thu, 12 Oct 2000 22:56:31 +0000 (22:56 +0000)
commite9110f4f31d4034296f20fab2bbad0f63a4b312e
tree900419b57f0b2fae5d246aaacb70f73d4b1eb1ed
parentd93bce0603df8a42ac881c0bf2fa043f147ca14f
2000-10-11  Fernando Nasser  <[email protected]>

        From Grant Edwards <[email protected]>
        This keeps the GUI alive while running an RDI target and lets the
        STOP button be used to stop the target.
        * remote-rdi.c (arm_rdi_stop): New function.  Implements target_stop.
        (init_rdi_ops): Set to_stop target vector entry to the above.
        * rdi-share/ardi.c (stop_request): New variable.  Tells when a stop
        has been requested.
        (angel_RDI_stop_request): New function. Registers that a stop has
        been requested.
        (angel_RDI_ExecuteOrStep): Add call to ui_loop_hook() in loop that
        waits while target is executing.  Initialize and reset stop_request.
        * rdi-share/ardi.h: Add declaration of angel_RDI_stop_request().
gdb/ChangeLog
gdb/rdi-share/ardi.c
gdb/rdi-share/ardi.h
gdb/remote-rdi.c
This page took 0.026016 seconds and 4 git commands to generate.