Fix build failure on macOS
[deliverable/binutils-gdb.git] / gdb / tid-parse.h
index bc70b2d4e4c30c205e0c0b7eba7f32c4af401433..da8ead13653993b31f6df3cc9d460e75c770e954 100644 (file)
@@ -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.024407 seconds and 4 git commands to generate.