is visible when creating new assembly windows.
+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
-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]
}