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

Modify runtime and netcoredbg repository to bring up dotnet debugger for s390x #1

Open
21 of 30 tasks
giritrivedi opened this issue Jul 5, 2024 · 0 comments
Open
21 of 30 tasks

Comments

@giritrivedi
Copy link
Owner

giritrivedi commented Jul 5, 2024

To enabled dotnet debugger for s390x , changes in dotnet runtime and netcoredbg repositories are needed.
This issue is created to track these changes.
The tasks involved are .

  • Building of netcoredbg on S390x
  • Establishing a connection between debugger and debuggee process. A debuggee can be debugged in two ways
    - [ ] Inprocess debugging ( Start )
    - [ ] Out of process debugging ( Attach )
  • Enabled debugging with inprocess debugging ( Start )
  • Enable debugging with out of process debugging ( Attach )
  • Enable Backtrace command
  • Enable Break command
  • Enable Catch command
  • Enable Continue command
  • Enable delete command
  • Enable detach command
  • Enable disable command
  • Enable enable command
  • Enable file command
  • Enable finish command
  • Enable frame command.
  • Enable interrupt command.
  • Enable list command.
  • Enable next command.
  • Enable print command
  • Enable quit command.
  • Enable run command.
  • Enable attach command.
  • Enable detach command.
  • Enable step command.
  • Enable source command.
  • Enable wait command.
  • Enable set command.
  • Enable save command.
  • Enable info command.
  • Enable help command.
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

No branches or pull requests

1 participant