summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
AgeCommit message (Expand)Author
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-07-15Roll back R3801. Dolphin works again. Seriously, if you're not even testing h...hrydgard
2009-07-15Tons of reworking of the cores to make them more...generalized, not quite the...Sonicadvance1
2009-07-07Trying to get Dolphin to compile in Xcode, had to rename the Debugger namespa...Sonicadvance1
2009-06-28cleanup: extract breakpoint code into Common. only have one shared PPCDebugIn...hrydgard
2009-06-21New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...hrydgard
2009-06-17createtest fixes and compile fixes for linuxnakeee
2009-06-17MemoryView can now view ARAM (rightclick -> toggle memory). Add "search for i...hrydgard
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-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-03-04Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warni...nakeee
2009-03-02just some debug helperfires.gc
2009-02-23Hopefully make the callstack more accuratehrydgard
2009-02-23Introduce JitCommon folder to share things between the two jits.hrydgard
2009-02-17Remove/cleanup some auto-"breaks" in the code. they are annoying when debuggi...hrydgard
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-01-20Fix insanely annoyingly behaviour when setting breakpointshrydgard
2009-01-20DebuggerWX: Added jit block linking option to the code windowJohn Peterson
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-05CodeWindow: Added skip eventJohn Peterson
2009-01-05CodeWindow: Made boot to pause optional, readded the tooltips in the Release ...John Peterson
2008-12-23Change disc: Warn the user if he's changing the disc to a completely differen...John Peterson
2008-12-21Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility fo...hrydgard
2008-12-20More code reorganization.hrydgard
2008-12-18add ppc disassembly to jit results viewer windowTurn the JIT into a class. In...hrydgard
2008-12-18scons changesnakeee
2008-12-13small speedup of logmanager, minor logging improvements, misc code standard i...hrydgard
2008-12-10Fix up wxw asserts and exceptions caused by: the "booting..." msg, hacked up ...Shawn Hoffman
2008-12-09make all disassembler calls threadsafe .. hopefully.hrydgard
2008-12-09Made the Wiimote status go away in GC modeJohn Peterson
2008-12-09Wiimote: Added optional status icons for the Wiimote speaker and leds. And a ...John Peterson
2008-12-08set svn:eol-style=native for **.cppbushing
2008-12-08Elf loader etc: Added command line elf loader so I can build and run homebrew...John Peterson
2008-12-07Wii IOS: Some comments, logging changes and other small changes, no noticeabl...John Peterson
2008-12-02fixed up CopySettingsFile and idef'd away MSWDrawSubItemShawn Hoffman
2008-12-01Debugger: added save code option and darkened the code view colors so I can s...John Peterson
2008-11-22Added Copy EFB hotkey to OpenGL plugin (to be able to easily switch back and ...John Peterson
2008-11-21Added Enable Other Audio option to DSP HLEJohn Peterson
2008-11-21Made the OpenGL iLog setting changeable from the debugging windowJohn Peterson
2008-11-16Calibrated emulated Wiimote aiming in widescreen mode. Added config menu to W...John Peterson
2008-11-12Migration to the new dir struct (in code only!, no deletion of old dirs...yet...Shawn Hoffman
2008-10-28Random grab-bag of stuff: Finer grained JIT disabling (jpeterson's debug tool...hrydgard
2008-10-27Small codewindow tweakshrydgard
2008-10-12Added option to compile without the JIT off options.John Peterson