Henrik Rydgård
33b87578c5
Revive old alignment utility functions, give them better names.
2025-09-03 20:48:51 +02:00
Henrik Rydgård
f2df336f79
Resolve #20746 by checking addresses harshly in MIPSAnalyst
...
By fixing up badly aligned addresses in HLESubscriber.cpp.
This should help eliminate any bad usage within PPSSPP itself, while
also keeping existing websocket code working.
Additionally, this makes some end addresses exclusive instead of
inclusive, which simplifies address math.
2025-09-03 20:32:19 +02:00
Nemoumbra
846c265972
Fixed the docs + better wording
2025-08-10 17:44:38 +03:00
Henrik Rydgård
088a02bfdb
Cleanup a lot of the bootup state management.
2025-03-30 14:02:29 +02:00
Henrik Rydgård
c1828f69b9
Add an option to compress .ppsym files when saving or not (was always on before).
2025-03-29 18:17:41 +01:00
Henrik Rydgård
3e198c53b2
More include cleanup
2024-12-18 13:57:26 +01:00
Henrik Rydgård
597be1c9bc
Stop pretending that DisassemblyManager isn't a singleton - it currently is.
2024-12-12 19:25:04 +01:00
Herman Semenov
315340fc62
Using const reference for C++17 range-based loop and freq used objects
2023-12-13 17:33:01 +01:00
Nemoumbra
73e5791b08
Code cleanup, optional param renamed: "recreate" -> "remove"
2022-10-16 14:43:56 +03:00
Nemoumbra
4a967966ef
Removed the bugged part of hle.func.scan + new comments
2022-10-15 16:01:12 +03:00
Nemoumbra
a772e87072
Comments updated, default value for parameter "recreate" set to false
2022-10-12 12:09:05 +03:00
Nemoumbra
acdaaae7a4
Added optional parameter to hle.func.scan, improved code of hle.func.removeRange
2022-10-12 11:55:01 +03:00
Nemoumbra
e67cc16660
Remote API: hle.func.removeRange added
2022-10-09 19:11:14 +03:00
Unknown W. Brackets
1c7a5bbb49
Debugger: Fix off-by-one in func scanning.
...
This is inclusive.
2022-10-08 17:51:04 -07:00
Unknown W. Brackets
3b0c0f2916
Debugger: Add API to scan memory for funcs.
...
For example, when you know a range is being used or when you've deleted
the functions.
2022-09-27 19:14:32 -07:00
Unknown W. Brackets
1233d1d376
Reporting: Disable when debugger methods used.
...
This won't catch all means of hacking memory, but will catch some.
Trying to reduce noise in reporting from debugging.
2022-07-30 18:21:32 -07:00
Henrik Rydgård
ed88761ecc
Merge ext/native/stringutil.cpp/h into Common/StringUtils.cpp/h.
2020-09-29 15:51:51 +02:00
Unknown W. Brackets
4ce2b64ef7
Debugger: Refactor to allow simpler broadcasting.
...
It's okay to mix a bit for simple ones, I think.
2018-09-01 10:15:22 -07:00
Unknown W. Brackets
91a43c9d32
Debugger: Add force resume/kill thread API.
2018-07-07 18:58:37 -07:00
Unknown W. Brackets
2e6a52ed51
Debugger: Add backtrace API.
2018-07-07 18:36:47 -07:00
Unknown W. Brackets
8a7662adae
Debugger: Add function symbol add/remove API.
2018-07-07 09:56:59 -07:00
Unknown W. Brackets
5bfba9b284
Debugger: Add HLE API funcs.
...
Lumping function symbols in here too, they're pretty related...
2018-06-08 06:59:18 -07:00