OSDN Git Service

2000-08-09 Fernando Nasser <fnasser@cygnus.com>
authorFernando Nasser <fnasser@redhat.com>
Wed, 9 Aug 2000 21:01:51 +0000 (21:01 +0000)
committerFernando Nasser <fnasser@redhat.com>
Wed, 9 Aug 2000 21:01:51 +0000 (21:01 +0000)
* srctxtwin.itb (FillSource): Add comments.

gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/srcwin.itb

index 8a86f0f..65e9e7c 100644 (file)
@@ -1,4 +1,4 @@
-2000-08-08  Fernando Nasser  <fnasser@cygnus.com>
+2000-08-09  Fernando Nasser  <fnasser@cygnus.com>
 
        * srctxtwin.itb (FillSource): Add comments.
 
index a822c5d..9388aa6 100644 (file)
@@ -636,7 +636,7 @@ body SrcWin::set_execution_status { {line ""} {pc ""}} {
       switch [$twin mode_get] {
        ASSEMBLY {set message [gdb_cmd "printf \"$msg at 0x%lx\",$pc"] }
        MIXED {set message [gdb_cmd "printf \"$msg at line $line, 0x%lx\",$pc"] }
-       SRC+ASM {set message [gb_cmd "printf \"$msg at line $line, 0x%lx\",$pc"] }
+       SRC+ASM {set message [gdb_cmd "printf \"$msg at line $line, 0x%lx\",$pc"] }
        default {set message "$msg at line $line" }
       }
     }