Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-param.c368 char *set_doc_string; in get_set_value() local
380 set_doc_string = call_doc_function (obj, set_doc_func, NULL); in get_set_value()
381 if (! set_doc_string) in get_set_value()
389 set_doc_string = get_doc_string (obj, set_doc_cst); in get_set_value()
392 make_cleanup (xfree, set_doc_string); in get_set_value()
393 fprintf_filtered (gdb_stdout, "%s\n", set_doc_string); in get_set_value()