dolphin/Source/Core/DolphinWX/Src/Debugger
2011-07-01 18:32:18 +00:00
..
BreakpointDlg.cpp Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. 2011-03-17 04:26:01 +00:00
BreakpointDlg.h Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. 2011-03-17 04:26:01 +00:00
BreakpointView.cpp
BreakpointView.h Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases. 2011-02-28 20:40:15 +00:00
BreakpointWindow.cpp Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases. 2011-02-28 20:40:15 +00:00
BreakpointWindow.h Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases. 2011-02-28 20:40:15 +00:00
CodeView.cpp Improve text positioning in debug views by adding a static pixel offset 2011-07-01 18:32:18 +00:00
CodeView.h
CodeWindow.cpp fix ppc "jump to address" textbox and some symbol menu items 2011-03-15 05:12:06 +00:00
CodeWindow.h Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases. 2011-02-28 20:40:15 +00:00
CodeWindowFunctions.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
DebuggerPanel.cpp Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. 2011-03-17 04:26:01 +00:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h
JitWindow.cpp
JitWindow.h
MemoryCheckDlg.cpp Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. 2011-03-17 04:26:01 +00:00
MemoryCheckDlg.h Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. 2011-03-17 04:26:01 +00:00
MemoryView.cpp Improve text positioning in debug views by adding a static pixel offset 2011-07-01 18:32:18 +00:00
MemoryView.h
MemoryWindow.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
MemoryWindow.h
RegisterView.cpp
RegisterView.h
RegisterWindow.cpp
RegisterWindow.h