dolphin/Source/Core/DebuggerWX/Src
hrydgard ad44788b36 Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility for breakpoint handling into the CPU cores. Breakpoints still only work in interpreter, not in JIT.. but now it's closer to becoming possible.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1617 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-21 11:56:37 +00:00
..
BreakPointDlg.cpp Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view. 2008-12-20 14:00:33 +00:00
BreakPointDlg.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
BreakpointView.cpp Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view. 2008-12-20 14:00:33 +00:00
BreakpointView.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
BreakpointWindow.cpp Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view. 2008-12-20 14:00:33 +00:00
BreakpointWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
CodeView.cpp Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view. 2008-12-20 14:00:33 +00:00
CodeView.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
CodeWindow.cpp Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility for breakpoint handling into the CPU cores. Breakpoints still only work in interpreter, not in JIT.. but now it's closer to becoming possible. 2008-12-21 11:56:37 +00:00
CodeWindow.h Fix up wxw asserts and exceptions caused by: the "booting..." msg, hacked up tooltips in the debugger, and the staticbitmaps in wiimoteframe. 2008-12-10 08:57:57 +00:00
Debugger.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Debugger.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
JitWindow.cpp Even more code reorganization + first step towards being able to single step directly in JIT mode. 2008-12-20 17:22:30 +00:00
JitWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
LogWindow.cpp - Janitorial tasks 2008-12-20 18:46:49 +00:00
LogWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemoryCheckDlg.cpp Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view. 2008-12-20 14:00:33 +00:00
MemoryCheckDlg.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemoryView.cpp make all disassembler calls threadsafe .. hopefully. 2008-12-09 21:24:12 +00:00
MemoryView.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemoryWindow.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
MemoryWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
RegisterView.cpp convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg. 2008-12-09 05:29:14 +00:00
RegisterView.h convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg. 2008-12-09 05:29:14 +00:00
RegisterWindow.cpp convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg. 2008-12-09 05:29:14 +00:00
RegisterWindow.h convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg. 2008-12-09 05:29:14 +00:00
SConscript (requires review for windows/mac) 2008-12-05 13:46:19 +00:00