Hi,
SetBP is used to set a break point in my program.
I want to know whether the PC reaches the break point without polling using a command like 'moe'.
At the moment i use 'moe' to check whether the target is halted.
I want to get rid of the polling method and I am wondering whether there is a method to know the break point is hit asynchronously.
Thanks,
Ushan
SetBP is used to set a break point in my program.
I want to know whether the PC reaches the break point without polling using a command like 'moe'.
At the moment i use 'moe' to check whether the target is halted.
I want to get rid of the polling method and I am wondering whether there is a method to know the break point is hit asynchronously.
Thanks,
Ushan