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] ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on error


*** TEST RESULTS FOR COMMIT c92444842b32533b6411230e3554509a09924163 ***

Author: Simon Marchi <simon.marchi@polymtl.ca>
Branch: master
Commit: c92444842b32533b6411230e3554509a09924163

ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on error

Use the enum value instead of the corresponding int value.

gdb/ChangeLog:

	* ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
	-1 on error.


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