mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
CPU: Implement memory breakpoints/watchpoints
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1210</width>
|
||||
<width>1270</width>
|
||||
<height>800</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -233,7 +233,7 @@
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>200</width>
|
||||
<width>290</width>
|
||||
<height>524287</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -269,6 +269,11 @@
|
||||
<string>Address</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Type</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Hit Count</string>
|
||||
|
Reference in New Issue
Block a user