Home
last modified time | relevance | path

Searched refs:histindex (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gdb/gdb/
HDannotate.c292 annotate_value_history_begin (int histindex, struct type *type) in annotate_value_history_begin() argument
296 printf_filtered ("\n\032\032value-history-begin %d ", histindex); in annotate_value_history_begin()
HDprintcmd.c907 int histindex = record_latest_value (val); in print_command_1() local
909 if (histindex >= 0) in print_command_1()
910 annotate_value_history_begin (histindex, VALUE_TYPE (val)); in print_command_1()
915 printf_unfiltered ("\031(gdb-makebuffer \"%s\" %d '(\"", exp, histindex); in print_command_1()
916 else if (histindex >= 0) in print_command_1()
917 printf_filtered ("$%d = ", histindex); in print_command_1()
919 if (histindex >= 0) in print_command_1()
925 if (histindex >= 0) in print_command_1()