Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c284 cleanup = make_cleanup_py_decref (type); in print_stack_unless_memory_error()
285 make_cleanup_py_decref (value); in print_stack_unless_memory_error()
286 make_cleanup_py_decref (trace); in print_stack_unless_memory_error()
319 struct cleanup *cleanup = make_cleanup_py_decref (py_str); in print_string_repr()
350 make_cleanup_py_decref (string); in print_string_repr()
503 cleanups = make_cleanup_py_decref (children); in print_children()
511 make_cleanup_py_decref (iter); in print_children()
535 make_cleanup_py_decref (frame); in print_children()
562 inner_cleanup = make_cleanup_py_decref (item); in print_children()
734 make_cleanup_py_decref (printer); in apply_val_pretty_printer()
H A Dpython.c297 make_cleanup_py_decref (python_file); in python_run_simple_file()
919 make_cleanup_py_decref (result); in before_prompt_hook()
1222 make_cleanup_py_decref (type_module); in start_type_printers()
1230 make_cleanup_py_decref (func); in start_type_printers()
1268 make_cleanup_py_decref (type_obj); in apply_type_printers()
1276 make_cleanup_py_decref (type_module); in apply_type_printers()
1284 make_cleanup_py_decref (func); in apply_type_printers()
1293 make_cleanup_py_decref (result_obj); in apply_type_printers()
H A Dpy-param.c376 make_cleanup_py_decref (set_doc_func); in get_set_value()
424 make_cleanup_py_decref (show_doc_func); in get_show_value()
433 make_cleanup_py_decref (val_obj); in get_show_value()
H A Dpy-utils.c46 make_cleanup_py_decref (PyObject *py) in make_cleanup_py_decref() function
H A Dpython-internal.h306 struct cleanup *make_cleanup_py_decref (PyObject *py);
H A Dpy-cmd.c245 make_cleanup_py_decref (resultobj); in VEC()
/dragonfly/contrib/gdb-7/gdb/
H A Dvarobj.c1115 make_cleanup_py_decref (children); in update_dynamic_varobj_children()
1202 inner = make_cleanup_py_decref (item); in update_dynamic_varobj_children()
1907 make_cleanup_py_decref (globals); in varobj_set_visualizer()
2892 make_cleanup_py_decref (output); in value_get_print_value()