kiso-testing icon indicating copy to clipboard operation
kiso-testing copied to clipboard

Debugger auxiliary

Open sebastianpfischer opened this issue 3 years ago • 0 comments

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 avatar Oct 07 '22 13:10 sebastianpfischer