This is the mail archive of the gdb-patches@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: [PATCH 5/6] testsuite: Introduce $inferior_spawn_id


I have a question regarding noinferiorio and it's future usage...

As the condition with noinferiorio in interrupt.exp is now  :

if {[target_info exists gdb,noinferiorio] && $inferior_spawn_id == $gdb_spawn_id}

noinferiorio is effectively bypassed when we are using gdbserver, even as noinferirorio is true.

But what if the board or simulator really can't handle io at all, and that setvbuf would not work.. then there is no option to disable io tests in that case ?

Is the intention to remove noinferiorio from gdbserver-base.exp and keep the tests with the if {[target_info exists gdb,noinferiorio]} check ?

Regards,

Antoine


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