summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX
AgeCommit message (Expand)Author
2009-05-07fix some dir issue on osx, if there is a problem on windows or linux, see thi...tmator
2009-04-12more scons build fixupsnakeee
2009-04-03dsp llet debugger: disasm the ucode when it's dumpedShawn Hoffman
2009-04-03some progress on dsp llet debugger. go dump some ucodes ;)Shawn Hoffman
2009-03-20Change a bunch of project settings to reduce the flood of warnings you get wh...hrydgard
2009-03-18remove some unused filesnakeee
2009-03-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-03-05just some compiler warning cleanup.hrydgard
2009-03-04Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warni...nakeee
2009-03-02Compile fixnakeee
2009-03-02just some debug helperfires.gc
2009-03-02an attempt to clean up the logging a bitnakeee
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-24WxUtils were added to the wrong project.hrydgard
2009-02-24Ported wxutils from soap branch (Should make launch and explore work in Linux...nakeee
2009-02-23Hopefully make the callstack more accuratehrydgard
2009-02-23Introduce JitCommon folder to share things between the two jits.hrydgard
2009-02-23Update svn:eol-style=native ( r1442 ) for Source/*.cppLPFaint99
2009-02-17Remove/cleanup some auto-"breaks" in the code. they are annoying when debuggi...hrydgard
2009-02-17Also rename the projects as seen within VS.hrydgard
2009-02-09Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...hrydgard
2009-02-08Video and DSP plugin management: Fixed Stop and Start again, it was necessary...John Peterson
2009-02-06Allow changing of the debugger font and some cleanupShawn Hoffman
2009-02-04JIT: Made block linking the default option, it's faster and seems stable to m...John Peterson
2009-02-04relocate the mainram dump to the dump dirShawn Hoffman
2009-01-24some more warning cleanup.omegadox
2009-01-24Some warning and code cleanup.omegadox
2009-01-23Warp back to 1983!!! (rev 1983, that is, not the year :P)hrydgard
2009-01-23nJoy and PluginManager:John Peterson
2009-01-21Use wx style ListBox fast fill: Freeze and Thawhyperiris
2009-01-21Debugger: add a tiny function, dump main memory to a file, mainram.dump in .\...hyperiris
2009-01-21more f-zero work - no success :( Still fp errors.hrydgard
2009-01-21misc debugger improvements - hle:d code can be read in disasm window, memview...hrydgard
2009-01-20fix red coloring of fp regs in registerviewhrydgard
2009-01-20Improve register view window (now shows fp, various special regs). If the win...hrydgard
2009-01-20Fix insanely annoyingly behaviour when setting breakpointshrydgard
2009-01-20DebuggerWX: Added jit block linking option to the code windowJohn Peterson
2009-01-20fix a minor "misfeature" in the symbol table code.hrydgard
2009-01-19fix build and change /EHsc to /EHa. jakestine (pcsx2-playground) says it is t...Shawn Hoffman
2009-01-17Move Config.cpp to Core renamed it to ConfigManagernakeee
2009-01-15nakee's work on dolphin events. Also get wxw out of logmanager. This commit w...Shawn Hoffman
2009-01-09moved plugin manager to core.nakeee
2009-01-07CodeWindow: Fixed the Unlimited JIT Cache optionJohn Peterson
2009-01-06Some more nowx compile fixes thanks to tinctorius XTra.KrazzY
2009-01-06Build Settings: Same thing for DebuggerWXJohn Peterson
2009-01-05CodeWindow: Added skip eventJohn Peterson
2009-01-05make debugger a bit more readable; TODO: merge code for codeview and memoryvi...Shawn Hoffman
2009-01-05CodeWindow: Missing fileJohn Peterson
2009-01-05CodeWindow: Made boot to pause optional, readded the tooltips in the Release ...John Peterson
2008-12-29This is an ugly hack, but increase the size of the buffer... I managed magumagu9