More signed overflow fixes
[deliverable/binutils-gdb.git] / gdb / tid-parse.h
index 99064a85ac6ea992438270f79827df72b36c6502..da8ead13653993b31f6df3cc9d460e75c770e954 100644 (file)
@@ -1,6 +1,6 @@
 /* TID parsing for GDB, the GNU debugger.
 
-   Copyright (C) 2015-2018 Free Software Foundation, Inc.
+   Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -114,6 +114,9 @@ public:
      range.  */
   bool in_star_range () const;
 
+  /* Returns true if processing a thread range (e.g., 1.2-3).  */
+  bool in_thread_range () const;
+
   /* Returns true if parsing has completed.  */
   bool finished () const;
 
This page took 0.027992 seconds and 4 git commands to generate.