Lines Matching refs:args_type

227 		enum ext_lang_frame_args args_type,  in py_print_value()  argument
235 if (args_type == MI_PRINT_SIMPLE_VALUES in py_print_value()
236 || args_type == MI_PRINT_ALL_VALUES) in py_print_value()
240 if (args_type == MI_PRINT_ALL_VALUES) in py_print_value()
242 else if (args_type == MI_PRINT_SIMPLE_VALUES in py_print_value()
248 else if (args_type != NO_VALUES) in py_print_value()
313 enum ext_lang_frame_args args_type, in py_print_single_arg() argument
339 if (print_args_field || args_type != NO_VALUES) in py_print_single_arg()
381 if (args_type == MI_PRINT_SIMPLE_VALUES && val != NULL) in py_print_single_arg()
389 if (! out->is_mi_like_p () && args_type == NO_VALUES) in py_print_single_arg()
395 if (args_type != NO_VALUES) in py_print_single_arg()
405 py_print_value (out, val, opts, 0, args_type, language); in py_print_single_arg()
424 enum ext_lang_frame_args args_type, in enumerate_args() argument
432 if (args_type == CLI_SCALAR_VALUES) in enumerate_args()
498 args_type, in enumerate_args()
512 args_type, print_args_field, NULL); in enumerate_args()
520 args_type, print_args_field, in enumerate_args()
555 enum ext_lang_frame_args args_type, in enumerate_locals() argument
601 if (print_args_field || args_type != NO_VALUES) in enumerate_locals()
610 if (args_type == MI_PRINT_SIMPLE_VALUES) in enumerate_locals()
619 py_print_value (out, val, &opts, val_indent, args_type, in enumerate_locals()
624 if (args_type != NO_VALUES) in enumerate_locals()
625 py_print_value (out, val, &opts, 0, args_type, in enumerate_locals()
644 enum ext_lang_frame_args args_type, in py_mi_print_variables() argument
658 && (enumerate_args (args_iter.get (), out, args_type, 1, frame) in py_mi_print_variables()
663 && (enumerate_locals (locals_iter.get (), out, 1, args_type, 1, frame) in py_mi_print_variables()
677 enum ext_lang_frame_args args_type, in py_print_locals() argument
688 && (enumerate_locals (locals_iter.get (), out, indent, args_type, in py_print_locals()
703 enum ext_lang_frame_args args_type, in py_print_args() argument
716 if (args_type == CLI_PRESENCE) in py_print_args()
729 && (enumerate_args (args_iter.get (), out, args_type, 0, frame) in py_print_args()
755 enum ext_lang_frame_args args_type, in py_print_frame() argument
814 args_type, frame) == EXT_LANG_BT_ERROR) in py_print_frame()
960 if (py_print_args (filter, out, args_type, frame) == EXT_LANG_BT_ERROR) in py_print_frame()
1042 if (py_print_locals (filter, out, args_type, indent, in py_print_frame()
1067 = py_print_frame (item, flags, args_type, out, indent, in py_print_frame()
1141 enum ext_lang_frame_args args_type, in gdbpy_apply_frame_filter() argument
1236 success = py_print_frame (item.get (), flags, args_type, out, 0, in gdbpy_apply_frame_filter()