Henrik Rydgård
620bb14d6b
Merge pull request #4662 from Kingcom/Debugger
...
Disassembler fix
2013-11-28 02:04:13 -08:00
Kingcom
cca750aab5
Fix invalid memory access on start, remove combo box code from symbol map
2013-11-28 10:49:02 +01:00
Henrik Rydgård
f8227132f9
Merge pull request #4657 from Kingcom/Debugger
...
Create data directives in disassembler
2013-11-28 01:20:21 -08:00
Unknown W. Brackets
32f4a7594a
Add bounds checks to columns accessors.
...
Hit a crash in one of these on a rare case, so better to check.
2013-11-27 23:53:18 -08:00
Unknown W. Brackets
aa37461084
Allow adding functions by selection range.
2013-11-27 23:50:08 -08:00
Kingcom
561379f5c2
Create data directives in disassembler
2013-11-28 00:33:21 +01:00
Kingcom
33dee2d287
Sort symbols when adding or removing function
2013-11-27 13:38:32 +01:00
Kingcom
5844d0107b
Rewrite SymbolTable
2013-11-27 13:33:30 +01:00
Kingcom
274632f304
Minor disassembly tweaks
2013-11-26 11:38:01 +01:00
Kingcom
7c585485bb
Save labels separately from symbols
2013-11-26 00:23:17 +01:00
Kingcom
8146e7bfb0
Fix stepping
2013-11-25 19:51:16 +01:00
Kingcom
ea38eb4318
Correctly rescan visible data
2013-11-25 17:31:39 +01:00
Kingcom
9a29e8b0bf
More efficient "loose" opcode detection, clear entries when symbols were loaded
2013-11-25 16:18:29 +01:00
Kingcom
60987d9217
Minor optimization
2013-11-25 14:19:45 +01:00
Kingcom
aab6f588f1
Fix branch lines
2013-11-24 14:46:53 +01:00
Kingcom
0672458a33
Fix follow branch, display symbols
2013-11-24 13:53:50 +01:00
Kingcom
9ea00b2761
Fix copy disasm
2013-11-24 13:53:50 +01:00
Kingcom
63e2f34beb
Correctly identify the start of a line when changing the address
2013-11-24 13:53:50 +01:00
Kingcom
a928c62ad1
Basic implementation and integration of DisassemblyManager
2013-11-24 13:53:50 +01:00
pal1000
c2d7b1eb10
Build fix
2013-11-21 22:00:57 +02:00
pal1000
1d00da98e3
Pause emulation if needed only when user clicks OK on Dump Memory Window
2013-11-21 15:45:32 +02:00
pal1000
2f52872eb3
Performed cleanup in CtrlMemView.cpp
2013-11-21 15:10:20 +02:00
Henrik Rydgård
89b48cf95b
Add missing brace.
2013-11-20 16:57:12 +01:00
pal1000
e2aa554884
Indentation fix part 2
2013-11-20 17:46:01 +02:00
pal1000
8fa99749c9
Indentation fix for CtrlMemView.cpp
2013-11-20 17:43:26 +02:00
Henrik Rydgård
fdaa3df4af
Merge pull request #4534 from Bigpet/WinRegisterlistFix
...
Windows Register List fixes
2013-11-19 13:25:50 -08:00
pal1000
77cad8f5be
Attempted an indentation fix
2013-11-19 19:37:09 +02:00
pal1000
de09ce6d1c
Fix: Auto resume emulation if emulation was in running state to begin with
2013-11-19 19:29:38 +02:00
pal1000
37e52f8b92
Attempt on fixing breakage caused by pull #4575 by using a simpler and more cautious coding
2013-11-19 19:18:08 +02:00
pal1000
34be878d2a
Automatically resume emulation after memory dump only if the emulation was active beforehand
2013-11-19 15:11:47 +02:00
pal1000
3d2d3cdaaa
Ask the user about resuming emulation after memory dump completed.
2013-11-18 15:38:31 +02:00
pal1000
c64ba56d6e
Update windows Memory Viewer: Attempt automatic pause/resume when dumping RAM
...
May need testing.
2013-11-18 12:30:52 +02:00
Unknown W. Brackets
c1c1b5213e
Fix logging missing in headless with --log.
2013-11-17 10:15:13 -08:00
Unknown W. Brackets
5f3d7d5c97
Add support for fpu and vfpu regs in expressions.
...
This way you can break based on the value.
2013-11-17 02:15:15 -08:00
Kingcom
819ffec322
Improve copied disassembly
2013-11-16 12:21:05 +01:00
Kingcom
7ba00fa65f
Change register value by "assembling" "reg=value"
2013-11-16 10:49:39 +01:00
Kingcom
2ec48b0154
-scan functions on vscroll
...
-scroll without moving the cursor with ctrl+up/down
-set cursor to start/end of window with ctrl+prior/next
2013-11-16 10:26:46 +01:00
Peter Tissen
d1d3097f66
Windows Register List fixes
...
make the rightclick work in the registerlist for all displayed registers.
The LO HI and PC registers couldn't be rightclicked previously.
Also, if you rightlick a valid row and then rightclick on the leftmost 16
pixels you'd get the popup menu for the old selection (even on invalid y
indices).
Make the "change register value"-dialog start with '0x' because otherwise
values starting with an alphabetical hexadecimal symbol will yield
be parsed as a symbol instead of a number and yield 'unknown symbol'
2013-11-14 00:41:51 +01:00
Unknown W. Brackets
3771ec1959
Use Ctrl-C/Ctrl-Insert to copy in disasm.
...
This means trading Ctrl-C (was find again) for F3. Also made Ctrl-F find
as well as Ctrl-S.
2013-11-09 10:57:43 -08:00
Kingcom
ee553afebc
Reset cycle counter when stepping out
2013-11-08 17:41:50 +01:00
Henrik Rydgård
44c866e90c
Merge pull request #4474 from Kingcom/Debugger
...
Periodically redraw memory view
2013-11-07 11:38:53 -08:00
Henrik Rydgård
02204bac7c
Merge pull request #4475 from Kingcom/MemView
...
Allow copying 16 and 32 bit values from the memory view
2013-11-07 11:38:33 -08:00
Kingcom
c85a7623cc
Allow copying 16 and 32 bit values from the memory view
2013-11-07 19:49:46 +01:00
Kingcom
71ccb69ed4
Periodically redraw memory view
2013-11-07 18:39:41 +01:00
Kingcom
aae08173f1
Extend follow functionality of disassembly
2013-11-05 21:20:21 +01:00
Henrik Rydgård
ebd3763c7e
Merge pull request #4458 from Kingcom/KeyStateFix
...
Correct use of GetAsyncKeyState
2013-11-05 02:36:39 -08:00
Kingcom
0e61913839
Remove redundant != 0 checks
2013-11-05 11:34:53 +01:00
Kingcom
a972b5d0dc
Correct use of GetAsyncKeyState
2013-11-05 11:29:55 +01:00
Henrik Rydgård
2af9ef45a3
Merge pull request #4413 from Kingcom/Debugger
...
Change "goto in memory view" behavior
2013-11-03 03:19:12 -08:00
Kingcom
6ac29b314a
Advance cursor after assembling
2013-11-03 10:14:46 +01:00
Kingcom
e8b8f89aa8
Use the disassembly's memory view for "goto in memory view"
2013-11-02 17:39:39 +01:00
Henrik Rydgård
7678107a4a
Merge pull request #4380 from Bigpet/disasm_additions
...
added disasm debugger features to remove and add functions
2013-10-30 11:45:59 -07:00
Peter Tissen
d8b4ec6680
added disasm debugger features to remove and add functions
2013-10-30 16:13:18 +01:00
Kingcom
5bb7ac8b7e
Various debug ui fixes and enhancements
2013-10-30 12:12:33 +01:00
Unknown W. Brackets
f9e4cae3c0
Debugger: fix "run to here" functionality.
2013-10-27 12:52:21 -07:00
Kingcom
4abda21699
Fix messed up logic
2013-10-19 02:45:58 +02:00
Kingcom
8f698d552b
Handle it for step into too
2013-10-19 02:28:49 +02:00
Kingcom
9af9577ad9
Add smoother disassembly scrolling for step over
2013-10-19 01:19:39 +02:00
Kingcom
ef1e34bffd
Only display full disassembly lines
2013-10-19 00:58:42 +02:00
Henrik Rydgård
1e6aa83bb6
Merge pull request #4210 from Kingcom/Debugger
...
Highlight branch arrows that reference the current opcode
2013-10-17 02:58:01 -07:00
Kingcom
35a7cb437b
Don't create the pen before the function is sure to run until the end
2013-10-16 15:23:12 +02:00
Kingcom
4483b5cff0
Delete pen
2013-10-16 15:19:32 +02:00
Kingcom
ff5e4b0cf3
Highlight branch arrows in a different color if they start/end at the current opcode
2013-10-16 15:15:00 +02:00
Unknown W. Brackets
5b888f0d0a
Fix a crash in debug mode with no threads.
2013-10-16 00:56:46 -07:00
Unknown W. Brackets
9fe1a99ab3
Fix some warnings.
2013-10-14 22:09:21 -07:00
Kingcom
480c766776
Fix rotrv (dis)assembly
2013-10-13 10:36:43 +02:00
Kingcom
49a4f9e73d
Fix right click->edit breakpoint
2013-10-04 23:21:44 +02:00
Kingcom
1d0ff8809b
Dump memory dialog
2013-10-01 21:11:41 +02:00
Peter Tissen
c76d9afa1b
unfortunately disfigured typo
2013-10-01 13:21:53 +02:00
Peter Tissen
5d752d3084
Merge branch 'master' of https://github.com/Bigpet/ppsspp
2013-10-01 13:19:53 +02:00
Peter Tissen
73138f4ea1
check if ram.dump is writable before writing to it in blind faith
2013-10-01 13:19:11 +02:00
Kingcom
2dfa63bb1c
Add config setting
2013-09-30 21:42:05 +02:00
Kingcom
a5ae03cae1
-use tab control class for left tabs
...
-add a way to hide tab titles
-accelerator for GEDebugger
2013-09-30 15:56:08 +02:00
Kingcom
f41e5a3867
-use TabControl for bottom tabs
...
-show/hide bottom tabs with ctrl+x
2013-09-30 10:40:15 +02:00
Kingcom
d4b05f1763
Better disassembly resizing
2013-09-29 17:30:37 +02:00
Kingcom
c800b0055d
Update CtrlStackTraceView
2013-09-29 11:28:16 +02:00
Kingcom
ed9c72e8eb
Update CtrlBreakpointList
2013-09-29 11:19:13 +02:00
Kingcom
9e2866d618
Update CtrlThreadList
2013-09-29 10:50:18 +02:00
Kingcom
513223ea4f
-Step through display list with F10/F11
...
-accelerator changes
2013-09-28 14:34:08 +02:00
Unknown W. Brackets
a528f797b1
32-bit warning fixes in the debugger/win UI.
2013-09-23 23:44:58 -07:00
Unknown W. Brackets
a7f9723528
Warning fixes.
2013-09-22 19:06:01 -07:00
Unknown W. Brackets
2ad5167f75
Better to have its own directory.
2013-09-22 11:03:29 -07:00
Unknown W. Brackets
18b70c89ef
Add an initial GE debugger interface on Windows.
2013-09-22 10:27:09 -07:00
Kingcom
595693cacb
Scan after assembling
2013-09-22 13:04:31 +02:00
Kingcom
86cba76bb2
Crash fix and more scanning
2013-09-22 13:00:25 +02:00
Kingcom
1c219e9b65
Remove useless comment...
2013-09-22 12:24:12 +02:00
Kingcom
2d496791ab
Sort branch lines to prevent conflicts
2013-09-22 12:20:33 +02:00
Kingcom
d56ade56ae
-don't use typedefs
...
-clear functions on NotifyMapLoaded
2013-09-22 11:09:11 +02:00
Kingcom
ea397351c3
Better branch lines
2013-09-22 11:00:44 +02:00
Unknown W. Brackets
eba903f9db
Stop jumping to pc after setting a breakpoint.
2013-09-21 08:24:24 -07:00
Unknown W. Brackets
8902e85f0a
Enable the debug windows always, disable buttons.
...
This way you can close them/whatever, and hopefully should avoid crashes.
Only downside is you can't pause the game now and then hit stop in the
debugger.
2013-09-15 09:35:58 -07:00
Unknown W. Brackets
606e2f2802
Small warning fixes in Windows UI.
2013-09-14 07:44:01 -07:00
Unknown W. Brackets
035f5660e4
Silence a minor warning.
2013-09-08 11:59:51 -07:00
Kingcom
76379fd2d2
Fix "stuck" control key in memory view
2013-09-01 23:13:19 +02:00
Kingcom
8e07f83a71
Forgot to revert that.
2013-09-01 18:47:58 +02:00
Kingcom
9e28febfe4
Search in memory view
2013-09-01 18:43:41 +02:00
Kingcom
2a56694626
Display proper error messages when assembling failed
2013-09-01 10:21:05 +02:00
Unknown W. Brackets
b558189c37
Just invalidate blocks on ClearCacheAt().
...
This makes it safe to call from a jitted syscall, etc.
2013-09-01 00:32:43 -07:00
Unknown W. Brackets
0c93baa1df
Prevent a crash in debugger without jit.
2013-09-01 00:32:42 -07:00
Unknown W. Brackets
0e7aa6fc6d
Fix debug counter, not supported in wsprintfW.
2013-08-30 22:25:12 -07:00
Kingcom
42c30d521c
-new accelerators for the Debugger
...
-copy address on right click in memory view
-don't change status bar text after activating the breakpoint window
2013-08-30 20:55:58 +02:00
Unknown W. Brackets
49dc9803bb
Avoid a debug warning with wstrings.
2013-08-29 00:41:43 -07:00
Henrik Rydgård
87c1dc3dd9
Merge pull request #3420 from Kingcom/Debug
...
Don't recreate debug windows
2013-08-27 01:48:01 -07:00
Unknown W. Brackets
8ccd3773d9
Open files using wide functions on win32.
...
Fixes #3432 .
2013-08-27 00:28:46 -07:00
Unknown W. Brackets
18792f64f9
Fix debugger wstring usage.
2013-08-26 23:54:48 -07:00
Kingcom
bcad8e285b
Merge branch 'master' of https://github.com/hrydgard/ppsspp into MemView
...
Conflicts:
Windows/Debugger/CtrlMemView.cpp
2013-08-26 20:41:51 +02:00
Kingcom
4b3d4db43f
Display ?? in memory view for invalid addresses
2013-08-26 20:29:24 +02:00
Henrik Rydgard
55aa3d13c7
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
2013-08-26 19:00:16 +02:00
Kingcom
d6009d9e3d
Create a single instance of the debug windows and keep them
2013-08-26 14:19:46 +02:00
Unknown W. Brackets
46c5a48a86
Clean up some minor aliasing.
2013-08-22 23:31:49 -07:00
Unknown W. Brackets
1ed8edb0d3
Avoid some dangerous hex constant widths.
2013-08-22 23:23:48 -07:00
Henrik Rydgard
b186294132
UI tweaks. Change to cleaner background image.
2013-08-20 00:49:25 +02:00
Kingcom
c7c826b7b6
Assemble opcode by typing
2013-08-17 21:20:24 +02:00
Kingcom
e308ef59f5
Add step out feature and button
2013-08-17 11:18:03 +02:00
Kingcom
b3cd95ec68
Remove Skip button
2013-08-17 10:59:43 +02:00
Kingcom
984a038b36
Merge stop and go buttons
2013-08-17 10:57:29 +02:00
Kingcom
4e8bca7549
Move step into, step out and run to line into accelerators
2013-08-17 10:49:07 +02:00
Kingcom
537ab396e7
Change the bottom control of the disassembly with Ctrl+1-4
2013-08-16 14:19:04 +02:00
Kingcom
bfbea62ce3
Send messages to the debugger
2013-08-14 23:46:59 +02:00
Kingcom
177b9fa6b1
Separate accelerator table when the debugger is active
2013-08-14 23:30:50 +02:00
Kingcom
be680c8c67
Rename Stack Size column to Frame Size
2013-08-12 23:00:47 +02:00
Kingcom
07f279096f
Add stack frames display
2013-08-12 22:11:00 +02:00
Unknown W. Brackets
152f28aeac
Clean up the immediate MIPS table, mostly flags.
2013-08-11 18:01:48 -07:00
Kingcom
deb66921d7
Add "Add new" option to right click menu when clicking on a breakpoint
2013-07-31 20:36:58 +02:00
Kingcom
0767abd1d0
Edit breakpoints
2013-07-31 20:33:50 +02:00
Kingcom
1b803ac720
Toggle breakpoint in the breakpoint list by pressing space
2013-07-31 20:10:35 +02:00
Kingcom
2356e3b4be
Display breakpoint condition
2013-07-31 20:04:57 +02:00
Kingcom
a8ef18c039
Add pc, hi, and lo to the register list
2013-07-31 10:24:24 +02:00
Kingcom
bce211bcaa
-check for invalid memory access when creating status bar text
...
-when displaying word access, show a label if it exists
2013-07-30 22:26:52 +02:00
Kingcom
92c70af587
Add status bar
2013-07-30 16:19:05 +02:00
Kingcom
723f242f0c
Rerwrote GetOpcodeInfo and adapted MipsTables for it
2013-07-30 11:29:30 +02:00
Kingcom
32f1ca91fd
-add function to get relevant opcode information for the disassembly
...
-put it to use to clean up code
2013-07-30 10:14:56 +02:00
Unknown W. Brackets
97098f109a
Use CommonWindows.h from Windows/ too.
...
Might as well. Everything still builds fine.
2013-07-28 21:04:20 -07:00
Unknown W. Brackets
b46ab5f5a4
Always defined WIN32_LEAN_AND_MEAN.
...
Might as well, less mess everywhere else.
2013-07-28 21:04:20 -07:00
Kingcom
4f313f3757
Only assemble when the core is paused
2013-07-28 23:01:43 +02:00
Kingcom
b6bca24850
-added assemble option to disassembly view
...
-added 16bit li
2013-07-28 15:24:33 +02:00
Unknown W. Brackets
6086b9f5e4
Allow selecting a range of in the debugger.
...
This way you can copy a bunch of diasm'd instructions.
Just quick range selection, not really proper.
2013-07-21 01:07:26 -07:00
Kingcom
f9f9429980
Make memory viewer and register list use the configurable font size
2013-07-10 11:10:08 +02:00
Kingcom
0eeebf5221
-display disabled breakpoints with separate icon
...
-toggling disabled breakpoints will enable them
-confirmation on toggling breakpoints with a custom condition
2013-07-10 10:56:03 +02:00
Kingcom
98289b624a
Make disassembly font size configurable
2013-07-09 11:17:57 +02:00
Kingcom
007e03a4d7
Move breakpoint list to separate class
2013-07-08 17:59:34 +02:00
Unknown W. Brackets
9d50579aa9
Add a context menu to play with threads.
2013-07-07 23:47:22 -07:00
Unknown W. Brackets
7f858d7263
Add a context menu to enable/disable breakpoints.
...
Probably it could edit or etc. too...
2013-07-07 23:28:35 -07:00
Unknown W. Brackets
d39662f291
Don't change the selected line when scrolling.
...
With the mouse wheel or otherwise, it's confusing.
2013-07-07 22:55:57 -07:00
Kingcom
82c242f237
Added "Wait type" and "Priority" columns to thread list
2013-07-06 21:40:41 +02:00
Henrik Rydgard
a599bf7500
Assorted warning fixes and cleanups
2013-07-06 11:09:19 +02:00
Kingcom
bccc3c4281
Debug interface improvements
2013-07-03 22:29:35 +02:00
Unknown W. Brackets
defe750558
Update debugger UI on the debugger's threads.
2013-07-02 22:59:47 -07:00
Kingcom
24559491f0
Thread list in disassembly window
2013-07-02 23:21:20 +02:00
Kingcom
2521a88207
Use ChangeBreakPointAddCond function
2013-07-02 17:43:34 +02:00
Kingcom
c41b08f9e2
Add expression parser to breakpoints
2013-07-02 11:51:29 +02:00
Kingcom
15eb8c8657
Breakpoint window
2013-07-02 00:20:19 +02:00
Henrik Rydgård
c28109dfa0
Merge pull request #2576 from Kingcom/master
...
Expression parser update
2013-07-01 08:23:42 -07:00
Kingcom
c24433b1e2
Remove remaining instances of stricmp
2013-07-01 10:01:49 +02:00
Kingcom
e3d3d75e38
Moved expression parser to native and changed how it's accessed
2013-07-01 01:41:06 +02:00
Unknown W. Brackets
9d8bdee089
Buffer the breakpoints in UI to avoid overflows.
2013-06-30 16:35:48 -07:00
Unknown W. Brackets
6bd4383a8a
Give memchecks/breakpoints a consistent interface.
...
Removes the limit on max breakpoints, and makes everything use accessors
for both that look roughly the same.
2013-06-30 15:16:58 -07:00
Unknown W. Brackets
c1834908b1
Keep the symbol map entries unique.
...
Duplicates are annoying, and we have hacks upstream to prevent them that
cause trouble.
2013-06-30 10:04:48 -07:00
Kingcom
41ed77f66a
Add a memory view control to the disassembly window
2013-06-30 13:42:19 +02:00
Kingcom
6df25d52f0
-ctrl+g for goto in mem viewer/disassembly
...
-removed skipping of zz_/z_ in disassembly
-fixes to the expression parser
2013-06-29 22:25:17 +02:00
Unknown W. Brackets
609f8d6340
Allow hitting Go on a breakpoint to continue.
...
Doesn't work for branches though, because of delay slots.
2013-06-29 11:23:24 -07:00
Unknown W. Brackets
61e640b08f
Add an inactive wait just to be safe.
2013-06-29 11:02:03 -07:00
Unknown W. Brackets
053fddfca7
Fix some sign comparison warnings.
2013-06-29 10:59:42 -07:00
Unknown W. Brackets
aaafd372e9
Clear temp breakpoints off the CPU thread.
...
This should make it possible to actually clear them. Fixes #2519 .
2013-06-29 10:54:33 -07:00
Kingcom
b8d15838c5
Added checks for divisiou and modulo by zero
2013-06-29 16:24:26 +02:00
Kingcom
b78f74a3f4
More changes
2013-06-29 15:57:41 +02:00
Kingcom
fb84d2654b
Merge branch 'master' of https://github.com/hrydgard/ppsspp into ExpressionParser
2013-06-29 15:17:09 +02:00
Kingcom
ab1aa09dce
Expression parser
2013-06-29 15:17:00 +02:00
Unknown W. Brackets
c8509091af
Allow the disasm height to be resized a bit more.
2013-06-28 21:39:53 -07:00
Kingcom
b8f467b45a
-don't step while the core is active
...
-reset the counter before starting the core (so that it actually counts the execution time of the last run)
2013-06-28 00:26:04 +02:00
Kingcom
e4755d4bdb
Small changes to the disassembly view
2013-06-27 22:16:02 +02:00
Kingcom
d4214af710
Breakpoint list at the bottom of the disassembly window
2013-06-27 21:07:49 +02:00
Kingcom
76f135e077
-edit register by double clicking
...
-copy register with ctrl+c
2013-06-27 11:50:59 +02:00
Kingcom
827d13c34f
-Fix step over for conditional branches
...
-don't redraw the disassembly window while waiting for a temporary breakpoint
2013-06-26 23:14:15 +02:00
Kingcom
26c4f57691
Shortcuts for the disassembly view, step over extended, fixes
2013-06-26 21:49:15 +02:00
Kingcom
89104f08c0
Add labels to branch targets that don't have when disassembling to file
2013-06-26 12:15:49 +02:00
Kingcom
cfb622b619
Disassemble to file with Ctrl+X or through the right click menu.
2013-06-26 11:48:14 +02:00
Kingcom
07a3f08650
Search through the disassembly view with Ctrl+S. Search next with Ctrl+C.
2013-06-26 11:10:26 +02:00
Unknown W. Brackets
3ef95fadb3
Save the disasm window's size in config.
...
And, allow it to be smaller.
2013-06-26 00:15:16 -07:00
Henrik Rydgård
bafbfc75a0
Merge pull request #2475 from Kingcom/master
...
Disassembly view redesign
2013-06-25 16:07:06 -07:00
Kingcom
7d0e6ff199
-disassembly view redesigned
...
-change the cursor with the mouse or with the keyboard
-displays symbols on the left and in opcode arguments
-press tab to toggle displaying of symbols
-click on the highlighted line to toggle a breakpoint at that position
-press right to follow a branch and left to go back a level
2013-06-25 23:52:56 +02:00
Henrik Rydgard
81c6e63fd6
64-bit windows buildfix
2013-06-25 22:00:56 +02:00
Kingcom
41fc339362
-fixed "Copy value" in memory view
...
-SetFocus on right click in memory view
-added a few more default symbols to the symbol map
2013-06-25 13:17:27 +02:00
Kingcom
ad55a6f809
Memory viewer redesigned.
2013-06-25 02:43:31 +02:00
aquanull
bb5fce600e
Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization.
...
Fix missing ppsspp.ini loading log (only 1 unimportant line though).
Fix loading ui_atlas.zim failure when [General]Browse = True is set in ppsspp.ini.
Some other minor fixes as well.
2013-06-15 13:06:43 +08:00
Jeff Chien
f8d7ded2eb
Fixed a crash point in the memory viewer (if the symbol map doesn't find
...
the value).
2013-06-03 21:56:38 -07:00
aquanull
2708c03f6e
Work around occasional GetI18NCategory() failure in WndProc().
...
Also fix some variable-shadowing.
2013-06-03 20:56:44 +08:00
Unknown W. Brackets
4ebd3aaceb
Fix a bunch of Windows UI x64 conversion warnings.
2013-04-05 20:28:58 -07:00
Unknown W. Brackets
169d04d3ad
Remove unnecessary calls to UpdateMenus().
2013-04-05 00:48:41 -07:00
StorMyu
d1d957521d
Update CtrlMemView.cpp
2013-03-22 20:46:19 +01:00
StorMyu
83d65376a1
[Debugger] Ram Dump function
...
Just need to make sure you pause the emulator before you dump.
Or it'll not work ^^
2013-03-22 12:14:10 +01:00
Unknown W. Brackets
303058f492
Quick and dirty Windows UI for memchecks.
2013-03-12 00:53:49 -07:00
Unknown W. Brackets
de7ada1982
Fix some x64 type warnings.
2013-02-24 10:39:06 -08:00
Unknown W. Brackets
04130c812a
Show the current tick count in the disasm dialog.
...
Might as well show something under Ctr:...
2013-01-21 19:20:49 -08:00
Unknown W. Brackets
3872753b8a
Highlight changed regs in the Windows debugger.
2012-12-26 11:32:51 -08:00
Unknown W. Brackets
1d7a42f0b8
Add a button on Windows to enable HLE stepping.
2012-12-24 21:50:02 -08:00
Diogo Franco (Kovensky)
6108e36ae9
Several fixes to build under stricter C++11
...
Add missing #include to various files.
strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.
Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.
Fixes some linuxisms.
Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
Henrik Rydgard
4f7ad15758
Add snapshot of the whole source code.
2012-11-01 16:19:01 +01:00