This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.


*** TEST RESULTS FOR COMMIT fe13dfecbf7d5a9ba3a5d9f52e33e0ddacb39bcc ***

Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: fe13dfecbf7d5a9ba3a5d9f52e33e0ddacb39bcc

evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.

A following patch will want to call the new evaluate_var_value
function in another spot.

gdb/ChangeLog:
2017-09-04  Pedro Alves  <palves@redhat.com>

	* eval.c (evaluate_var_value): New function, factored out from ...
	(evaluate_subexp_standard): ... here.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]