Remove DW_ADDR
[deliverable/binutils-gdb.git] / gdb / tid-parse.c
index 07d7d2c3b2a32ed4dced150476587c0b0be8c317..4d229a03ffb7c2ac4de79734ddfb3e77943113b7 100644 (file)
@@ -1,6 +1,6 @@
 /* TID parsing for GDB, the GNU debugger.
 
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
+   Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024591 seconds and 4 git commands to generate.