dolphin/Source/Core/DolphinWX/Src/Debugger
2011-03-05 06:11:26 +00:00
..
BreakpointDlg.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
BreakpointDlg.h
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
CodeView.h
CodeWindow.cpp Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes. 2011-03-05 06:11:26 +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 More conversion from char * to std::string. 2011-03-01 03:06:14 +00:00
DebuggerPanel.cpp More conversion from char * to std::string. 2011-03-01 03:06:14 +00:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h
JitWindow.cpp
JitWindow.h
MemoryCheckDlg.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
MemoryCheckDlg.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
MemoryView.cpp
MemoryView.h
MemoryWindow.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
MemoryWindow.h
RegisterView.cpp
RegisterView.h
RegisterWindow.cpp
RegisterWindow.h