1 | /* pmgdb.h -*- C++ -*-
|
---|
2 | Copyright (c) 1996 Eberhard Mattes
|
---|
3 |
|
---|
4 | This file is part of pmgdb.
|
---|
5 |
|
---|
6 | pmgdb is free software; you can redistribute it and/or modify
|
---|
7 | it under the terms of the GNU General Public License as published by
|
---|
8 | the Free Software Foundation; either version 2, or (at your option)
|
---|
9 | any later version.
|
---|
10 |
|
---|
11 | pmgdb is distributed in the hope that it will be useful,
|
---|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
14 | GNU General Public License for more details.
|
---|
15 |
|
---|
16 | You should have received a copy of the GNU General Public License
|
---|
17 | along with pmgdb; see the file COPYING. If not, write to
|
---|
18 | the Free Software Foundation, 59 Temple Place - Suite 330,
|
---|
19 | Boston, MA 02111-1307, USA. */
|
---|
20 |
|
---|
21 |
|
---|
22 | #define ID_COMMAND_WINDOW 1
|
---|
23 | #define ID_SOURCE_WINDOW 2
|
---|
24 | #define ID_BREAKPOINTS_WINDOW 3
|
---|
25 | #define ID_DISPLAY_WINDOW 4
|
---|
26 | #define ID_THREADS_WINDOW 5
|
---|
27 | #define ID_SOURCE_FILES_WINDOW 6
|
---|
28 | #define ID_REGISTER_WINDOW 7
|
---|
29 |
|
---|
30 | #define IDM_FILEMENU 1000
|
---|
31 | #define IDM_EXIT 1001
|
---|
32 | #define IDM_OPEN_EXEC 1003
|
---|
33 | #define IDM_OPEN_CORE 1004
|
---|
34 | #define IDM_OPEN_SOURCE 1005
|
---|
35 | #define IDM_STARTUP 1006
|
---|
36 | #define IDM_WHERE 1007
|
---|
37 | #define IDM_RESTART 1009
|
---|
38 | #define IDM_RUNMENU 1100
|
---|
39 | #define IDM_GO 1101
|
---|
40 | #define IDM_STEPINTO 1102
|
---|
41 | #define IDM_STEPOVER 1103
|
---|
42 | #define IDM_ISTEPINTO 1104
|
---|
43 | #define IDM_ISTEPOVER 1105
|
---|
44 | #define IDM_JUMP 1106
|
---|
45 | #define IDM_UNTIL 1107
|
---|
46 | #define IDM_FINISH 1108
|
---|
47 | #define IDM_BRKPTMENU 1200
|
---|
48 | #define IDM_BRKPT_LIST 1201
|
---|
49 | #define IDM_BRKPT_LINE 1202
|
---|
50 | #define IDM_OPTIONSMENU 1300
|
---|
51 | #define IDM_PMDEBUGMODE 1301
|
---|
52 | #define IDM_ANNOTATE 1302
|
---|
53 | #define IDM_FONT 1303
|
---|
54 | #define IDM_EDITMENU 1400
|
---|
55 | #define IDM_ENABLE 1401
|
---|
56 | #define IDM_DISABLE 1402
|
---|
57 | #define IDM_MODIFY 1403
|
---|
58 | #define IDM_DELETE 1404
|
---|
59 | #define IDM_ENABLE_ALL 1405
|
---|
60 | #define IDM_DISABLE_ALL 1406
|
---|
61 | #define IDM_DELETE_ALL 1407
|
---|
62 | #define IDM_SWITCH 1408
|
---|
63 | #define IDM_ADD 1409
|
---|
64 | #define IDM_DEREFERENCE 1410
|
---|
65 | #define IDM_COMPLETE 1411
|
---|
66 | #define IDM_HISTORY 1412
|
---|
67 | #define IDM_WINMENU 1500
|
---|
68 | #define IDM_WIN_CMD 1501
|
---|
69 | #define IDM_WIN_THR 1502
|
---|
70 | #define IDM_WIN_BRK 1503
|
---|
71 | #define IDM_WIN_DSP 1504
|
---|
72 | #define IDM_WIN_SRCS 1505
|
---|
73 | #define IDM_WIN_REG 1506
|
---|
74 | #define IDM_REPMENU 1600
|
---|
75 | #define IDM_REP_DEC_S 1601
|
---|
76 | #define IDM_REP_DEC_U 1602
|
---|
77 | #define IDM_REP_HEX 1603
|
---|
78 | #define IDM_REP_OCT 1604
|
---|
79 | #define IDM_REP_BIN 1605
|
---|
80 | #define IDM_REP_CHR 1606
|
---|
81 | #define IDM_REP_ADR 1607
|
---|
82 | #define IDM_REP_FLT 1608
|
---|
83 | #define IDM_REP_STR 1609
|
---|
84 | #define IDM_REP_INS 1610
|
---|
85 | #define IDM_DSPMENU 1700
|
---|
86 | #define IDM_DSP_SHOW 1701
|
---|
87 | #define IDM_DSP_ADD 1702
|
---|
88 | #define IDM_HELPMENU 1800
|
---|
89 | #define IDM_HELP_EXT 1801
|
---|
90 | #define IDM_HELP_KEYS 1802
|
---|
91 | #define IDM_HELP_INDEX 1803
|
---|
92 | #define IDM_HELP_CONTENTS 1804
|
---|
93 | #define IDM_HELP_HELP 1805
|
---|
94 | #define IDM_ABOUT 1806
|
---|
95 | #define IDM_TUTORIAL 1807
|
---|
96 | #define IDM_VIEWMENU 1900
|
---|
97 | #define IDM_GOTO 1901
|
---|
98 | #define IDM_FIND 1902
|
---|
99 | #define IDM_FINDNEXT 1903
|
---|
100 | #define IDM_FINDPREV 1904
|
---|
101 | #define IDM_REFRESH 1905
|
---|
102 | #define IDM_WIN_SRC 2000 // ...and following IDs
|
---|
103 | #define IDM_COMPLETIONS 3000 // ...and following IDs
|
---|
104 |
|
---|
105 | #define IDD_PMDEBUGMODE 1000
|
---|
106 | #define IDD_BRKPT_LINE 1001
|
---|
107 | #define IDD_STARTUP 1002
|
---|
108 | #define IDD_DISPLAY 1003
|
---|
109 | #define IDD_GOTO 1004
|
---|
110 | #define IDD_ABOUT 1005
|
---|
111 | #define IDD_FIND 1006
|
---|
112 | #define IDD_HISTORY 1007
|
---|
113 |
|
---|
114 | #define IDC_HELP 1000
|
---|
115 | #define IDC_SYNC 1001
|
---|
116 | #define IDC_ENABLE 1002
|
---|
117 | #define IDC_CLOSE_WIN 1003
|
---|
118 | #define IDC_ARGS 1004
|
---|
119 | #define IDC_EXPR 1005
|
---|
120 | #define IDC_FORMAT 1006
|
---|
121 | #define IDC_COUNT 1007
|
---|
122 | #define IDC_SOURCE 1008
|
---|
123 | #define IDC_LINENO 1009
|
---|
124 | #define IDC_RUN 1010
|
---|
125 | #define IDC_CONDITION 1011
|
---|
126 | #define IDC_DISPOSITION 1012
|
---|
127 | #define IDC_STRING 1013
|
---|
128 | #define IDC_LIST 1014
|
---|
129 | #define IDC_IGNORE 1015
|
---|
130 |
|
---|
131 | #define UWM_STATE (WM_USER+0)
|
---|
132 | #define UWM_SOURCE (WM_USER+1)
|
---|
133 | #define UWM_CLOSE_SRC (WM_USER+2)
|
---|
134 | #define UWM_PMDBG_START (WM_USER+3)
|
---|
135 | #define UWM_PMDBG_STOP (WM_USER+4)
|
---|
136 | #define UWM_PMDBG_TERM (WM_USER+5)
|
---|
137 | #define UWM_MENU (WM_USER+6)
|
---|
138 | #define UWM_FATAL (WM_USER+7)
|
---|
139 |
|
---|
140 | #define HELP_TABLE 1
|
---|