Home | History | Annotate | Download | only in gdb

Lines Matching defs:current_substring

2712     const char *current_substring;
2741 current_substring = piece.string;
2745 printf_c_string (stream, current_substring, val_args[i]);
2748 printf_wide_c_string (stream, current_substring, val_args[i]);
2776 gdb_printf (stream, current_substring,
2788 gdb_printf (stream, current_substring, val);
2801 gdb_printf (stream, current_substring, val);
2811 gdb_printf (stream, current_substring, val);
2821 gdb_printf (stream, current_substring, val);
2831 printf_floating (stream, current_substring, val_args[i],
2835 printf_pointer (stream, current_substring, val_args[i]);
2842 if (current_substring[2] == '[')
2844 std::string args (&current_substring[3],
2845 strlen (&current_substring[3]) - 1);
2876 gdb_printf (stream, current_substring, 0);