HomeSort by: relevance | last modified time | path
    Searched defs:print_max (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
valprint.h 67 print_max, which displays in a show command as "unlimited". */
68 unsigned int print_max; member in struct:value_print_options
71 zero if to follow the value of print_max, or UINT_MAX for no limit. */
122 /* The value to use for `print_max_chars' to follow `print_max'. */
134 ? options->print_max_chars : options->print_max);
valprint.c 98 /* Start print_max at this value. */
101 /* Start print_max_chars at this value (meaning follow print_max). */
117 PRINT_MAX_DEFAULT, /* print_max */
2057 for (; i < len && things_printed < options->print_max; i++)
2449 const int print_max = options->print_max_chars > 0
2450 ? options->print_max_chars : options->print_max;
2482 if (print_max < repeat_count + num_elements)
2484 repeat_count = print_max - num_elements;
3049 [] (value_print_options *opt) { return &opt->print_max; },
2448 const int print_max = options->print_max_chars > 0 local
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.h 67 print_max, which displays in a show command as "unlimited". */
68 unsigned int print_max; member in struct:value_print_options
71 zero if to follow the value of print_max, or UINT_MAX for no limit. */
122 /* The value to use for `print_max_chars' to follow `print_max'. */
134 ? options->print_max_chars : options->print_max);
valprint.c 98 /* Start print_max at this value. */
101 /* Start print_max_chars at this value (meaning follow print_max). */
117 PRINT_MAX_DEFAULT, /* print_max */
1983 for (; i < len && things_printed < options->print_max; i++)
2375 const int print_max = options->print_max_chars > 0
2376 ? options->print_max_chars : options->print_max;
2408 if (print_max < repeat_count + num_elements)
2410 repeat_count = print_max - num_elements;
2975 [] (value_print_options *opt) { return &opt->print_max; },
2374 const int print_max = options->print_max_chars > 0 local

Completed in 27 milliseconds