]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.
authorKeith Seitz <keiths@cygnus>
Fri, 25 Sep 1998 15:22:23 +0000 (15:22 +0000)
committerKeith Seitz <keiths@cygnus>
Fri, 25 Sep 1998 15:22:23 +0000 (15:22 +0000)
commit4ce8d0e977321d1df165590fdd885a0ca5961191
tree01078f2b8ce5680423c1bafdd00f0fbf1d4ed567
parent4817b40893ad3836543d8254269860687578dd3d
    * gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.

        * v850ice.c (WM_ADDR_TO_SYM): New message.
        (v850ice_wndproc): Add handler for WM_SOURCE.
        (v850ice_wait): Call the ui_loop_hook occasionally.
        (ice_cont): Acknowledge message before doing anything.
        (ice_stepi): Ack message and let gdbtk do stepping.
        (ice_nexti): Ack message and let gdbtk do stepping.
        (view_source): New function ICE calls to display source code.
gdb/ChangeLog-gdbtk
gdb/gdbtk-hooks.c
gdb/v850ice.c