Teach GDB about targets that can tell whether a trap is a breakpoint event
[deliverable/binutils-gdb.git] / gdb / target / waitstatus.h
index cafbf15e6e6732c85ef0f63bc28cda2183fc0942..8cb30f4baa4df97cccf2c8c3c3d63615d287c4be 100644 (file)
@@ -1,6 +1,6 @@
 /* Target waitstatus definitions and prototypes.
 
-   Copyright (C) 1990-2013 Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,6 @@
 #ifndef WAITSTATUS_H
 #define WAITSTATUS_H
 
-#include "common-utils.h"
-#include "ptid.h"
 #include "gdb_signals.h"
 
 /* Stuff for target_wait.  */
@@ -85,7 +83,7 @@ enum target_waitkind
      to the console, for instance.  In this case, we want to go back
      to the event loop and wait there for another event from the
      inferior, rather than being stuck in the remote_async_wait()
-     function. sThis way the event loop is responsive to other events,
+     function.  This way the event loop is responsive to other events,
      like for instance the user typing.  */
   TARGET_WAITKIND_IGNORE,
  
This page took 0.027567 seconds and 4 git commands to generate.