Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c104 struct gdbarch *python_gdbarch; variable
134 python_gdbarch = env->gdbarch; in restore_python_env()
149 env->gdbarch = python_gdbarch; in ensure_python_env()
152 python_gdbarch = gdbarch; in ensure_python_env()
489 const char *cset = target_charset (python_gdbarch); in gdbpy_target_charset()
499 const char *cset = target_wide_charset (python_gdbarch); in gdbpy_target_wide_charset()
1438 python_gdbarch = target_gdbarch (); in finalize_python()
H A Dpy-utils.c135 target_charset (python_gdbarch)); in unicode_to_target_string()
146 target_charset (python_gdbarch)); in unicode_to_target_python_string()
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()
546 paddress (python_gdbarch, membuf_obj->addr), in mbpy_str()
746 cleanup = ensure_python_env (python_gdbarch, python_language); in py_free_inferior()
H A Dpy-value.c42 #define builtin_type_pyint builtin_type (python_gdbarch)->builtin_long
45 #define builtin_type_pyfloat builtin_type (python_gdbarch)->builtin_double
48 #define builtin_type_pylong builtin_type (python_gdbarch)->builtin_long_long
52 (python_gdbarch)->builtin_unsigned_long_long
55 language_bool_type (python_language, python_gdbarch)
58 language_string_char_type (python_language, python_gdbarch)
H A Dpy-finishbreakpoint.c294 create_breakpoint (python_gdbarch, in bpfinishpy_init()
H A Dpython-internal.h311 extern struct gdbarch *python_gdbarch;
H A Dpy-breakpoint.c624 create_breakpoint (python_gdbarch, in bppy_init()
H A Dpy-type.c729 type = lookup_typename (python_language, python_gdbarch, in typy_lookup_typename()