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 Server: fix config and add Unix socket support #6734

Merged
merged 2 commits into from Oct 9, 2019

Conversation

Nekotekina
Copy link
Member

@Nekotekina Nekotekina commented Oct 9, 2019

This PR enables 'GDB Server' config string as following:

  • Empty string or a string starting with null character will disable GDB server.
  • IPv4 ip:port format such as 127.0.0.1:2345 will create AF_INET socket and bind it on specified address and port.
  • Fallback will use AF_UNIX socket on all platforms. May actually work on newer win 10.

@Nekotekina Nekotekina merged commit 6b1e1e4 into RPCS3:master Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant