New GetTargetProgramCounter TC command

This commit is contained in:
Nav
2022-05-01 18:44:04 +01:00
parent 96cae9d1e4
commit 4209d9eb20
8 changed files with 85 additions and 0 deletions

View File

@@ -144,6 +144,13 @@ namespace Bloom::TargetController
*/
void removeBreakpoint(Targets::TargetBreakpoint breakpoint);
/**
* Retrieves the current program counter value from the target.
*
* @return
*/
std::uint32_t getProgramCounter();
/**
* Sets the target's program counter to the given address.
*