Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-decode.c553 gdb::unique_xmalloc_ptr<char> full_show_doc; in add_setshow_cmd_full_erased() local
558 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc); in add_setshow_cmd_full_erased()
563 full_show_doc = make_unique_xstrdup (show_doc); in add_setshow_cmd_full_erased()
575 full_show_doc.release (), show_list); in add_setshow_cmd_full_erased()