ppsspp/Windows/Debugger
Diogo Franco (Kovensky) 6108e36ae9 Several fixes to build under stricter C++11
Add missing #include to various files.

strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.

Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.

Fixes some linuxisms.

Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
..
CPURegsInterface.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
CtrlDisAsmView.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
CtrlDisAsmView.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
CtrlMemView.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
CtrlMemView.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
CtrlRegisterList.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
CtrlRegisterList.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_Disasm.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
Debugger_Disasm.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
Debugger_MemoryDlg.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_MemoryDlg.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
Debugger_Misc.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_Misc.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_Profiler.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_Profiler.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_SymbolMap.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_VFPUDlg.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger_VFPUDlg.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Debugger.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
SimpleELF.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00