Fix build without libexpat
authorPedro Alves <palves@redhat.com>
Fri, 17 Oct 2014 10:05:06 +0000 (11:05 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 17 Oct 2014 10:05:06 +0000 (11:05 +0100)
commit80134cf5b3ca1f75a96af1856fdaad29ad1f57aa
tree8c0ab6da95724058fb073bd4c8e7416a4f6afd24
parent7a3517ffebf218c8f34ce2eaea40ab042ce33f9f
Fix build without libexpat

clear_threads_listing_context is used for thread listing methods other
than the xml based, but it's only defined when HAVE_LIBEXPAT is defined.

gdb/
2014-10-17  Pedro Alves  <palves@redhat.com>

* remote.c (clear_threads_listing_context): Move higher up, out of
the HAVE_LIBEXPAT guard.
gdb/ChangeLog
gdb/remote.c
This page took 0.02713 seconds and 4 git commands to generate.