Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: Introduce the new Gekko disassembler to Common. #647

Merged
merged 1 commit into from Aug 4, 2014

Conversation

lioncash
Copy link
Member

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.

This should also make the CodeView code a little more readable as well.

I guess this can be considered an RFC as well.

@delroth
Copy link
Member

delroth commented Aug 4, 2014

Can you rebase this?

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.
delroth added a commit that referenced this pull request Aug 4, 2014
Common: Introduce the new Gekko disassembler to Common.
@delroth delroth merged commit 6befa34 into dolphin-emu:master Aug 4, 2014
@lioncash lioncash deleted the disasm branch August 4, 2014 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants