From fea1bf7eb2568918733232c055f4e2fc35d59b0d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 17 Apr 2011 19:12:19 +0000 Subject: gdb/ * corelow.c: Include wrapper.h. (core_open): Call now gdb_target_find_new_threads. * wrapper.c: Include target.h. (gdb_target_find_new_threads): New. * wrapper.h (gdb_target_find_new_threads): New declaration. --- gdb/corelow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/corelow.c') diff --git a/gdb/corelow.c b/gdb/corelow.c index f34b8e1b9d9..33b96ae5fc1 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -47,6 +47,7 @@ #include "filenames.h" #include "progspace.h" #include "objfiles.h" +#include "wrapper.h" #ifndef O_LARGEFILE @@ -428,7 +429,7 @@ core_open (char *filename, int from_tty) may be a thread_stratum target loaded on top of target core by now. The layer above should claim threads found in the BFD sections. */ - target_find_new_threads (); + gdb_target_find_new_threads (); p = bfd_core_file_failing_command (core_bfd); if (p) -- cgit v1.2.1