This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

target_ops.to_query() ?


Hello,

Is anyone using any of:

	struct target_ops.to_query()
	remote_query()
	debug_to_query()

As far as I can tell the code was a dead-end idea that was specific to a
particular target (remote).  Even for that target, the implementation is
dangerous - it encourages single letter ``q'' packet commands :-)

	Andrew

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