feat: support switching targets through monitor commands
This commit is contained in:
parent
407216b17c
commit
b96a280e10
3 changed files with 55 additions and 9 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
bool check_all();
|
||||
int sync_regs_to_ref(void);
|
||||
std::string list_targets(void);
|
||||
std::string switch_target(int index);
|
||||
|
||||
inline void halt() {
|
||||
__atomic_store_n(&halt_status, true, __ATOMIC_RELAXED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue