This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
target_ops.to_query() ?
- To: gdb-patches@sourceware.cygnus.com
- Subject: target_ops.to_query() ?
- From: Andrew Cagney <ac131313@cygnus.com>
- Date: Thu, 05 Aug 1999 15:21:59 +1000
- DJ-Gateway: from newsgroup cygnus.patches.gdb
- Newsgroups: cygnus.patches.gdb
- Organization: Cygnus Solutions
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