Searched refs:histindex (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dannotate.c303 annotate_value_history_begin (int histindex, struct type *type)
307 printf_filtered (("\n\032\032value-history-begin %d "), histindex);
300 annotate_value_history_begin(int histindex, struct type *type) argument
H A Dprintcmd.c1183 int histindex = record_latest_value (val);
1185 annotate_value_history_begin (histindex, value_type (val));
1187 printf_filtered ("$%d = ", histindex);
1179 int histindex = record_latest_value (val); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dannotate.c303 annotate_value_history_begin (int histindex, struct type *type)
307 printf_unfiltered (("\n\032\032value-history-begin %d "), histindex);
300 annotate_value_history_begin(int histindex, struct type *type) argument
H A Dprintcmd.c1248 int histindex = record_latest_value (val);
1250 annotate_value_history_begin (histindex, value_type (val));
1252 gdb_printf ("$%d = ", histindex);
1244 int histindex = record_latest_value (val); local

Completed in 212 milliseconds