2001-06-14 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 14 Jun 2001 19:27:45 +0000 (19:27 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 14 Jun 2001 19:27:45 +0000 (19:27 +0000)
commitdc8acb9740b89a3bd10511e53dbf24ad25e1c048
tree88745fc2dee9e45032f55af3b85d58d45d06c24c
parent0f1f2b0a26ea24ac814531304e6c50201bdd3766
2001-06-14  Michael Snyder  <msnyder@redhat.com>

* remote.c (show_remote_protocol_qSymbol_packet_cmd,
set_remote_protocol_qSymbol_packet_cmd): New functions.
(init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
(remote_check_symbols): New function.  Implement qSymbol packet,
allowing target to request symbol lookup service from gdb.
(remote_open_1, remote_async_open_1): Call remote_check_symbols,
allowing symbol lookup from exec_bfd on connection to target.
(remote_new_objfile): New function.  Catch new objfile notifications
from shared library module, and call remote_check_symbols.
(_initialize_remote): Hook remote_new_objfile into the shared
library notification chain.  Add "set remote symbol-lookup" command.
gdb/ChangeLog
gdb/remote.c