HomeSort by: relevance | last modified time | path
    Searched defs:deprecated_call_command_hook (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
top.c 246 void (*deprecated_call_command_hook) (struct cmd_list_element * c, variable
568 else if (deprecated_call_command_hook)
569 deprecated_call_command_hook (c, arg, from_tty);
  /src/external/gpl3/gdb/dist/gdb/
top.c 243 void (*deprecated_call_command_hook) (struct cmd_list_element * c, variable
563 else if (deprecated_call_command_hook)
564 deprecated_call_command_hook (c, arg, from_tty);

Completed in 65 milliseconds