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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbtcl/] [process.ith] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Process window class definition for GDBtk.
2
# Copyright 1998, 1999 Cygnus Solutions
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
 
15
class ProcessWin {
16
  inherit EmbeddedWin GDBWin
17
 
18
  private {
19
    variable top
20
    variable lb
21
    variable id
22
    variable Running 0
23
    variable protect_me 0
24
 
25
 
26
    method build_win {}
27
    method change_context {y}
28
    method cursor {glyph}
29
    method change_frame {y}
30
  }
31
 
32
  public {
33
    method reconfig {}
34
    method constructor {args}
35
    method destructor {}
36
 
37
    #
38
    # GDB Events
39
    #
40
    method busy {event}
41
    method idle {event}
42
    method update {event}
43
  }
44
}

powered by: WebSVN 2.1.0

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