1
<?xml version="1.0" encoding="UTF-8"?>
3
<class>Debugger_Disasm</class>
4
<widget class="QDialog" name="Debugger_Disasm">
5
<property name="geometry">
13
<property name="focusPolicy">
14
<enum>Qt::ClickFocus</enum>
16
<property name="windowTitle">
17
<string comment="Window title">Disassembler</string>
19
<layout class="QHBoxLayout" name="horizontalLayout_7">
21
<widget class="QSplitter" name="splitter_2">
22
<property name="orientation">
23
<enum>Qt::Horizontal</enum>
25
<widget class="QWidget" name="layoutWidget">
26
<layout class="QVBoxLayout" name="verticalLayout_2">
28
<widget class="QLabel" name="debugCount">
29
<property name="text">
35
<widget class="QGroupBox" name="Goto">
36
<property name="sizePolicy">
37
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
38
<horstretch>0</horstretch>
39
<verstretch>0</verstretch>
42
<property name="title">
43
<string>&Go to</string>
45
<layout class="QVBoxLayout" name="verticalLayout_3">
46
<property name="spacing">
49
<property name="leftMargin">
52
<property name="topMargin">
55
<property name="rightMargin">
58
<property name="bottomMargin">
62
<widget class="QLineEdit" name="Address"/>
65
<layout class="QHBoxLayout" name="horizontalLayout_3">
66
<property name="sizeConstraint">
67
<enum>QLayout::SetDefaultConstraint</enum>
70
<widget class="QPushButton" name="GotoPc">
71
<property name="sizePolicy">
72
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
73
<horstretch>0</horstretch>
74
<verstretch>0</verstretch>
77
<property name="text">
78
<string>&PC</string>
83
<widget class="QPushButton" name="GotoLr">
84
<property name="sizePolicy">
85
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
86
<horstretch>0</horstretch>
87
<verstretch>0</verstretch>
90
<property name="text">
91
<string>&LR</string>
96
<widget class="QComboBox" name="GotoInt">
97
<property name="sizePolicy">
98
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
99
<horstretch>0</horstretch>
100
<verstretch>0</verstretch>
111
<layout class="QHBoxLayout" name="horizontalLayout_2">
113
<spacer name="horizontalSpacer_2">
114
<property name="orientation">
115
<enum>Qt::Horizontal</enum>
117
<property name="sizeHint" stdset="0">
126
<widget class="QPushButton" name="vfpu">
127
<property name="text">
128
<string>Show VFPU</string>
135
<widget class="QTabWidget" name="tabWidget">
136
<property name="currentIndex">
139
<widget class="QWidget" name="tab">
140
<property name="sizePolicy">
141
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
142
<horstretch>0</horstretch>
143
<verstretch>0</verstretch>
146
<attribute name="title">
147
<string>Regs</string>
149
<layout class="QHBoxLayout" name="horizontalLayout_4">
151
<widget class="CtrlRegisterList" name="RegList" native="true">
152
<property name="sizePolicy">
153
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
154
<horstretch>0</horstretch>
155
<verstretch>0</verstretch>
158
<property name="focusPolicy">
159
<enum>Qt::ClickFocus</enum>
161
<property name="contextMenuPolicy">
162
<enum>Qt::CustomContextMenu</enum>
164
<layout class="QHBoxLayout" name="horizontalLayout_6">
165
<property name="spacing">
168
<property name="margin">
172
<spacer name="horizontalSpacer">
173
<property name="orientation">
174
<enum>Qt::Horizontal</enum>
176
<property name="sizeHint" stdset="0">
185
<widget class="QScrollBar" name="RegListScroll">
186
<property name="orientation">
187
<enum>Qt::Vertical</enum>
196
<widget class="QWidget" name="tab_2">
197
<attribute name="title">
198
<string>Funcs</string>
200
<layout class="QHBoxLayout" name="horizontalLayout_5">
202
<widget class="QListWidget" name="FuncList"/>
210
<widget class="QWidget" name="layoutWidget">
211
<layout class="QVBoxLayout" name="verticalLayout">
213
<layout class="QHBoxLayout" name="horizontalLayout">
215
<widget class="QPushButton" name="Go">
216
<property name="sizePolicy">
217
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
218
<horstretch>0</horstretch>
219
<verstretch>0</verstretch>
222
<property name="text">
223
<string>&Go</string>
228
<widget class="QPushButton" name="Stop">
229
<property name="sizePolicy">
230
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
231
<horstretch>0</horstretch>
232
<verstretch>0</verstretch>
235
<property name="text">
236
<string>Stop</string>
241
<widget class="QPushButton" name="StepInto">
242
<property name="sizePolicy">
243
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
244
<horstretch>0</horstretch>
245
<verstretch>0</verstretch>
248
<property name="text">
249
<string>Step &Into</string>
254
<widget class="QPushButton" name="StepOver">
255
<property name="enabled">
258
<property name="sizePolicy">
259
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
260
<horstretch>0</horstretch>
261
<verstretch>0</verstretch>
264
<property name="text">
265
<string>Step &Over</string>
270
<widget class="QPushButton" name="Skip">
271
<property name="sizePolicy">
272
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
273
<horstretch>0</horstretch>
274
<verstretch>0</verstretch>
277
<property name="text">
278
<string>S&kip</string>
283
<widget class="QPushButton" name="NextHLE">
284
<property name="sizePolicy">
285
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
286
<horstretch>0</horstretch>
287
<verstretch>0</verstretch>
290
<property name="text">
291
<string>Next &HLE</string>
298
<widget class="CtrlDisAsmView" name="DisasmView" native="true">
299
<property name="sizePolicy">
300
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
301
<horstretch>0</horstretch>
302
<verstretch>0</verstretch>
305
<property name="focusPolicy">
306
<enum>Qt::ClickFocus</enum>
308
<property name="contextMenuPolicy">
309
<enum>Qt::CustomContextMenu</enum>
314
<widget class="QTabWidget" name="tabWidget_2">
315
<property name="currentIndex">
318
<widget class="QWidget" name="breakpointsTab">
319
<attribute name="title">
320
<string>Breakpoints</string>
322
<layout class="QVBoxLayout" name="verticalLayout_4">
324
<widget class="QTreeWidget" name="breakpointsList">
325
<property name="contextMenuPolicy">
326
<enum>Qt::CustomContextMenu</enum>
328
<property name="itemsExpandable">
331
<property name="expandsOnDoubleClick">
334
<attribute name="headerDefaultSectionSize">
338
<property name="text">
339
<string>Address</string>
345
<layout class="QHBoxLayout" name="horizontalLayout_8">
347
<spacer name="horizontalSpacer_3">
348
<property name="orientation">
349
<enum>Qt::Horizontal</enum>
351
<property name="sizeHint" stdset="0">
360
<widget class="QPushButton" name="clearAllBP">
361
<property name="text">
362
<string>Clear All</string>
370
<widget class="QWidget" name="callstackTab">
371
<attribute name="title">
372
<string>Callstack</string>
374
<layout class="QVBoxLayout" name="verticalLayout_5">
376
<widget class="QTreeWidget" name="callStack">
377
<property name="columnCount">
381
<property name="text">
382
<string>Address</string>
386
<property name="text">
387
<string>Entry Point</string>
391
<property name="text">
396
<property name="text">
397
<string>length</string>
404
<widget class="QWidget" name="displaylistTab">
405
<attribute name="title">
406
<string>Display Lists</string>
408
<layout class="QHBoxLayout" name="horizontalLayout_10">
410
<widget class="QSplitter" name="splitter">
411
<property name="orientation">
412
<enum>Qt::Horizontal</enum>
414
<widget class="QTreeWidget" name="displayList">
415
<property name="contextMenuPolicy">
416
<enum>Qt::CustomContextMenu</enum>
418
<property name="rootIsDecorated">
421
<property name="itemsExpandable">
424
<property name="expandsOnDoubleClick">
427
<attribute name="headerDefaultSectionSize">
431
<property name="text">
436
<property name="text">
437
<string>Status</string>
441
<property name="text">
442
<string>Start Address</string>
446
<property name="text">
447
<string>Current Address</string>
455
<widget class="QWidget" name="threadsTab">
456
<attribute name="title">
457
<string>Threads</string>
459
<layout class="QVBoxLayout" name="verticalLayout_7">
461
<widget class="QTreeWidget" name="threadList">
462
<property name="contextMenuPolicy">
463
<enum>Qt::CustomContextMenu</enum>
465
<property name="rootIsDecorated">
468
<property name="itemsExpandable">
471
<property name="expandsOnDoubleClick">
474
<attribute name="headerDefaultSectionSize">
478
<property name="text">
483
<property name="text">
484
<string>Name</string>
488
<property name="text">
489
<string>Status</string>
493
<property name="text">
494
<string>Current PC</string>
498
<property name="text">
499
<string>Entry point</string>
516
<class>CtrlDisAsmView</class>
517
<extends>QWidget</extends>
518
<header>ctrldisasmview.h</header>
519
<container>1</container>
522
<class>CtrlRegisterList</class>
523
<extends>QWidget</extends>
524
<header>ctrlregisterlist.h</header>
525
<container>1</container>