Killing a program
To kill the program currently being debugged, use the
:k
command.
The command kills the process created for the program and returns
control to adb.
The command is typically used to clear the current contents of
the CPU registers and stack and begin the program again.