Commit graph

6642 commits

Author SHA1 Message Date
malucard
e857cc5a86 move msanValidateWrite 2025-02-26 19:26:23 -03:00
malucard
34b097855f msan changes 2025-02-26 19:17:42 -03:00
malucart
4104ab093d
Merge branch 'main' into main 2025-02-26 19:10:33 -03:00
malucard
61b499b9a0 update drawSymbol 2025-02-26 04:46:26 -03:00
malucard
c0c54d1854 show symbols in callstack view 2025-02-26 04:46:26 -03:00
Nicolas Noble
eba3c7a2da
Merge pull request #1867 from malucard/previous-symbol
Show previous symbol at top of assembly view
2025-02-25 23:08:11 -08:00
malucard
cd66bea0f7 fix tabs 2025-02-26 03:30:52 -03:00
malucard
0e25a6860e refactor with symbol finding functions in R3000Acpu 2025-02-26 03:26:50 -03:00
Nicolas Noble
2a27dc6119
Merge pull request #1869 from acemon33/main
Add ghidra Scripts
2025-02-25 20:43:41 -08:00
Nicolas Noble
7fe5d0adb2
Merge pull request #1870 from malucard/gitignore-appimage
Add appimage build files to gitignore
2025-02-25 20:17:46 -08:00
Nicolas Noble
b67ae6f588
Merge pull request #1871 from malucard/fmt-11-build-fix
Fix build with fmt 11
2025-02-25 20:16:57 -08:00
malucard
3b307078eb fix build with fmt 11 2025-02-25 23:59:39 -03:00
malucard
29c9dda2f4 add appimage build files to gitignore 2025-02-25 17:44:41 -03:00
acemon33
267283caef Fix: OverlayReduxSymbols class name 2025-02-25 17:27:27 +03:00
acemon33
01bdfdd58a Add: ghidra_script OverlaysImporter 2025-02-25 16:31:17 +03:00
acemon33
8ab2e0aad4 Add: ghidra_script export_to_redux with overlays 2025-02-25 16:29:50 +03:00
acemon33
bd7d2c55e7 Refactor: ghidra_script OverlayReduxSymbols Extract methods 2025-02-25 16:26:19 +03:00
malucard
6a2669de47 use lower_bound instead of a for loop 2025-02-25 03:43:00 -03:00
malucard
0ee7e7f53f show previous symbol at top of asm view 2025-02-25 02:07:31 -03:00
malucard
49cbcc574a cleanup msan checks to do them on DMA too 2025-02-23 21:06:27 -03:00
malucard
f836e2305b cleanup 2025-02-23 17:27:45 -03:00
malucard
f1b4718095 implement DMA-msan compatibility 2025-02-23 16:27:25 -03:00
Nicolas Noble
c30393d20d
Merge pull request #1865 from nicolasnoble/typed-debugger-fixes
Several fixes and improvements to the typed debugger
2025-02-21 21:45:00 -08:00
Nicolas "Pixel" Noble
e0e873e31e Several fixes and improvements to the typed debugger
- Fixing push/pop imbalances
- Simplifying documentation mechanism
- Sanitized pointer usage using memFile
- Fixing scalar input call
2025-02-21 20:52:09 -08:00
John Baumann
c7ecacee47 Merge branch 'psyqo_multitap_additions' of https://github.com/johnbaumann/pcsx-redux into psyqo_multitap_additions 2025-02-19 22:52:29 -06:00
johnbaumann
6c79a918b4
Merge branch 'main' into psyqo_multitap_additions 2025-02-19 22:52:20 -06:00
John Baumann
98aa6166ae Rename and add some documentation, small tweaks 2025-02-19 22:52:06 -06:00
Nicolas Noble
c568179d31
Merge pull request #1864 from grumpycoders/pcdrv-open-fix
Fixing PCopen's read only mode.
2025-02-18 22:59:46 -08:00
Nicolas Noble
acba931605
Merge pull request #1861 from mziab/vram-focus
Open VRAM viewer on focus event
2025-02-18 22:15:01 -08:00
Nicolas Noble
5ebdbf54e8
Merge pull request #1860 from mziab/breakpoint-focus
Breakpoint usability improvements
2025-02-18 22:14:19 -08:00
Nicolas Noble
b423f9ca8e
Merge pull request #1859 from mziab/pause-toggle
Make pause key unpause as well
2025-02-18 22:12:41 -08:00
Nicolas Noble
af5fde9db7
Merge pull request #1863 from malucard/patch-1
Set Terminal to false in desktop entry
2025-02-18 21:53:59 -08:00
Nicolas Noble
dfacac014f
Fixing PCopen's read only mode. 2025-02-18 21:33:52 -08:00
malucart
07c28968cb
Set Terminal to false in desktop entry
Simple change, ran into this issue as AppImageLauncher would not pop up to integrate the AppImage into the system if Terminal is set to true
2025-02-18 23:55:05 -03:00
Michał Ziąbkowski
506cdfff66 Made pause key unpause as well 2025-02-18 14:28:03 +01:00
Michał Ziąbkowski
ce553c2cea Open VRAM viewer on focus event 2025-02-18 12:13:26 +01:00
Michał Ziąbkowski
fc42f82cd9 Show assembly view on jumpToPC 2025-02-18 12:10:40 +01:00
Michał Ziąbkowski
ba0be0a698 Jump to PC when breakpoint triggered 2025-02-18 12:10:40 +01:00
Nicolas Noble
f04e32c189
Merge pull request #1858 from nicolasnoble/newallocator
Restoring original `psyqo_heap_end` functionality, kind of.
2025-02-16 21:53:03 -08:00
Nicolas "Pixel" Noble
8276e4b013 Restoring original psyqo_heap_end functionality, kind of. 2025-02-16 20:53:26 -08:00
johnbaumann
791b5208a2
Merge branch 'main' into psyqo_multitap_additions 2025-02-16 13:53:00 -06:00
John Baumann
3b85d77b39 Fix for analog pad with LED previously config'd off, bad pad ID 2025-02-16 10:58:04 -06:00
Nicolas Noble
857f5f6559
Merge pull request #1856 from nicolasnoble/newallocator
Brand new memory allocator.
2025-02-15 18:09:24 -08:00
Nicolas "Pixel" Noble
8b9df48475 Simplifying openbios allocation scenario. 2025-02-15 17:24:38 -08:00
Nicolas Pixel Noble
a658a18dff Brand new memory allocator. 2025-02-15 08:11:35 -08:00
Nicolas Noble
83dbc15135
Merge pull request #1855 from nicolasnoble/psxmsan
Adding "msan"-like feature.
2025-02-14 22:49:58 -08:00
Nicolas "Pixel" Noble
1359143db6 Adding "msan"-like feature. 2025-02-14 22:02:34 -08:00
Nicolas Noble
fe5a2468c1
Merge pull request #1854 from grumpycoders/psyqo-cascade
Cascade build options for psyqo projects.
2025-02-13 21:01:10 -08:00
Nicolas Noble
01b3c44728
Cascade build options for psyqo projects. 2025-02-13 20:25:14 -08:00
Nicolas Noble
c6e05d82ae
Merge pull request #1853 from NotExactlySiev/flake
Nix Support
2025-02-12 07:20:37 -08:00