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

  /src/external/gpl3/gdb.old/dist/gdb/
value.c 2367 function_command (const char *command, int from_tty)
2384 return add_cmd (name, no_class, function_command, doc, &functionlist);
4517 add_prefix_cmd ("function", no_class, function_command, _("\
2365 function_command (const char *command, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/
value.c 2382 function_command (const char *command, int from_tty)
2397 return add_cmd (name, no_class, function_command, doc, &functionlist);
4538 add_prefix_cmd ("function", no_class, function_command, _("\
2380 function_command (const char *command, int from_tty) function

Completed in 32 milliseconds