Fix dwarf2loc.h::dwarf2_evaluate_property function description.
[deliverable/binutils-gdb.git] / gdb / solib-osf.c
index df0bf1bd8283c5748183382575b9bb1b34e611fc..24915cb94af28044573cebaeb2156ca619017123 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle OSF/1, Digital UNIX, and Tru64 shared libraries
    for GDB, the GNU Debugger.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 #include <sys/types.h>
 #include <signal.h>
-#include <string.h>
-
 #include "bfd.h"
 #include "symtab.h"
 #include "symfile.h"
 #include "objfiles.h"
 #include "target.h"
 #include "inferior.h"
+#include "infrun.h"
 #include "gdbthread.h"
 #include "solist.h"
 #include "solib.h"
@@ -339,7 +338,7 @@ osf_solib_create_inferior_hook (int from_tty)
     return;
 
   tp = inferior_thread ();
-  clear_proceed_status ();
+  clear_proceed_status (0);
   inf->control.stop_soon = STOP_QUIETLY;
   tp->suspend.stop_signal = GDB_SIGNAL_0;
   do
This page took 0.025863 seconds and 4 git commands to generate.