Searched refs:show_doc_string (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-param.c | 416 char *show_doc_string = NULL; in get_show_value() local 435 show_doc_string = call_doc_function (obj, show_doc_func, val_obj); in get_show_value() 436 if (! show_doc_string) in get_show_value() 439 make_cleanup (xfree, show_doc_string); in get_show_value() 441 fprintf_filtered (file, "%s\n", show_doc_string); in get_show_value() 448 show_doc_string = get_doc_string (obj, show_doc_cst); in get_show_value() 449 make_cleanup (xfree, show_doc_string); in get_show_value() 450 fprintf_filtered (file, "%s %s\n", show_doc_string, value); in get_show_value()
|