* gdbtk.tcl (update_assembly): Force update to make sure that pc

is visible when creating new assembly windows.
This commit is contained in:
Stu Grossman 1994-12-19 17:58:11 +00:00
parent 28a2119fba
commit 0af608b8a1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 19 09:55:47 1994 Stu Grossman (grossman@cygnus.com)
* gdbtk.tcl (update_assembly): Force update to make sure that pc
is visible when creating new assembly windows.
Sun Dec 18 23:31:20 1994 Stu Grossman (grossman@cygnus.com)
* gdbtk.c (gdbtk_wait gdbtk_init): Use different method of

View File

@ -1452,6 +1452,7 @@ proc update_assembly {linespec} {
-after .asm.scroll
.asm.scroll configure -command "$win yview"
set line [pc_to_line $pclist($cfunc) $pc]
update
$win yview [expr $line - $asm_screen_height / 2]
}