Home
last modified time | relevance | path

Searched refs:thread_cmd_list (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dthread.c676 struct cmd_list_element *thread_cmd_list = NULL; variable
688 The new thread ID must be currently known.", &thread_cmd_list, "thread ", 1, &cmdlist); in _initialize_thread()
692 &thread_apply_list, "apply ", 1, &thread_cmd_list); in _initialize_thread()
H A Dgdbthread.h142 extern struct cmd_list_element *thread_cmd_list;
H A Dgnu-nat.c2635 extern struct cmd_list_element *thread_cmd_list;
3366 &thread_cmd_list); in add_thread_commands()
H A DChangeLog-19971715 * gdbthread.h: Add extern decl for thread_cmd_list.
1736 move thread_cmd_list to global scope so targets can add their
H A DChangeLog-19964069 * gnu-nat.c (thread_cmd_list): New declaration.