summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2002-03-07 06:06:18 +0000
committerMartin Hunt <hunt@redhat.com>2002-03-07 06:06:18 +0000
commit219db1a444fcac56e7611a0c915788b1b9a4c317 (patch)
tree5413cee0b096dd183009bc5200693eefd34f5a3e /gdb
parent671381701b79b112127f511a7ac059cfdea8388b (diff)
downloadgdb-219db1a444fcac56e7611a0c915788b1b9a4c317.tar.gz
2002-03-06 Martin M. Hunt <hunt@redhat.com>
* library/bpwin.itb: Left-justify the labels in the table.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbtk/ChangeLog5
-rw-r--r--gdb/gdbtk/library/bpwin.itb14
2 files changed, 12 insertions, 7 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index 2cdeacd567e..b28e2d72e07 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-06 Martin M. Hunt <hunt@redhat.com>
+
+ * library/bpwin.itb: Left-justify the labels in
+ the table.
+
2002-03-06 Keith Seitz <keiths@redhat.com>
* generic/gdbtk-cmds.c: Include "ctype.h" if available.
diff --git a/gdb/gdbtk/library/bpwin.itb b/gdb/gdbtk/library/bpwin.itb
index 6f10b3ce5a5..60ec39d562a 100644
--- a/gdb/gdbtk/library/bpwin.itb
+++ b/gdb/gdbtk/library/bpwin.itb
@@ -238,9 +238,9 @@ body BpWin::bp_add {bp_event {tracepoint 0}} {
}
if {$tracepoints} {
- label $twin.num$i -text "$number " -relief flat -anchor e -font global/fixed -bg $bg1
+ label $twin.num$i -text "$number " -relief flat -anchor w -font global/fixed -bg $bg1
}
- label $twin.addr$i -text "[$bp_event get address] " -relief flat -anchor e -font global/fixed -bg $bg1
+ label $twin.addr$i -text "[$bp_event get address] " -relief flat -anchor w -font global/fixed -bg $bg1
if {[info exists _files(short,$file)]} {
set file $_files(short,$file)
} else {
@@ -249,13 +249,13 @@ body BpWin::bp_add {bp_event {tracepoint 0}} {
}
if {$show_threads} {
if {$thread == "-1"} {set thread "ALL"}
- label $twin.thread$i -text "$thread " -relief flat -anchor e -font global/fixed -bg $bg1
+ label $twin.thread$i -text "$thread " -relief flat -anchor w -font global/fixed -bg $bg1
}
- label $twin.file$i -text "$file " -relief flat -anchor e -font global/fixed -bg $bg1
- label $twin.line$i -text "[$bp_event get line] " -relief flat -anchor e -font global/fixed -bg $bg1
- label $twin.func$i -text "[$bp_event get function] " -relief flat -anchor e -font global/fixed -bg $bg1
+ label $twin.file$i -text "$file " -relief flat -anchor w -font global/fixed -bg $bg1
+ label $twin.line$i -text "[$bp_event get line] " -relief flat -anchor w -font global/fixed -bg $bg1
+ label $twin.func$i -text "[$bp_event get function] " -relief flat -anchor w -font global/fixed -bg $bg1
if {$tracepoints} {
- label $twin.pass$i -text "[$bp_event get pass_count] " -relief flat -anchor e -font global/fixed -bg $bg1
+ label $twin.pass$i -text "[$bp_event get pass_count] " -relief flat -anchor w -font global/fixed -bg $bg1
}
if {$mbar} {