Home
last modified time | relevance | path

Searched refs:continue_thread (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c593 ptid_t continue_thread = null_ptid; variable
3219 ptid_t state = gen ? rs->general_thread : rs->continue_thread; in set_thread()
3241 rs->continue_thread = ptid; in set_thread()
6234 rs->continue_thread = not_sent_ptid; in open_1()
DChangeLog-20134805 * remote.c (struct remote_state) <general_thread, continue_thread>:
4807 (general_thread, continue_thread): Remove.
DChangeLog-19996271 with the target vector table. (cont_thread): rename continue_thread.
DChangeLog-20086566 (general_thread, continue_thread): Change type to ptid_t.