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

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 553 gdb::unique_xmalloc_ptr<char> full_show_doc; member in class:gdb
558 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc);
563 full_show_doc = make_unique_xstrdup (show_doc);
575 full_show_doc.release (), show_list);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 569 gdb::unique_xmalloc_ptr<char> full_show_doc; member in class:gdb
574 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc);
579 full_show_doc = make_unique_xstrdup (show_doc);
591 full_show_doc.release (), show_list);

Completed in 19 milliseconds