Skip to content

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

@giritrivedi

Description

@giritrivedi

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 )
    - [x] 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions