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

Debugger auxiliary #175

Open
sebastianpfischer opened this issue Oct 7, 2022 · 0 comments
Open

Debugger auxiliary #175

sebastianpfischer opened this issue Oct 7, 2022 · 0 comments
Labels
feature New feature or request refactoring Internal optimisation towards maintenance size XL Complexity of the ticket test Increase code coverage

Comments

@sebastianpfischer
Copy link
Contributor

In order to to use debugger capabilities to interact with the device under test
we want to implement an auxiliary that can do that

Capabilities

  • The user is able to load an elf file to get the symbols
  • The user is able to read an address or a symbol within a running application
  • The user is able to overwrite an address or a symbol within a running application
  • The user is able to halt the program (like breakpoint)
  • The user is able to watch for an address change or symbol value change

Acceptance Criteria
AC1: Should finally support Lauterbach and Jlink
AC2: All subtasks resolved

@sebastianpfischer sebastianpfischer added feature New feature or request size XL Complexity of the ticket refactoring Internal optimisation towards maintenance test Increase code coverage labels Oct 7, 2022
@sebastianpfischer sebastianpfischer added this to To do in kiso-testing via automation Oct 7, 2022
@sebastianpfischer sebastianpfischer added this to the Release 0.21.0 milestone Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request refactoring Internal optimisation towards maintenance size XL Complexity of the ticket test Increase code coverage
Projects
Development

No branches or pull requests

1 participant