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

GDB Stub: add support for lldb's qHostInfo #10330

Merged
merged 1 commit into from Jan 3, 2022

Conversation

aldelaro5
Copy link
Member

This along with #10319 is actually all it takes to make lldb work correctly and it's very easy to implement so might as well add it.

NOTE: this is specific to lldb, more info here: https://github.com/llvm/llvm-project/blob/main/lldb/docs/lldb-gdb-remote.txt#L867

In my test though, it seems to mix up the packets with read memory, but I have a suspicion that it's an unrelated issue that I will be trying to address because from dolphin's side, it is replying correctly.

Source/Core/Core/PowerPC/GDBStub.cpp Show resolved Hide resolved
Source/Core/Core/PowerPC/GDBStub.cpp Outdated Show resolved Hide resolved
@leoetlino
Copy link
Member

This needs a rebase fwiw.

@leoetlino leoetlino merged commit 04a2581 into dolphin-emu:master Jan 3, 2022
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants