aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-12-19 17:58:11 +0000
committerStu Grossman <grossman@cygnus>1994-12-19 17:58:11 +0000
commit0af608b8a11f9d8bf758d6cfd7d30538b6b70d1d (patch)
tree121e47964be2a390491860862a431b215f77d0a0 /gdb
parent28a2119fba3924f698156c0b243387be464243d8 (diff)
downloadgdb-0af608b8a11f9d8bf758d6cfd7d30538b6b70d1d.zip
gdb-0af608b8a11f9d8bf758d6cfd7d30538b6b70d1d.tar.gz
gdb-0af608b8a11f9d8bf758d6cfd7d30538b6b70d1d.tar.bz2
* gdbtk.tcl (update_assembly): Force update to make sure that pc
is visible when creating new assembly windows.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/gdbtk.tcl1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1b26e26..05846b2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl
index 82610d7..8e88005 100644
--- a/gdb/gdbtk.tcl
+++ b/gdb/gdbtk.tcl
@@ -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]
}