Call remote_check_symbols even if only symbol-file (not file) has been given
authorChristian Eggers <ceggers@gmx.de>
Tue, 4 Feb 2014 19:42:12 +0000 (19:42 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 4 Feb 2014 19:42:12 +0000 (19:42 +0000)
commitf4ccffad182295fda170179ee5315e60f23d89b7
tree7cb4053b82370e285a470de5f99a33b33d8b1be3
parent2915c55b41d00f12ed6bc54b4160e3367065c1c8
Call remote_check_symbols even if only symbol-file (not file) has been given

The Eclipse "C/C++ GDB Hardware Debugging" plugin runs only the
"symbol-file" command.  In this case, remote_check_symbols is not
called and no qSymbol:: packet is sent to the server (OpenOCD in my
case).

gdb/
2014-02-04  Christian Eggers  <ceggers@gmx.de>  (tiny change)

* remote.c (remote_start_remote): Call remote_check_symbols even
if only symbol-file (not file) has been given.
gdb/ChangeLog
gdb/remote.c
This page took 0.029378 seconds and 4 git commands to generate.