dolphin/Source/Core/Core/Debugger
Lioncash 0718937237 Common: Introduce the new Gekko disassembler to Common.
This moves the Gekko disassembler to Common where it should be. Having it in the Bochs disassembly Externals is incorrect.

Unlike the PowerPC disassembler prior however, this one is updated to have an API that is more fitting for C++. e.g. Not needing to specify a string buffer and size. It does all of this under the hood.

This modifies all the DebuggingInterfaces as necessary to handle this.
2014-08-04 00:45:07 -04:00
..
Debugger_SymbolMap.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
Debugger_SymbolMap.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Dump.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Dump.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
GCELF.h Fix some vertical alignments 2014-02-16 20:12:05 -05:00
PPCDebugInterface.cpp Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
PPCDebugInterface.h Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00