Replaced SetProgramCounterOnTarget event with TC command

This commit is contained in:
Nav
2022-04-30 23:10:07 +01:00
parent acc96fd6d1
commit 7c4e39dd03
10 changed files with 60 additions and 86 deletions

View File

@@ -144,6 +144,13 @@ namespace Bloom::TargetController
*/
void removeBreakpoint(Targets::TargetBreakpoint breakpoint);
/**
* Sets the target's program counter to the given address.
*
* @param address
*/
void setProgramCounter(std::uint32_t address);
/**
* Retrieves the pin states for a particular target variant.
*