From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remote symbol lookup protocol (resubmit) Date: Thu, 14 Jun 2001 12:08:00 -0000 Message-id: <3B290B8A.2070607@cygnus.com> References: <3B27AD39.F0DB56D6@cygnus.com> X-SW-Source: 2001-06/msg00279.html > The typical transaction would look like this: > > gdb: qSymbol:: > target: qSymbol: > gdb: qSymbol:: > target: qSymbol: > [...] > target: qSymbol: > gdb: qSymbol:: > target: OK > > The field may be empty if gdb is not able to find a > value for the requested symbol. Yes, thanks! I'll see about updating the docs so that this is used as a reference example for people that want to add other similar features. Andrew