Searched refs:histindex (Results 1 – 2 of 2) sorted by relevance
292 annotate_value_history_begin (int histindex, struct type *type) in annotate_value_history_begin() argument296 printf_filtered ("\n\032\032value-history-begin %d ", histindex); in annotate_value_history_begin()
905 int histindex = record_latest_value (val); in print_command_1() local907 if (histindex >= 0) in print_command_1()908 annotate_value_history_begin (histindex, VALUE_TYPE (val)); in print_command_1()913 printf_unfiltered ("\031(gdb-makebuffer \"%s\" %d '(\"", exp, histindex); in print_command_1()914 else if (histindex >= 0) in print_command_1()915 printf_filtered ("$%d = ", histindex); in print_command_1()917 if (histindex >= 0) in print_command_1()923 if (histindex >= 0) in print_command_1()