OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbtcl/] [kod.ith] - Blame information for rev 1767

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Kernel Object Display Window definition for Insight.
2
# Copyright (C) 1999, 2001 Red Hat, Inc.
3
#
4
# This program is free software; you can redistribute it and/or modify it
5
# under the terms of the GNU General Public License (GPL) as published by
6
# the Free Software Foundation; either version 2 of the License, or (at
7
# your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
 
14
class KodWin {
15
  inherit EmbeddedWin GDBWin
16
 
17
  private {
18
    variable bf
19
    variable lf
20
    variable titl
21
    variable BTop
22
    variable BUp
23
    variable BClear
24
    variable BDisplay
25
    variable lb
26
    variable t1
27
    variable t2
28
    variable pl1
29
    variable pl2
30
    variable pane1command ""
31
    variable pane2command ""
32
    variable BPane1
33
    variable BPane2
34
    variable level 0
35
    common LevelCmd
36
    variable BState
37
    variable Running 0
38
    method build_win {}
39
    method display {}
40
    method display_list {}
41
    method display_object {{cmd ""} {obj ""}}
42
    method clear {}
43
    method top {}
44
    method up {}
45
    method cursor {glyph}
46
    method _disable_buttons {}
47
    method _restore_buttons {}
48
  }
49
 
50
  public {
51
    method constructor {args}
52
    method destructor {}
53
    method reconfig {}
54
 
55
    #
56
    # Gdb Events
57
    #
58
    method set_variable {event}
59
    method busy {event}
60
    method idle {event}
61
    method update {event}
62
  }
63
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.