dolphin/Externals/Bochs_disasm
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
..
Bochs_disasm.vcxproj Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
CMakeLists.txt Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
config.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
dis_decode.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
dis_groups.cpp Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warnings in win32. Added many SVN Ignore settings. 2008-08-23 15:28:24 +00:00
dis_tables.h Initial megacommit. 2008-07-12 17:40:22 +00:00
dis_tables.inl Initial megacommit. 2008-07-12 17:40:22 +00:00
disasm.h Initial megacommit. 2008-07-12 17:40:22 +00:00
opcodes.inl Meta: 2010-06-02 18:00:22 +00:00
resolve.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.cpp Add precompiled headers back...I like being able to compile in less than 2 hours, kthx 2009-03-28 17:50:32 +00:00
stdafx.h Add precompiled headers back...I like being able to compile in less than 2 hours, kthx 2009-03-28 17:50:32 +00:00
syntax.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00