select_thread
Select the given thread as the current debugged thread.
tid - ID of the thread to select
The process must be suspended to select a new thread.
returns: success
success select_thread(long tid);
Last updated
Select the given thread as the current debugged thread.
tid - ID of the thread to select
The process must be suspended to select a new thread.
returns: success
success select_thread(long tid);
Last updated