This is the mail archive of the gdb@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]

Re: gdb.base/fileio.exp necessary?


Daniel Jacobowitz wrote:
On Thu, May 03, 2007 at 05:32:13PM +0200, Markus Deuling wrote:
Hi,

I'm looking at gdb.base/fileio.exp testcase. What gdb feature does it test? It's more a kind of test for open/read/write/ etc. syscalls isn't it? Does it make sense to have it in a testsuite for gdb? Maybe I'm overlooking s.th. ?

It tests GDB's emulation of file I/O activities for some remote targets. See "File-I/O remote protocol extension" in the manual.

If you're noticing that it fails on gdbserver, add "set_board_info
gdb,nofileio 1" to your board file; the feature doesn't apply for all
remote targets.


Ok, thank you very much.


--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com


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