Searched refs:python_gdbarch (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | python.c | 104 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 D | py-utils.c | 135 target_charset (python_gdbarch)); in unicode_to_target_string() 146 target_charset (python_gdbarch)); in unicode_to_target_python_string()
|
H A D | py-inferior.c | 232 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 D | py-value.c | 42 #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 D | py-finishbreakpoint.c | 294 create_breakpoint (python_gdbarch, in bpfinishpy_init()
|
H A D | python-internal.h | 311 extern struct gdbarch *python_gdbarch;
|
H A D | py-breakpoint.c | 624 create_breakpoint (python_gdbarch, in bppy_init()
|
H A D | py-type.c | 729 type = lookup_typename (python_language, python_gdbarch, in typy_lookup_typename()
|