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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#
2
# attachdlg.ith - itcl declarations for class AttachDlg
3
# ----------------------------------------------------------------------
4
# Implements Attach to process window
5
#
6
# ----------------------------------------------------------------------
7
#   Copyright (C) 1999 Cygnus Solutions
8
#
9
class AttachDlg {
10
  inherit ModalDialog ManagedWin
11
 
12
  public {
13
    method constructor {args}
14
    proc last_button {} {return $last_button}
15
    proc pid {} {return $last_pid}
16
    proc symbol_file {} {return $symbol_file}
17
  }
18
 
19
  protected {
20
    method build_win {args}
21
    method cancel {}
22
    method choose_symbol_file {}
23
    method doit {}
24
    method list_pids {{pattern *}}
25
    method select_pid {}
26
    method clear_pid_selection {}
27
    method filter_pid_selection {}
28
 
29
    variable pid_list
30
 
31
    common  last_button 0
32
    common last_pid {}
33
    common symbol_file
34
  }
35
}

powered by: WebSVN 2.1.0

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