Fix skip.exp test failure observed with gcc-9.2.0
[deliverable/binutils-gdb.git] / gdb / tid-parse.c
index 07d7d2c3b2a32ed4dced150476587c0b0be8c317..6ad8b1f4aff47175b348f374fa74d40b75819851 100644 (file)
@@ -307,6 +307,12 @@ tid_range_parser::in_star_range () const
   return m_state == STATE_STAR_RANGE;
 }
 
+bool
+tid_range_parser::in_thread_range () const
+{
+  return m_state == STATE_THREAD_RANGE;
+}
+
 /* See tid-parse.h.  */
 
 int
This page took 0.023277 seconds and 4 git commands to generate.