Searched refs:parse_thread_id (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtid-parse.h34 parse_thread_id stores the address of the first character after the
37 struct thread_info *parse_thread_id (const char *tidstr, const char **end);
H A Dtid-parse.c54 parse_thread_id (const char *tidstr, const char **end) function
H A Dthread.c1899 thread_select (tidstr, parse_thread_id (tidstr, NULL));
H A Dgnu-nat.c3021 struct thread_info *tp = parse_thread_id (args, NULL);
H A Dbreakpoint.c9123 thr = parse_thread_id (tok, &tmptok);
10554 thr = parse_thread_id (value_start, &endp);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtid-parse.h34 parse_thread_id stores the address of the first character after the
37 struct thread_info *parse_thread_id (const char *tidstr, const char **end);
H A Dtid-parse.c54 parse_thread_id (const char *tidstr, const char **end) function
H A Dthread.c1838 thread_select (tidstr, parse_thread_id (tidstr, NULL));
H A Dgnu-nat.c2976 struct thread_info *tp = parse_thread_id (args, NULL);
H A Dbreakpoint.c8807 thr = parse_thread_id (tok, &tmptok);
10087 thr = parse_thread_id (value_start, &endp);

Completed in 166 milliseconds