Henrik Rydgård
4e7944a353
Fix some bugs and style for #12994
2020-06-06 14:29:39 +02:00
Nikita Filippov
021e783b4a
rudimentary serch function added for the memory dialog
...
fixed the memory addressing bug in search
the search box almost works
search now works, however the strings in search window neeed a fix
fixed the address display in search results
search works
fixed review comments, except .rc
preadjust the button placement
fixed rc
2020-06-06 14:23:26 +02:00
Unknown W. Brackets
4c29697120
Debugger: Avoid symbol map if deleted.
...
This isn't perfectly safe, but if the game quits very quickly, it's
possible for the symbol map to get deleted.
2020-05-23 10:26:47 -07:00
Unknown W. Brackets
6706fef58a
Windows: Make memory dump long path friendly.
2020-01-04 10:32:48 -08:00
Unknown W. Brackets
97ac18ceee
Windows: Make open/save dialogs long path aware.
...
At least, in most cases. If the filename is super long, it'll open twice,
but we try to avoid.
2020-01-04 09:34:20 -08:00
Henrik Rydgård
c619a20a65
Fix display of memory view window on high-DPI displays. Fixes #11913 .
2019-08-23 16:01:27 +02:00
Unknown W. Brackets
f53ea7e44f
Debugger: Prevent saving a -1 sized func.
2019-03-24 13:00:05 -07:00
Henrik Rydgård
e74be9c492
DPI fixes in the old Win32 debugger. Fixes #11856 .
...
Also some general cleanup of it but decided it wasn't worth it to continue.
2019-03-03 09:19:44 +01:00
dl471
7f3aaaa0f7
Readability improvements
...
-Change variable names related to offsets for consistency
-Add a few comments
2018-10-22 15:56:37 +01:00
dl471
b25adc7ba8
Implement drawing of offset scale
...
-Add function to draw offset
-Add checkbox to allow toggling of offset writing
-Set writeOffsets default value to Off
-Ensure the drawing and user input is not affected by the offset
2018-10-22 03:31:10 +01:00
dl471
c11cfe37f8
Implement saner making space for offsets
...
-Adjust the y coordinates of the rows as they are drawn
-Adjust visible rows
-Adjust clicks
2018-10-22 03:31:02 +01:00
dl471
f52b888186
Make space for offsets (dirty implementation)
2018-10-22 03:30:30 +01:00
Unknown W. Brackets
265611cff5
Debugger: Use Break instead of Stop.
...
It does not stop emulation.
2018-06-23 10:54:40 -07:00
Unknown W. Brackets
0d4bd341e9
Windows: Separate Pause and Break actions.
...
It was confusing that "Pause" made PPSSPP appear to hang.
This has the side effect of making "Break on Load" work outside Windows.
2018-06-23 10:14:36 -07:00
Unknown W. Brackets
8598fc9912
Debugger: Add some missing memory locks.
...
We can restart memory when loading save states, so we need this even while
we've got startup/shutdown locked.
2018-06-08 06:59:18 -07:00
Unknown W. Brackets
b2cc4a0965
Debugger: Add memory breakpoint management.
2018-06-08 06:59:18 -07:00
Unknown W. Brackets
eb4b59b530
arm64jit: Enable breakpoints.
...
Memory breakpoints not yet really tested.
2018-06-06 17:31:56 -07:00
aliaspider
54d9406713
fix mingw and msvc cmake builds.
2018-03-23 03:18:13 +01:00
Unknown W. Brackets
79a9018aac
Debugger: Fix hang when viewing invalid RAM.
...
If you end up in disassembly near invalid RAM, bad things were happening,
since hitting bad RAM updates the debugger, which hits bad RAM, which...
2017-12-30 11:11:04 -08:00
Henrik Rydgård
6a1fa728d8
Remove Globals.h
2017-08-31 17:15:22 +02:00
Henrik Rydgård
ff3d799871
Remove snprintf compatibility hacks for MSVC versions before 2015
2017-08-31 16:46:54 +02:00
Henrik Rydgård
21fe73c8e7
Switch strncpy to truncate_cpy in a bunch of places.
2017-05-26 19:04:08 +02:00
Henrik Rydgard
5b835839fa
Make IdentifiedFileType a proper enum class
2017-03-02 12:29:03 +01:00
Henrik Rydgard
f4b1152b00
Pick some safe changes from the android gradle branch (including windows CMake fixes)
2016-12-05 16:52:03 +01:00
Unknown W. Brackets
747a6ec524
Debugger: Add custom log expressions.
...
Similar to Visual Studio, just use {a1} to log the value of register a1.
Supports anything the expression parser supports.
2016-08-04 13:29:22 -07:00