Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpython.c105 const struct language_defn *python_language; variable
135 python_language = env->language; in restore_python_env()
150 env->language = python_language; in ensure_python_env()
153 python_language = language; in ensure_python_env()
1439 python_language = current_language; in finalize_python()
H A Dpy-inferior.c232 cleanup = ensure_python_env (python_gdbarch, python_language); in add_thread_object()
261 cleanup = ensure_python_env (python_gdbarch, python_language); in delete_thread_object()
746 cleanup = ensure_python_env (python_gdbarch, python_language); in py_free_inferior()
H A Dpy-value.c55 language_bool_type (python_language, python_gdbarch)
58 language_string_char_type (python_language, python_gdbarch)
660 &opts, python_language); in valpy_str()
H A Dpython-internal.h312 extern const struct language_defn *python_language;
H A Dpy-type.c729 type = lookup_typename (python_language, python_gdbarch, in typy_lookup_typename()